Beta
AgentsReading · ~3 min · 67 words deep

Replit Agent

Replit's browser-native coding agent · takes a natural-language prompt and ships a running app, database, and deploy URL in one flow.

Replit Agent on agents list
TL;DR

Replit's browser-native coding agent · takes a natural-language prompt and ships a running app, database, and deploy URL in one flow.

Level 1

Replit Agent launched September 2024 inside the Replit IDE. Describe an app; the agent scaffolds the stack, writes code, provisions a database, and deploys. Integrated billing means the same Replit subscription covers IDE + agent + hosting. Targets non-developers and rapid prototypers.

Level 2

Replit Agent runs on Anthropic's Claude Sonnet 4 as its primary model, with fallbacks for cost-sensitive ops. The harness has access to Replit's container runtime, PostgreSQL instances, object storage, and secrets manager · all provisioned on demand. The Nix-based environment lets it install any language runtime without user config. By 2026 the agent ships v2 with autonomous debugging (watches its own test output, retries) and multi-file refactoring.

Level 3

The orchestration layer uses tool-use chains: code_write, db_migrate, shell_exec, browser_preview, deploy. Each call is streamed back to the UI so users watch actions live. Replit ships a "checkpoint" model · the agent saves state snapshots every significant change so users can rollback. Pricing bundles with Replit Core ($20/month) · no separate agent fee, which differentiates from Devin's $500/month. Key differentiator: no-install onboarding · anyone with a browser becomes a builder.

The takeaway for you
If you are a
Researcher
  • ·Browser-native agent · no local install
  • ·Runs on Claude Sonnet 4 with cost-tiered fallbacks
  • ·Checkpoint-based rollback for iterative workflows
If you are a
Builder
  • ·$20/month inclusive · cheapest full-stack agent on the market
  • ·Scaffolds database + backend + frontend + deploy in one flow
  • ·Best for prototyping · less capable than Cursor or Claude Code for deep refactors
If you are a
Investor
  • ·Replit raised $97M Series B · valuation ~$1.2B
  • ·Targets the massive non-developer market · TAM dwarfs pro-dev
  • ·Vertical integration (IDE + agent + hosting) creates stickiness
If you are a
Curious · Normie
  • ·An AI that builds your app inside your browser
  • ·Tell it what you want · it codes, hosts, and shares a live link
  • ·Popular with first-time builders and indie hackers
Gecko's take

Replit Agent is the non-developer entry point to AI coding. The first agent to make "idea → live app" feel normal.

Bundled with Replit Core ($20/month). No separate agent pricing. Free tier exists but limits compute and agent minutes.