Pro
TA
Meta Frameworks · TanStack

TanStack Start

Full-stack React (and Solid) framework on TanStack Router and Vite: type-safe routing, streaming SSR, server functions.

MIT · Released 2024 · 15K · Beta
Reviewed today
Stackmaven verdict

TanStack Start is the most credible new entrant in the React meta-framework space, and the natural home for teams already on TanStack Router and Query. Its type-safe routing is best in class: params, search params, and loader data are all inferred, no manual typing. The trade is maturity. As of June 2026 it is still a v1 release candidate, not GA, so the API is stable but the ecosystem of adapters and integrations is thin next to Next.js. For greenfield React work where type safety beats ecosystem depth, it is worth a look. Teams that need a settled platform today should wait for the 1.0 cut.

Strengths
  • Best-in-class type-safe routing: params and search inferred end to end
  • Built on TanStack Router and Query, familiar to existing users
  • Streaming SSR plus server functions in one type-safe layer
  • Vite-powered (and Rsbuild as of June 2026), fast builds and HMR
  • Deploys to servers, serverless, and CDNs via Nitro presets
Trade-offs
  • Still a v1 release candidate, not yet GA as of June 2026
  • Ecosystem and adapter library far smaller than Next.js
  • Fewer production case studies and hiring-pool familiarity
  • No first-party RSC story as mature as Next.js App Router
  • Solid support trails the React variant in stability

TanStack Start is a full-stack framework for React (with Solid support in beta) built on TanStack Router and Vite. It adds full-document SSR, streaming, and type-safe server functions on top of the routing foundation many React teams already use, aiming to be the meta-framework for developers invested in the TanStack ecosystem.

Where it fits

Start is the application layer that turns TanStack Router and Query into a full-stack framework. It handles server-side rendering with streaming, type-safe server functions and RPCs, and client and server builds in one project. The defining feature is routing type safety: route params, search params, and loader data are all inferred, so refactoring a route surfaces type errors at every call site rather than at runtime.

It fits teams already building React SPAs on TanStack Router and Query who want SSR and server functions without re-platforming to Next.js. It fits data-heavy dashboards and interactive apps where the client-first design and streaming model pay off. It is a weaker fit for content sites, where Astro’s zero-JS default wins, or for teams that need a settled, widely-staffed platform today.

Cost to adopt

Start is free and MIT-licensed, with no paid tier or vendor lock-in. The real cost is maturity risk. As of June 2026 it is a v1 release candidate, not generally available: the API is considered stable, but the surrounding ecosystem of adapters, starter templates, and third-party integrations is thin compared to Next.js. Expect to build some integration glue yourself and to find fewer Stack Overflow answers.

Hosting is flexible. Start builds on Nitro-style output presets, so it deploys to Node servers, serverless platforms (Vercel, Netlify), and CDNs without a framework-specific host. There is no managed platform tying you to a vendor, which keeps hosting costs at whatever your target runtime charges.

How it compares

  • Next.js, The incumbent with the deepest ecosystem, App Router, and mature RSC. Pick when ecosystem depth, hiring pool, and a settled platform matter more than routing type safety.

  • Remix, Web-standards routing and loaders, now folding into React Router. Start offers stronger inferred type safety; Remix has a longer production track record.

  • SvelteKit, The settled, GA meta-framework for Svelte rather than React. Pick when the Svelte authoring model appeals and you want a stable 1.0 platform today.

What changed recently

TanStack Start reached its v1 release candidate on 2025-09-23, declared feature-complete with a stable API and the build the team expects to ship as 1.0. Through 2026 the work has been performance and build tooling rather than new surface: a March 2026 SSR profiling pass landed roughly 5.5x throughput on hot paths, React Server Components support shipped in April 2026, and first-class Rsbuild support arrived on 2026-06-02 alongside Vite. The latest release was @tanstack/react-start 1.168.20 on 2026-06-04. A formal 1.0 GA had not been cut as of this review.

Sources

  1. TanStack Start v1 Release Candidate, tanstack.com, 2025-09-23
  2. TanStack Start Overview, tanstack.com, June 2026
  3. TanStack/router releases, github.com, 2026-06-04
  4. TanStack Start: A New Meta Framework Powered by React or SolidJS, infoq.com, November 2025
esc