Back to stories
Tools

Vercel Ships v0 2.0 — AI That Builds, Tests, and Deploys Full-Stack Apps From a Conversation

Michael Ouroumis3 min read
Vercel Ships v0 2.0 — AI That Builds, Tests, and Deploys Full-Stack Apps From a Conversation

Vercel has launched v0 2.0, a major upgrade to its AI development platform that can now generate, test, and deploy complete full-stack web applications from a natural language conversation. The original v0 generated frontend components. The new version builds entire applications — backend included — and puts them into production.

From Components to Complete Applications

The leap from v0 1.0 to 2.0 is substantial. The original product generated React components and UI layouts from text descriptions. Useful, but limited to the frontend layer. v0 2.0 generates everything a production application needs:

A user can describe an application — "build a project management tool with team workspaces, Kanban boards, and Stripe billing" — and v0 2.0 generates a working, deployed application within minutes.

How It Works

The system uses a multi-agent architecture where specialized AI models handle different layers of the application. A planning agent breaks the request into components. A frontend agent generates the UI. A backend agent builds the APIs. A database agent designs the schema. A testing agent writes tests. And a deployment agent configures the infrastructure.

Each agent can see the outputs of the others, ensuring consistency across the stack. The planning agent acts as an orchestrator, resolving conflicts and maintaining architectural coherence.

Users interact through a chat interface, iterating on the generated application through conversation. Requests like "add real-time notifications" or "switch to dark mode" trigger targeted updates rather than full regenerations.

Built on Frontier Models

Vercel confirmed that v0 2.0 uses a combination of Claude and GPT-5 under the hood, with model selection varying by task. Code generation tasks primarily use Claude, while planning and architectural decisions use GPT-5. The company said it is model-agnostic by design and will integrate new models as they become available.

Developer Reaction

Early access users have been posting results on X and YouTube since the beta launched last month. The reception is broadly positive, with particular praise for the quality of generated database schemas and API designs. Criticism has focused on customization limitations — applications follow Vercel's opinionated stack choices, which may not match existing team conventions.

"It's not going to replace a senior full-stack developer," said Guillermo Rauch, Vercel CEO. "But it will replace the first three weeks of a project. You get a working application, then your team takes it from there."

Pricing

v0 2.0 is included in Vercel Pro plans at $20 per month with 100 generation credits per month. Each generation creates or significantly modifies an application. A free tier offers 10 generations per month. Enterprise pricing with unlimited generations and the option to fine-tune models on a company's codebase is available by request.

The product launches today and is available at v0.dev.

Learn AI for Free — FreeAcademy.ai

Take "Prompt Engineering Practice" — a free course with certificate to master the skills behind this story.

More in Tools

Google Turns Chrome Into an AI Coworker With Auto Browse, Powered by Gemini 3
Tools

Google Turns Chrome Into an AI Coworker With Auto Browse, Powered by Gemini 3

At Cloud Next 2026, Google unveiled Auto Browse, a Gemini 3-powered agent inside Chrome that handles multi-step web tasks for consumers and enterprise Workspace users.

5 days ago3 min read
OpenAI Launches Workspace Agents, Retires Custom GPTs for Teams
Tools

OpenAI Launches Workspace Agents, Retires Custom GPTs for Teams

OpenAI today unveiled workspace agents in ChatGPT as a research preview, positioning them as a direct replacement for custom GPTs and pitching Codex-powered shared agents at Business, Enterprise, Edu, and Teachers customers.

6 days ago2 min read
Cloudflare Launches Agent Memory Private Beta to Give AI Agents Persistent Recall
Tools

Cloudflare Launches Agent Memory Private Beta to Give AI Agents Persistent Recall

Cloudflare's new Agent Memory service extracts and stores information from AI agent conversations so models can recall context across sessions without bloating the token window, addressing one of agentic AI's biggest bottlenecks.

1 week ago2 min read