OpenClaw Cloud
Multi-tenant SaaS platform for a personal AI assistant — used by thousands of users
- 1,000s of users
- 4-app monorepo
- Live in production
OpenClaw Cloud is a multi-tenant SaaS platform that wraps the open-source OpenClaw agent engine and delivers a personal AI assistant across the chat applications people already use — WhatsApp, Telegram, Slack, and Discord. It is live in production and serves thousands of users.
The system is built as a Turborepo monorepo with four applications: a Next.js 15 dashboard (Vercel), an Express + WebSocket gateway that runs the OpenClaw engine (Fly.io), a webhook receiver, and a background worker. A dedicated cloud infrastructure layer handles authentication, Stripe-based billing and credits, team management, multi-tenant isolation, RBAC, SSO/SAML, and AES-256-GCM key encryption.
The platform exposes a public REST API, cron scheduling, custom domains, and a plugin system, while the core engine — consumed as a workspace dependency rather than forked — provides 55+ skills, session management, multi-model support with fallback chains, function calling, memory, and code execution.
- Next.js 15
- Fly.io
- Stripe
- Turborepo monorepo
- PostgreSQL
- Redis
- WhatsApp / Telegram / Slack / Discord channels