$npx skillfedfor your agent

tanstack-start

TanStack Start scaffolds production-ready full-stack applications on Cloudflare Workers from scratch, with server-side rendering, file-based routing, and integrated authentication. Every file is generated fresh—no templates or clones—using React 19, Tailwind v4, shadcn/ui, D1 databases, Drizzle ORM, and better-auth for OAuth and email/password flows.

TanStack Start generates a complete full-stack React app on Cloudflare Workers with SSR, file-based routing, and authentication.

AI-generated summary based on this skill's SKILL.md

943 95 MITupdated by jezweb

Decision gist · record as of 2026-07-02

TanStack Start generates a complete full-stack React app on Cloudflare Workers with SSR, file-based routing, and authentication. TanStack Start scaffolds production-ready full-stack applications on Cloudflare Workers from scratch, with server-side rendering, file-based routing, and integrated authentication. Every file is generated fresh—no templates or clones—using React 19, Tailwind v4, shadcn/ui, D1 databases, Drizzle ORM, and better-auth for OAuth and email/password flows.

manual: git clone https://github.com/jezweb/claude-skills → cp -r claude-skills/plugins/cloudflare/skills/tanstack-start ~/.claude/skills/tanstack-start
plugins/cloudflare/skills/tanstack-start/SKILL.md · version 2026608c

Use it when

  • TanStack Start provides server-side rendering with automatic file-based routing, eliminating manual route configuration.
  • Yes.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

jezweb/claude-skills/tanstack-start · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I build a full stack app with TanStack Start on Cloudflare Workers?

TanStack Start scaffolds production-ready full-stack applications on Cloudflare Workers from scratch. It generates every file fresh using React 19, Tailwind v4, shadcn/ui, D1 databases, Drizzle ORM, and better-auth. The framework handles server-side rendering, file-based routing, and integrated authentication so you can deploy immediately without templates or clones.

What does TanStack Start SSR file based routing provide?

TanStack Start provides server-side rendering with automatic file-based routing, eliminating manual route configuration. Your file structure becomes your routing structure. Combined with server functions, this enables seamless data fetching and server-side logic execution while maintaining React 19 component patterns throughout your application.

Can TanStack Start handle authentication with Google OAuth?

Yes. TanStack Start integrates better-auth for complete authentication management, supporting both Google OAuth and email/password flows. The generated scaffold includes pre-configured authentication patterns, so you can add login, signup, and provider integration without building auth infrastructure from scratch.

How do I deploy a React 19 app with D1 database and Drizzle ORM?

TanStack Start generates a complete stack including React 19 frontend, D1 database setup, and Drizzle ORM configuration. Wrangler handles deployment to Cloudflare Workers. The scaffold includes database migrations and ORM models, so your production-ready app connects to D1 immediately upon deployment.

Does TanStack Start generate CRUD operations for dashboards?

TanStack Start can generate a production-ready dashboard scaffold with CRUD operations pre-built. The generated code includes server functions for create, read, update, and delete operations, integrated with D1 and Drizzle, so your dashboard is functional and deployable right away.

What's included in a fresh TanStack Start project?

TanStack Start generates React 19, Tailwind v4, shadcn/ui components, file-based routing, server functions, D1 database, Drizzle ORM, and better-auth integration. Every file is created fresh—no cloning or templates. The result is a complete, deployable full-stack application ready for Cloudflare Workers.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

TanStack Start on Cloudflare

Build a complete full-stack app from nothing. Claude generates every file — no template clone, no scaffold command.

Stack: TanStack Start v1 (SSR, file-based routing, server functions via Nitro) on Cloudflare Workers; React 19 + Tailwind v4 + shadcn/ui; D1 + Drizzle; better-auth (Google OAuth + email/password).

Project File Tree

``` PROJECT_NAME/ ├── src/ │ ├── routes/ │ │ ├── __root.tsx # Root layout (HTML shell, theme, CSS import) │ │ ├── index.tsx # Landing / auth redirect │ │ ├── login.tsx # Login page │ │ ├──

(truncated - see the full file via the links below)

File tree — 1 file
plugins/cloudflare/skills/tanstack-start/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Build a complete full-stack app with TanStack Start on Cloudflare Workers”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

vite-flare-starter
by jezweb · jezweb/claude-skills

Vite Flare Starter clones and configures a complete Cloudflare full-stack template into a standalone, production-ready project. It bundles React 19, Hono on Workers, D1 with Drizzle ORM, better-auth, R2 storage, Workers AI, and TanStack Query—all pre-wired and ready to deploy after running setup.

MITupdated Jul 2026
★ 943repo stars
Vite Shadcn Tailwind4
by IgorWarzocha · IgorWarzocha/Opencode-Workflows

This skill guides you through initializing Shadcn UI and Tailwind CSS v4 specifically for Vite projects. It handles TypeScript path configuration, Vite plugin setup, component installation, and dependency verification to ensure everything works together.

no license declared → metadata onlyupdated Feb 2026
★ 125repo stars
building-mcp-server-on-cloudflare
by null-shot · null-shot/cloudflare-skills

This skill guides you through creating and deploying Model Context Protocol servers on Cloudflare Workers, complete with custom tools and optional OAuth authentication. Define tools using TypeScript, configure your server entry point, test locally with the MCP Inspector, then deploy to Workers in minutes. Includes patterns for input validation, environment bindings, and connecting clients like Claude Desktop.

Apache-2.0updated Jan 2026
★ 0repo stars
bun-tanstack-start
by secondsky · secondsky/claude-skills

Bun TanStack Start enables you to build full-stack React applications using TanStack's framework paired with Bun's runtime. It provides file-based routing, server functions for backend logic, and API route handling out of the box.

MITupdated Jul 2026
★ 196repo stars
tanstack-start
by secondsky · secondsky/claude-skills

TanStack Start is a full-stack React framework built on TanStack Router, offering granular control over rendering modes at the route level—choose SSR, CSR, or data-only rendering per route. It includes file-based routing, typed server functions, and first-class Cloudflare Workers support for edge deployment. Ideal for greenfield apps, Next.js migrations, or teams needing predictable routing with type-safe parameters and built-in data preloading.

MITupdated Jul 2026
★ 196repo stars
mkfast-deploy
by iamzhihuix · iamzhihuix/happy-claude-skills

Mkfast Deploy streamlines deploying mkfast-template and TanStarter projects to Cloudflare Workers by detecting which components you've enabled and generating only the steps you need. It handles template placeholder validation, environment setup, and production safety checks to prevent common deployment pitfalls.

MITdocs in Chineseupdated Apr 2026
★ 305repo stars

More skills tanstack-router (MIT) · Tanstack Start (unlicensed) · drizzle-orm-d1 (MIT) · Tanstack Start (unlicensed) · tanstack-vue-router-skilld (MIT) · tanstack-router (MIT) · better-auth (MIT) · tanstack-start (MIT)

Tags
ssr-frameworkcloudflare-workersfull-stack-reactfile-based-routingserver-functionsd1-databaseauthentication-systemtailwind-shadcnproduction-deploymentnitro-runtime