Replit Agent
Type: no-code · Vendor: Replit · Language: Web product · Status: active · Status in practice: mature
Replit's cloud-native AI development partner that plans, builds, tests, and deploys applications from natural-language descriptions inside the Replit workspace, with snapshot-based checkpoints and one-click deployment.
Description. Replit Agent is a cloud-only coding agent built into Replit's workspace. It reads/writes files, runs commands in the Replit project sandbox, sets up infrastructure, and deploys via Replit Deployments. It exposes three modes (Lite / Economy / Power) trading off cost vs model capability, with a Pro-only Turbo accelerator. A Plan Mode breaks tasks into ordered lists before any code is touched. Snapshot-style checkpoints record meaningful progress; users can roll back to any prior state through git-backed metadata. Built-in PostgreSQL provisioning and Stripe/GitHub/Slack connectors plus custom MCP servers extend reach.
Agent loop shape. Spec-driven plan-and-execute loop inside Replit's hosted environment. User describes intent; Agent (optionally in Plan Mode) drafts an ordered task list, then sets up the project, writes code, runs and tests it in the sandboxed workspace, and creates a checkpoint at meaningful progress. Errors trigger self-fix attempts; rollback to any checkpoint restores via git. Deployment is a single tool call that compiles, packages, hosts, and TLS-terminates.
Primary use cases
- natural-language web app and prototype building
- checkpointed iterative development with rollback
- one-click cloud deployment from Agent
- Plan Mode for breakdowns before editing
- non-engineers building working software
Key concepts
- Plan Mode → plan-and-execute (docs) — Break down complex projects into ordered task lists before edits.
- Modes (Lite / Economy / Power / Turbo) → multi-model-routing (docs) — Performance tiers controlling model capability vs cost.
- Checkpoints → replay-time-travel (docs) — Snapshot-style git-backed checkpoints; rollback to any prior state.
- Replit workspace sandbox → sandbox-isolation (docs) — Cloud project as the agent's sandboxed execution environment.
- Deployment tool (docs) — One agent tool call drives compile/package/host/TLS via Replit Deployments.
Patterns this no-code implements —
- ★Code-as-Action Agent
Agent writes code, sets up project, and shows live preview; file edits and command runs are the action surface.
- ★★Code Execution
Cloud workspace runs the code Agent writes; Agent tests its own work.
- ★★Plan-and-Execute
Plan Mode is a documented first-class mode: brainstorm + ordered task list, approve, then build.
- ★★Replay / Time-Travel
Agent creates checkpoints during work; users roll back to any prior state.
- ★Spec-Driven Loop
Agent takes a natural-language spec and drives end-to-end build, planning to deployment.
- ★★Multi-Model Routing
Lite / Economy / Power modes (plus Turbo) explicitly route across different model capabilities.
- ★★Sandbox Isolation
Each Replit project is a cloud-hosted workspace where the agent runs; isolated per-project.
- ★★Tool Use
Agent tools include code execution, deployment, named connectors (GitHub, Stripe, Slack), and custom MCP servers.
- ★★Agent Resumption
Checkpoints + Rollback here button provide resume-from-state behaviour; the agent's own conversation can be picked up again after rollback.
Neighbourhood
Click any neighbour to follow the lineage. Scroll to zoom, drag to pan.