JH← Back to blog

TanStack Start Hit 1.0 and Nobody Outside React Twitter Noticed. They Should Have.

TanStack Start reached v1.0 with a 5.5x throughput improvement, and TanStack Form, DB, and AI are rounding out a genuine full-stack alternative to Next.js. Here's what's actually production-ready in 2026.


TanStack Start reached version 1.0 in March 2026, delivering a reported 5.5x throughput improvement and emerging as a server-side rendering performance leader at roughly 13 milliseconds average latency at 1,000 requests per second. It won Breakthrough of the Year at the 2026 Open Source Awards in Amsterdam, and TanStack AI — still in alpha — took home AI Project of the Year at the same event. If your mental model of TanStack is still "the company behind React Query," it's time to update it. TanStack has quietly become a full-stack application platform with nine distinct tools, and the pieces that are genuinely production-ready now cover more of the stack than most teams evaluating meta-frameworks probably realize.

What's actually stable versus what's still early

TanStack's ecosystem breaks cleanly into two tiers right now, and the distinction matters for anyone deciding what to actually build on. Query, Router, Table, Form, and Virtual are production-ready and battle-tested — these are the tools with years of real-world usage behind them, including the newly stabilized TanStack Form, which shipped its first stable release supporting five frameworks at launch: React, Vue, Angular, Solid, and Lit. Start and Store reached v1.0 in March 2026 alongside each other, making them stable but meaningfully newer than the rest of the tier. On the other side, TanStack DB (currently around v0.5–0.6) and TanStack AI remain in alpha — genuinely promising, but not yet the right choice for anything you can't afford to rebuild if the API shifts before stabilization.

Why TanStack DB is the one worth watching closely

TanStack DB's pitch is query-driven sync that eliminates the glue code developers currently write by hand to keep a UI's local state synchronized with a backend data source — the unglamorous plumbing that consumes a disproportionate share of engineering time on any data-heavy application. If it delivers on that promise at stable release, it addresses a problem every team building non-trivial CRUD or real-time applications currently solves by hand, usually with some combination of manual cache invalidation, optimistic updates, and ad hoc synchronization logic that's brittle and specific to each codebase. An alpha-stage tool promising to generalize that pattern is worth prototyping against now, even before it's stable, specifically so your team has hands-on evaluation experience by the time it reaches production-readiness.

TanStack Intent: the agent-skills bet

Announced March 4, 2026, TanStack Intent lets library maintainers ship AI agent skills alongside their npm packages using the Agent Skills spec, so AI coding assistants can understand TanStack tools natively rather than relying on generic training-data familiarity with the library's API surface. This is a genuinely different kind of bet than most frontend tooling makes — it's TanStack explicitly optimizing for being well-understood by AI coding agents, not just by human developers reading documentation. Given how much of day-to-day implementation work is now assisted or fully generated by AI coding tools, a library ecosystem that ships agent-legible skills alongside its packages has a real distribution advantage over one that doesn't, independent of the underlying API quality.

How this compares to the Next.js default

Next.js remains the safe, default choice for most teams — it holds the top position in developer surveys and job postings, and "nobody gets fired for choosing Next.js" is a real, defensible institutional consideration. But TanStack's pitch has never been "replace Next.js everywhere." It's closer to "own the parts of the stack — data fetching, forms, routing, tables — where a purpose-built, framework-agnostic tool beats a meta-framework's built-in equivalent," while now also offering Start as a legitimate full application framework option for teams that want the entire TanStack philosophy end to end rather than mixing it into a Next.js project. The 5.5x throughput figure and 13ms SSR latency benchmark are the first credible evidence that Start specifically can compete with Next.js on raw performance, not just on developer experience preference.

What to actually do with this if you're planning a stack decision

Adopt the stable tier piecemeal into an existing Next.js or other meta-framework project before considering a full migration. TanStack Query, Table, Form, and Virtual are all designed to be adopted independently of which meta-framework wraps them. If your team is skeptical of a full framework switch, this is the lowest-risk way to get direct experience with TanStack's approach without committing to Start as your application shell.

Treat TanStack Start as a genuine option for new projects, not just an experiment, given its 1.0 status and benchmark results. A framework reaching 1.0 with published performance benchmarks that beat the incumbent on a specific, measurable dimension is a legitimate signal to include it in a new-project framework evaluation, particularly for teams already comfortable with the broader TanStack ecosystem.

Prototype against TanStack DB now, but keep it out of production until it stabilizes. The problem TanStack DB is targeting — hand-written sync glue code — is expensive enough in most real applications that early evaluation is worth the investment, even at alpha maturity. Just don't ship it in anything customer-facing until the API surface stabilizes past its current 0.5–0.6 version range.

Evaluate whether TanStack Intent's agent-skills approach changes your AI coding tool's effectiveness on TanStack code specifically. If your team relies heavily on AI coding assistants for implementation work, test whether those assistants produce measurably better TanStack-specific code once Intent-published skills are available, versus their baseline familiarity with the library from training data alone. This is a concrete, testable comparison rather than a marketing claim to take on faith.

Don't conflate "alpha" with "not worth internal advocacy." TanStack AI winning AI Project of the Year at a major open-source awards event despite still being in alpha is a meaningful signal about where the ecosystem's serious engineering attention is going, even though it's not yet appropriate for production use. Track its stabilization timeline actively if your team is building AI-integrated frontend features, rather than waiting for a stable release announcement to start paying attention.

The bigger pattern

What makes TanStack worth a second look in 2026 isn't any single tool — it's that the ecosystem has expanded from a set of best-in-class utility libraries into something that increasingly resembles a coherent, opinionated full-stack platform, while keeping every individual piece usable independently of the others. That combination — full-stack ambition without forcing all-or-nothing adoption — is a genuinely different value proposition than most meta-frameworks offer, and it's why TanStack Start reaching 1.0 with real performance numbers behind it deserves more attention from teams making framework decisions than it's currently getting outside of React-focused developer communities.