Deploy a TanStack Start App to Vercel with the Nitro Plugin

Content is AI-assisted and may contain inaccuracies.

Vercel's knowledge base documents deploying TanStack Start apps with the Nitro Vite plugin. TanStack Start is a full-stack framework built on TanStack Router for React and Solid, supporting full-document SSR, streaming, server functions, and bundling; Nitro builds it for the Vercel runtime.

The guide walks through installing the Nitro plugin, registering it in the Vite config, deploying from Git or the CLI, and verifying the deployment. It also covers Fluid compute defaults for server functions and how to fix detection when Vercel does not apply the framework preset in a monorepo.

Authors

Sources

Tags