Back to stories
Tools

Replit Agent 2.0 Builds and Deploys Full-Stack Apps From a Prompt

Michael Ouroumis2 min read
Replit Agent 2.0 Builds and Deploys Full-Stack Apps From a Prompt

Replit has launched Agent 2.0, a major upgrade to its AI development agent that can now build and deploy complete web applications from a natural language prompt. Describe what you want — "a project tracker with team workspaces and Kanban boards" — and the agent writes the code, sets up the database, configures authentication, and deploys it to a live URL. The whole process takes minutes.

How It Works

Agent 2.0 follows a visible, step-by-step process that users can monitor and intervene in at any point:

  1. Planning: The agent reads the prompt, asks clarifying questions if needed, and generates a project specification including tech stack, database schema, page layouts, and API endpoints.
  2. Building: It writes code file by file, running the application after each significant change to catch errors early. The agent has access to a full development environment — terminal, package manager, file system, and browser preview.
  3. Debugging: When something breaks, the agent reads error messages, identifies the cause, and fixes it. This loop runs autonomously until the application passes all self-generated checks.
  4. Deployment: Once the app is working, the agent deploys it to Replit's hosting infrastructure and provides a shareable URL.

The entire process is visible in a split-pane interface where users see the agent's reasoning on one side and the live application preview on the other.

What Changed From 1.0

The original Replit Agent could generate simple applications but frequently got stuck on complex configurations, database setup, and deployment issues. Agent 2.0 addresses these weaknesses directly.

Database support is the biggest improvement. The agent now handles PostgreSQL schema design, migrations, and seed data automatically. It understands relational data modeling and creates proper indexes, foreign keys, and constraints.

Authentication is another area where 2.0 excels. It can implement email/password auth, OAuth providers, and session management without user guidance. The original agent often produced authentication flows with security vulnerabilities — 2.0 follows secure defaults.

Performance

Replit shared metrics from the beta period. Agent 2.0 successfully builds and deploys a working application on the first attempt 78% of the time, up from 42% with the original agent. For applications requiring a database and authentication, the success rate is 71%.

Average build time for a medium-complexity application — defined as having 5-10 pages, a database with 3-5 tables, and user authentication — is 7 minutes.

Pricing

Agent 2.0 is included in Replit Core plans at $25 per month with 50 agent sessions per month. Each session generates or significantly modifies one application. Additional sessions cost $1 each. A free tier offers 5 sessions per month.

Competitive Position

Replit Agent 2.0 competes with Vercel's v0, Lovable, and Bolt.new in the AI app builder space. Its advantage is the integrated development environment — users can take over from the agent at any point and continue building manually in the same workspace. This makes it practical for professional developers who want a fast starting point rather than a fully autonomous solution.

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

Anthropic Launches Claude Design, Turning Text Prompts Into Slides, Prototypes and One-Pagers
Tools

Anthropic Launches Claude Design, Turning Text Prompts Into Slides, Prototypes and One-Pagers

Anthropic introduced Claude Design on April 17, 2026, a research preview that converts text descriptions into shareable visuals like prototypes, slides and one-pagers using Claude Opus 4.7.

12 hours ago2 min read
Google Brings AI Mode Side-by-Side With Web Pages in Chrome
Tools

Google Brings AI Mode Side-by-Side With Web Pages in Chrome

Google's Chrome desktop now keeps AI Mode open alongside web pages, lets users query across multiple tabs and PDFs at once, and surfaces image and Canvas tools through a new plus menu.

1 day ago2 min read
Canva AI 2.0 Launches as Agentic Design Platform With Proprietary Proteus, Lucid Origin, and I2V Models
Tools

Canva AI 2.0 Launches as Agentic Design Platform With Proprietary Proteus, Lucid Origin, and I2V Models

Canva unveiled Canva AI 2.0 on April 16 as a research preview, recasting its design tool as an agentic workspace powered by three proprietary models the company claims are up to 7x faster and 30x cheaper than frontier alternatives.

1 day ago2 min read