{"id":50388919,"url":"https://github.com/actionagentai/openclaw-dashboard","last_synced_at":"2026-05-31T12:00:19.391Z","repository":{"id":339318184,"uuid":"1161404668","full_name":"actionagentai/openclaw-dashboard","owner":"actionagentai","description":"React/Next.js visual dashboard for the OpenClaw AI gateway — every CLI command as a UI page, with speech-to-text everywhere","archived":false,"fork":false,"pushed_at":"2026-02-19T05:05:20.000Z","size":1334,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-19T10:52:04.120Z","etag":null,"topics":["ai","dashboard","nextjs","openai","openclaw","react","self-hosted","speech-to-text","websocket","whatsapp"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/actionagentai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-19T04:14:25.000Z","updated_at":"2026-02-19T07:32:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/actionagentai/openclaw-dashboard","commit_stats":null,"previous_names":["actionagentai/openclaw-dashboard"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/actionagentai/openclaw-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionagentai%2Fopenclaw-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionagentai%2Fopenclaw-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionagentai%2Fopenclaw-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionagentai%2Fopenclaw-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actionagentai","download_url":"https://codeload.github.com/actionagentai/openclaw-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionagentai%2Fopenclaw-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33730241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","dashboard","nextjs","openai","openclaw","react","self-hosted","speech-to-text","websocket","whatsapp"],"created_at":"2026-05-30T17:00:24.151Z","updated_at":"2026-05-31T12:00:19.272Z","avatar_url":"https://github.com/actionagentai.png","language":"TypeScript","funding_links":[],"categories":["Mission Control \u0026 Dashboards","Integrations \u0026 Features"],"sub_categories":["Monitoring \u0026 Dashboards"],"readme":"# OpenClaw Dashboard\n\nA React/Next.js visual dashboard for the [OpenClaw](https://github.com/openclaw/openclaw) AI gateway. Every CLI command represented as a visual UI page, with **speech-to-text everywhere** as a first-class feature.\n\n![OpenClaw Dashboard](screenshots/dashboard-tour.gif)\n\n## What is this?\n\nOpenClaw is a self-hosted AI assistant gateway with 35+ CLI commands, 50+ skills, and 20+ messaging channel integrations. This dashboard provides a modern web interface for managing and interacting with your OpenClaw gateway — no terminal required.\n\n### Pages\n\n| Page | CLI Equivalent | Description |\n|------|---------------|-------------|\n| **Overview** | `openclaw status` / `openclaw health` | Gateway health, channel status, agent overview |\n| **Chat** | `openclaw agent --message` | Real-time chat with streaming responses |\n| **Agents** | `openclaw agents list/add/delete` | Create, edit, and manage AI agents |\n| **Sessions** | `openclaw sessions` | Browse and manage conversation sessions |\n| **Models** | `openclaw models list` | View available LLM models by provider |\n| **Voice \u0026 STT** | `openclaw tts` / `openclaw talk` | TTS testing, speech recognition, talk mode |\n| **Nodes** | `openclaw nodes` / `openclaw devices` | Connected nodes and device pairing |\n| **Skills** | `openclaw skills list` | Browse skills with eligibility and install status |\n| **Channels** | `openclaw channels` | WhatsApp QR login, channel linking, status |\n| **Cron** | `openclaw cron list/add/run` | Scheduled job management |\n| **Config** | `openclaw config get/set` | Live config editor with collapsible tree view |\n| **Logs** | `openclaw logs` | Real-time log streaming |\n\n### Key Features\n\n- **Speech-to-text everywhere** — Floating mic button (Cmd+Shift+M) injects voice transcription into any input field\n- **Real-time WebSocket** — Direct connection to the OpenClaw gateway protocol (v3)\n- **Streaming chat** — Token-by-token response streaming with abort support\n- **Typed RPC client** — Full TypeScript types for all 80+ gateway methods\n- **Zero database** — Pure WebSocket client, all data lives in OpenClaw\n\n## Quick Start\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) \u003e= 20\n- [OpenClaw](https://github.com/openclaw/openclaw) gateway running (`openclaw gateway start`)\n\n### Setup\n\n```bash\n# Clone\ngit clone https://github.com/actionagentai/openclaw-dashboard.git\ncd openclaw-dashboard\n\n# Install dependencies\nnpm install\n\n# Configure gateway URL (optional — defaults to ws://localhost:18789)\ncp .env.example .env.local\n# Edit .env.local if your gateway runs on a different port\n\n# Start dev server\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) and the dashboard will auto-connect to your running OpenClaw gateway.\n\n### Gateway Configuration\n\nIf your gateway requires authentication, add the token to `.env.local`:\n\n```\nNEXT_PUBLIC_OPENCLAW_GATEWAY_URL=ws://localhost:18789\nNEXT_PUBLIC_OPENCLAW_GATEWAY_TOKEN=your-token-here\n```\n\nYou may also need to allow the dashboard origin in your `openclaw.json`:\n\n```json\n{\n  \"gateway\": {\n    \"controlUi\": {\n      \"allowedOrigins\": [\"http://localhost:3000\"],\n      \"allowInsecureAuth\": true\n    }\n  }\n}\n```\n\n## Architecture\n\n```\nopenclaw-dashboard/\n├── app/                    # Next.js App Router pages (12 pages + API)\n│   ├── page.tsx            # Overview (health, channels, agents)\n│   ├── chat/page.tsx       # Streaming chat interface\n│   ├── agents/page.tsx     # Agent CRUD\n│   ├── sessions/page.tsx   # Session browser\n│   ├── models/page.tsx     # Model catalog\n│   ├── voice/page.tsx      # TTS/STT/Talk mode\n│   ├── nodes/page.tsx      # Node \u0026 device management\n│   ├── skills/page.tsx     # Skills marketplace\n│   ├── channels/page.tsx   # Channel status\n│   ├── cron/page.tsx       # Cron scheduler\n│   ├── config/page.tsx     # Config tree editor\n│   ├── logs/page.tsx       # Log viewer\n│   └── api/tts-audio/      # TTS audio file proxy\n├── lib/\n│   ├── gateway-client.ts   # WebSocket client (challenge-nonce auth, auto-reconnect)\n│   └── types.ts            # Full wire protocol types (80+ RPC methods, 17 events)\n├── hooks/\n│   ├── use-openclaw-gateway.ts   # Gateway connection hook\n│   ├── use-openclaw-chat.ts      # Chat with streaming\n│   ├── use-openclaw-agents.ts    # Agent CRUD\n│   ├── use-openclaw-models.ts    # Model listing\n│   ├── use-openclaw-sessions.ts  # Session management\n│   ├── use-openclaw-tts.ts       # Text-to-speech\n│   ├── use-openclaw-nodes.ts     # Node \u0026 device management\n│   └── use-speech-to-text.ts     # Browser Web Speech API\n├── contexts/\n│   └── OpenClawContext.tsx  # Shared gateway connection\n└── components/\n    ├── Sidebar.tsx          # Navigation with connection status\n    ├── FloatingMicButton.tsx # Global STT mic (Cmd+Shift+M)\n    └── VoiceTranscriptPreview.tsx  # Live transcript overlay\n```\n\n### Gateway Protocol\n\nThe dashboard connects to the OpenClaw gateway via WebSocket using the v3 JSON protocol:\n\n1. Server sends `connect.challenge` event with nonce\n2. Client sends `connect` request with auth token and client identity\n3. Server responds with `hello-ok` containing features, snapshot, and policy\n4. Client uses `rpc(method, params)` for typed request/response calls\n5. Client subscribes to events (`chat`, `agent`, `health`, `presence`, etc.)\n\nAll RPC methods are fully typed — see `lib/types.ts` for the complete `RPCMethodMap`.\n\n## Tech Stack\n\n- **Next.js 16** with App Router\n- **React 19**\n- **TypeScript** (strict mode)\n- **Tailwind CSS v4**\n- **Lucide React** for icons\n- **Zero external UI libraries** — lightweight, no bloat\n\n## Development\n\n```bash\nnpm run dev          # Start dev server\nnpm run build        # Production build\nnpm run typecheck    # TypeScript check\nnpm run lint         # ESLint\n```\n\n## Contributing\n\nThis project follows the [OpenClaw contribution guidelines](https://github.com/openclaw/openclaw/blob/main/CONTRIBUTING.md).\n\n- One thing per PR\n- AI-assisted contributions are welcome (label them)\n- Run `npm run build \u0026\u0026 npm run typecheck` before submitting\n\n## License\n\nMIT — same as OpenClaw.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionagentai%2Fopenclaw-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factionagentai%2Fopenclaw-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionagentai%2Fopenclaw-dashboard/lists"}