DocsSelf-hosted
Self-hosted Setup
Developer-grade setup with your own infrastructure.
Prerequisites
- Your own Convex project and deployment environments.
- Your own OpenClaw gateway and MCP server setup.
- OAuth provider credentials and callback URL management.
- Ability to run and deploy Next.js + Convex applications.
Setup flow
- Clone repository and configure environment variables.
- Run `bunx convex dev` and `bun run dev` locally.
- Configure auth callbacks for local and production hosts.
- Set OpenClaw workspace config and verify agent heartbeat.
- Deploy app and backend to production.