v0 is the natural pick for teams already on the Vercel stack: it speaks React, Next.js, Tailwind, and shadcn/ui natively, and the prompt-to-deploy loop is tighter than any rival can match because the same company owns the host. The 2025 shift from UI generation to agentic full-app builds closed the gap with Bolt and Lovable. The catch is cost legibility (token-metered credits) and lock-in to the Next.js stack. For Next.js teams, the strongest option here.
- Generates production-shaped React, Next.js, Tailwind, shadcn/ui code
- Agentic full-app generation, not just isolated components
- Built-in VS Code-style editor with Git integration
- One-click deploy to Vercel from the same workspace
- v0 Platform API exposes the pipeline as a headless builder
- Token-based credits make heavy sessions hard to predict
- Deepest fit is the Next.js stack, weaker off-Vercel
- Generated full-app backends still need real review
- Free tier capped at 7 messages per day
v0 is Vercel’s AI app builder. It started in 2023 as a generative-UI tool that turned a text prompt into React components built on Tailwind and shadcn/ui, and has since grown into an agentic system that plans and ships full-stack applications. It is aimed at frontend and full-stack developers who already live on the Vercel stack and want to move from idea to deployed app without leaving the browser.
Where it fits
v0 covers two modes. The original is prompt-to-UI: describe a component or page and v0 returns React, Next.js, Tailwind, and shadcn/ui code you can read, edit, and copy out. The newer mode is prompt-to-app: from a single prompt v0 plans multi-step work, scaffolds API routes and database schemas, wires auth, and deploys, all agentically.
Because the output targets React, Next.js, and shadcn/ui by default, the deepest fit is any team already building on that stack and hosting on Vercel. For those teams it is the in-house alternative to Bolt and Lovable, with a one-click path from generated code to a live Vercel deployment.
Pricing in practice
v0 is freemium with usage metered in credits tied to input and output tokens, not fixed message counts. The Free plan is $0 and includes $5 of monthly credits with a 7 message per day cap. Premium is $20 per month with $20 of included credits. Team is $30 per user per month with $30 of credits per seat plus $2 of daily login credits, and Business is $100 per user per month. Across plans, four model tiers (Mini, Pro, Max, and Max Fast) trade speed against credit cost, so a heavy session on Max burns the allowance faster than the same work on Mini. The v0 Platform API exposes the same generation pipeline programmatically through a TypeScript SDK for building your own prompt-to-app flows.
How it compares
Bolt, StackBlitz’s in-browser full-stack builder running on WebContainers. Pick when you want a framework-agnostic sandbox rather than a Next.js and Vercel default path.
Lovable, prompt-to-app aimed more at non-developers shipping product MVPs. Pick when the audience is closer to no-code than to engineers reading the generated diff.
Cursor, an AI-native IDE that edits your existing repo locally. Pick when the work is iterating on a real codebase, not generating a new app from a prompt.
What changed recently
v0 spent the last year moving from a UI generator to a full-app builder. On 2025-08-11 Vercel announced the move from v0.dev to v0.app, framing the shift as going from code generation to an agentic platform that takes a single prompt to a deployed app with UI, backend, and logic included (the old v0.dev domain still redirects). The v0 Platform API reached public beta in the same window, shipping a TypeScript SDK so other tools can embed the prompt-to-app pipeline. On 2026-02-04 a platform update added a VS Code-style in-browser editor, Git integration, and more accurate previews, with pricing unchanged.
Sources
- v0.dev to v0.app, vercel.com, 2025-08-11
- Updated v0 pricing, vercel.com, 2025-05-13
- v0 Platform API now in beta, vercel.com, 2025
- Vercel announces beta of v0, siliconangle.com, 2023-10-11
- v0 pricing, v0.app, June 2026