Platform surface
- Browser-native IDE โ zero installation, zero configuration (per Replit Docs).
- Mobile app (iOS, Android) for building on phones/tablets.
- Ephemeral cloud dev environments โ "the platform configures your environment instantly."
Built-in services
All zero-setup, per Replit Product: - Authentication - Database - Hosting - Monitoring
See Replit - Built-in Services for detail.
Integrations
"100+ integrations" cited. Named: OpenAI, Stripe, Google Workspace. Full catalog not captured.
Security & compliance
- SOC 2 Type 2 (audited).
- GDPR compliant.
- SSO/SAML (Enterprise).
- Role-based access control (Enterprise).
- Admin controls (Enterprise).
- "Screening and secure services keep apps safe" โ vague; likely refers to dependency/code security but not detailed.
Agent architecture
๐ญ
Replit's Agent 4 + Parallel Agents framing implies an orchestrator that dispatches subagents per concern (auth, db, design). See the Replit - Parallel Agents diagram โ a main task decomposed into subtasks, each run by an Agent, then merged. This is a multi-agent architecture with a merge step, not a single monolithic LLM call.
GitHub / open source
github.com/replitexists โ organization. Contents of public repos not captured.- Version control integration is a first-class platform feature.
Gaps
โ
Stack specifics (languages supported, runtime, sandboxing model). โ Full integration catalog. โ Public API / programmatic access. โ Self-hosting story for enterprise.