tanstack-start
Originally fromferdousbhai/tanstack-start-skill
Installation
SKILL.md
TanStack Start
Full-stack React framework with SSR, server functions, and Vite bundling.
Project Setup
New project:
pnpm create cloudflare@latest my-app --framework=tanstack-start -y --no-deploy
Existing app: See references/migration.md for converting React/Vite apps.
Critical Configuration
vite.config.ts
Related skills