OpenClaw Dashboards
Monitor and manage your AI agent swarm with these open-source dashboards.
crshdn/mission-control
Most feature-complete dashboard. Next.js + SQLite + WebSocket connection to OpenClaw Gateway.
Features:
- Kanban board (PLANNING → DONE)
- AI-powered planning with Q&A
- Auto-create specialized agents
- Real-time event feed
- Bearer token auth + HMAC webhooks
manish-raana/openclaw-mission-control
Convex-focused dashboard. React + Vite + real-time sync (no polling).
Features:
- Real-time sync via Convex
- Kanban task board
- Agent monitoring with live status
- Comment tracking
- OpenClaw webhook at /openclaw/event
abhi1693/openclaw-mission-control
Enterprise-grade centralized operations platform for multi-team orchestration.
Features:
- Multi-team orchestration
- Approval-driven governance
- API-backed automation
- Auto-installer for Docker/local
tenacitOS
Next.js + React 19 + Tailwind CSS v4. Reads OpenClaw workspace files directly.
Features:
- Reads config, agents, sessions, memory
- Workspace-native integration
- Lightweight and fast
Quick Deploy
Deploy Mission Control dashboard to Vercel + Convex in 10 minutes:
git clone https://github.com/manish-raana/openclaw-mission-control.git cd openclaw-mission-control npm install npx convex deploy # Creates production Convex backend vercel --prod # Deploys Next.js to Vercel # Set environment variables in Vercel: # - NEXT_PUBLIC_CONVEX_URL # - OPENCLAW_GATEWAY_URL (wss://your-vps:18789) # - OPENCLAW_GATEWAY_TOKEN