TanStack
Vercel
Gold Partner · Deployment/Hosting
Current TanStack partner

Ship TanStack apps
on agentic infrastructure

Vercel builds, deploys, and runs TanStack Start apps through Nitro. Push to Git and every change gets its own preview deployment, while server code runs as Vercel Functions on Fluid compute.

"Vercel has just completely scaled with that usage. We've never had it fall over due to capacity or had to provision anything extra." - Andy Yoon, Lead Frontend Engineer at OpenEvidence

No credit card required. Hobby is free for personal, non-commercial projects.

Zero-config
TanStack Start detection
Every push
Preview deployment
Fluid compute
Default for functions
$0
To get started

Why TanStack teams choose Vercel

Vercel is strongest when preview workflows, Git-based deployment, global delivery, and serverless compute are central to how your team ships.

Zero-config framework detection

Once Nitro is configured, Vercel detects TanStack Start and supplies the build command and output settings for you.

Preview deployments

Every push gets its own deployment URL, so a branch or pull request can be reviewed running in production-like conditions.

Fluid compute

The Nitro Vite plugin compiles your server code into Vercel Functions. They run on Fluid compute by default and scale automatically.

Global delivery

Responses are served from Vercel’s global points of presence, with regions you can configure per project.

Instant rollbacks

Every deployment keeps its own immutable URL. Promote an earlier deployment to production when you need to roll back.

Web Application Firewall

Managed WAF with configurable firewall rules, plus TLS/SSL encryption and HTTPS certificates on every plan.

Skew Protection

Clients keep talking to the deployment version they loaded, so in-flight sessions do not break mid-deploy. Included on Pro.

AI Gateway and Sandbox

Route model traffic through AI Gateway and run untrusted or agent-generated code in isolated Sandbox environments.

Create a Vercel-ready app

The TanStack CLI adds the Vercel deployment setup while it creates your app, including the vercel.json that makes framework detection explicit.

terminal
npx @tanstack/cli@latest create my-tanstack-app --deployment vercel

Deploy the app

Import the Git repository in Vercel to deploy on every push, or ship it from the CLI.

01
Enter your app
cd my-tanstack-app
02
Install the Vercel CLI
npm install -g vercel
03
Authenticate
vercel login
04
Deploy to production
vercel --prod

Add Vercel to an existing app

Install Nitro and register its Vite plugin. Nitro compiles your server code into output that Vercel deploys as Vercel Functions.

vite.config.ts
// vite.config.ts
import { tanstackStart } from '@tanstack/react-start/plugin/vite'
import { defineConfig } from 'vite'
import { nitro } from 'nitro/vite'
import viteReact from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [tanstackStart(), nitro(), viteReact()],
})

If framework detection does not pick up TanStack Start, set it explicitly:

vercel.json
{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "framework": "tanstack-start"
}

Pricing that scales with you

Hobby is free for personal, non-commercial projects. Pro is $20 per user/month and includes $20 of monthly usage credit, with metered rates beyond it.

Hobby
$0
for personal, non-commercial projects
  • 1M edge requests per month
  • 100 GB data transfer per month
  • Up to 3 firewall rules
  • HTTPS certificates included
  • No credit card required
Most popular
Pro
$20
per user/month, includes $20 of usage
  • 10M edge requests per month
  • 1 TB data transfer per month
  • Up to 40 firewall rules
  • 1 custom environment
  • Skew Protection
Enterprise
Custom
for teams at scale
  • Role-based access control
  • Audit logs
  • SAML SSO and Directory Sync
  • Custom limits on metered services
  • Platform SLAs and support
Edge requests
$2.00 / 1M
Data transfer
$0.15 / GB
Function invocations
$0.60 / 1M

Pro overage rates. See Vercel's pricing page for the full list of metered services.

What teams say about shipping on Vercel

Quotes from engineers and founders running production workloads on Vercel.

"We needed a quality product for a quality product. We evaluated other options, but really Vercel was a no-brainer."
Jonathan Lemon
Software Engineering Manager at Sonos
"We try not to reinvent infrastructure we don’t have to. We’d rather spend that engineering energy on the product."
Sherwin Yu
Head of AI and Product Engineering at Gamma
"With Vercel, I was able to quickly set up wildcard subdomains for my users and upsell them with custom domains."
Noah Bragg
Founder at Potion.so
Move your app to VercelDeploy from Git, no credit card required

Frequently asked questions

Common questions from TanStack developers evaluating Vercel.

TanStack Start runs on Vercel through Nitro

Ready to ship your TanStack app?

Import a Git repository and Vercel handles the build, the preview deployments, and the production rollout.

Hobby is free for personal, non-commercial projects.

Vercel is a Gold TanStack partner. Browse all TanStack partners. vercel.com