No-Code · Coding Agentsactive

Replit Agent

Type: no-code  ·  Vendor: Replit  ·  Language: Web product  ·  Status: active  ·  Status in practice: mature

Links: homepage docs

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

Neighbourhood

Click any neighbour to follow the lineage. Scroll to zoom, drag to pan.