SynClaw logoSynClaw Docs
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

  1. Clone repository and configure environment variables.
  2. Run `bunx convex dev` and `bun run dev` locally.
  3. Configure auth callbacks for local and production hosts.
  4. Set OpenClaw workspace config and verify agent heartbeat.
  5. Deploy app and backend to production.

Need detailed step-by-step?