TanStack Start
Full-stack application guidance for TanStack Start, including server functions, middleware, deployment, and framework adapters.
Release candidate. Confirm the installed package version before using an API.
Workflow
- Inspect installed TanStack packages and exact versions.
- Read the foundation reference and the adapter reference for the detected framework.
- Topic references are indexes. Choose one guide or section for the task; follow its prerequisite links only when needed.
- Prefer installed package types and version-matched source guidance over memory.
- Preserve headless/core behavior when translating examples to a framework adapter.
Task routing
- Foundations — Start architecture and execution model.
- Server runtime — Server functions, server routes, and server runtime behavior.
- Middleware and authentication — Request middleware and server authentication primitives.
- Deployment and rendering — Deployment and server-component guidance.
- React adapter — React Start setup and migration.
- Solid adapter — Solid Start adapter guidance.
- Vue adapter — Vue Start adapter guidance.
- Router essentials — Bundled Router foundations, navigation, data, authentication, and error guidance required by Start.
- Router SSR, tooling, and adapters — Bundled Router SSR, code splitting, build tooling, route generation, Solid, and Vue guidance.
Framework routing
- React — detect
@tanstack/react-start. Read React adapter. - Solid — detect
@tanstack/solid-start. Read Solid adapter. - Vue — detect
@tanstack/vue-start. Read Vue adapter.
Product boundaries
Use these separate product skills when the task crosses their boundary: tanstack-router, tanstack-query.
See source provenance for exact upstream inputs and deduplication records.