replit capabilities
10 mapped capabilities, each graded and dated. This is the diagnosis — the migration guide is the cure.
Capabilities
Autonomous app-building agent
provisionalverified 2 days 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 days 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 days 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 days 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
provisionalverified 2 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 days 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 days 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 days 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 2 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 days 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.