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:
- 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.
- 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.
- 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.
- 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.



