tanstack-start
Installation
SKILL.md
TanStack Start
Overview
TanStack Start is a full-stack React framework built on TanStack Router and Vite. It provides type-safe server functions (createServerFn), file-based routing with loaders, composable middleware, Zod validation across the network boundary, and flexible rendering modes (SSR, SSG, SPA, ISR). Unlike Next.js, it uses Vite (not Webpack), supports any deployment target, and gives you explicit control over server/client code boundaries.
Instructions
Step 1: Project Setup
npx create-start@latest my-app
cd my-app
npm install
npm run dev