Replit capabilities
10 mapped capabilities, each graded and dated. The map shows what Replit can do; the audit shows whether it’s worth consolidating — and a guide shows how to move.
Capabilities
Autonomous app-building agent
provisionalverified ~2 months agoReplit Agent takes a natural-language description and autonomously builds a full-stack application — writing code, installing dependencies, wiring infrastructure, testing the app, and fixing bugs — without requiring the user to write code.
Built-in auth, database, and third-party integrations
provisionalverified ~2 months agoAgent can wire authentication, a managed database, and third-party services (Stripe, Twilio, OpenAI, etc.) into the app automatically from a natural-language prompt — no manual configuration required.
Checkpoints and rollback
provisionalverified ~2 months agoAgent automatically creates named checkpoints — full project snapshots capturing all files, installed packages, project configuration, database contents, and AI conversation context — at key milestones. Users can roll back or roll forward to any checkpoint instantly.
Deployments and hosting
provisionalverified ~2 months agoReplit provides integrated one-click hosting for apps built in the platform, with four deployment types covering static sites, auto-scaling servers, reserved VMs, and scheduled jobs. Agent can wire the deployment as part of the build workflow.
Effort-based pricing and plan gating
canonicalverified 25 days agoReplit Agent uses effort-based pricing where each completed request generates one checkpoint billed at a cost proportional to the complexity of the work. Simple edits cost less than $0.25; large feature builds cost more. Monthly subscription plans include credit allowances.
Enterprise security and SSO
provisionalverified ~2 months agoReplit Enterprise offers SAML/OIDC single sign-on, SCIM user provisioning, role-based access control, audit logging, private deployments, and optional single-tenant environments for organizations requiring governance controls.
Inline code completion (ghost text)
provisionalverified ~2 months agoReplit provides AI-powered inline code suggestions that appear as ghost text at the cursor while typing; press Tab to accept. The feature is powered by replit-code-v1.5-3b, Replit's own open-source 3.3B-parameter model, and appears across all languages in the browser-based editor.
Native mobile app building via Agent
provisionalverified ~2 months agoAgent can build native iOS and Android applications from a natural-language prompt using React Native and Expo, with no local Xcode or Android Studio required. Apps use real native UI components, can access device hardware (camera, location), and can be submitted to the App Store.
Plan Mode (brainstorm before building)
provisionalverified 25 days agoPlan Mode is a separate chatting interface within Agent that lets users brainstorm, explore approaches, and generate ordered task lists without modifying the codebase. Users transition to Build Mode when ready to implement.
Real-time multiplayer collaboration
provisionalverified ~2 months agoMultiple team members can work in the same Replit project simultaneously, each running their own Agent tasks in parallel with shared visibility via a Kanban board and live cursor presence across files.