What problem does it solve?
This Skill helps teams move existing Next.js applications to TanStack Start without getting lost in routing, data fetching, auth, or deployment differences. It turns a complex framework migration into a guided, end-to-end workflow with clear mappings and production-minded guardrails.
Core Features & Use Cases
- Routing conversion: Translate App Router and Pages Router structures into TanStack Start route files, dynamic segments, layouts, and API routes.
- Data and component migration: Rewrite server data fetching, server actions, links, images, metadata, search params, and navigation hooks into TanStack equivalents.
- Auth, middleware, and deployment: Adapt middleware and session patterns, then configure Nitro-based deployment for Vercel, Cloudflare, AWS, Bun, Deno, Netlify, or self-hosted Node.
- Migration strategy: Choose between brute-force, strangler fig, monorepo sharing, or AI-assisted conversion based on app size and risk.
- Use case: A team replacing a Vercel-bound Next.js dashboard can use this Skill to convert routes, preserve auth flows, and ship the app on a platform of their choice.
Quick Start
Ask for a migration plan for your Next.js app to TanStack Start, including route mapping, data fetching rewrites, auth changes, and deployment steps.