tanstack-start-deployment-and-runtime-ops
Installation
SKILL.md
TanStack Start Deployment and Runtime Ops
Use this skill when the task is primarily about how a TanStack Start app gets built, hosted, served, and observed in production.
Scope
- hosting-target selection
- Nitro-based deployment paths
- provider-specific Vite and script adjustments
- CDN asset URL handling
- runtime observability and production diagnostics
Routing cues
- deploy TanStack Start, choose Cloudflare vs Netlify vs Railway vs Vercel vs Node vs Bun, wire Nitro, configure build or start scripts, or reason about CDN-hosted assets and observability -> use this skill
- rendering-mode strategy, SPA rewrites as a rendering decision, or ISR as a route-design choice -> use
tanstack-start-rendering-and-execution - server functions, server routes, middleware, or
src/server.tsbehavior -> usetanstack-start-server-runtime-and-apis - auth provider strategy, sessions, protected routes, or data-access placement -> use
tanstack-start-auth-and-backend-integrations