> Last validated: 2026-03-06 — PraisonAIUI features verified programmatically, OpenClaw features sourced from GitHub README and docs
| Aspect | PraisonAIUI | OpenClaw |
|--------|-------------|----------|
| Focus | Multi-agent orchestration dashboard | Personal AI assistant gateway |
| Language | Python (Starlette) | TypeScript (Node.js) |
| Stars | Growing | 100k+ |
| Architecture | Protocol-driven feature modules | Gateway + Channel adapters |
| Registered Features | 24 | ~15 core subsystems |
| API Routes | 164 | ~50 (WebSocket-focused) |
| Channels | 8 configured, 4 working bots (Discord, Telegram, Slack, WhatsApp) | 22 working channels |
| Skills/Tools | 20+ built-in tools | 13,000+ via ClawHub |
| Native Apps | Web only | macOS, iOS, Android |
| Area | Advantage |
|------|-----------|
| Multi-agent orchestration | Pipeline, Route, Parallel, Loop — no equivalent in OpenClaw |
| OpenAI-compatible API | Full /v1/* — clients can use OpenAI SDK directly |
/v1/*
| Workflow designer | 8-route workflow CRUD with run/status tracking |
| Approval workflows | 10-route approval system for tool execution gating |
| API surface area | 164 REST routes vs ~50 in OpenClaw |
| Config validation | Schema-driven with history tracking |
| Hooks system | Pre/post operation hooks with trigger API |
| Theme system | Dark/light/custom with CSS variable API |
| Protocol versioning | Client-server version negotiation |
| Agent CRUD | Full REST API for agent definitions |
| MCP tools | 64+ Model Context Protocol tools |
| Area | Gap | Impact |
|------|-----|--------|
| Channels | 22 working vs 4 | 🟡 High — 18 niche channels missing |
| Skills marketplace | 13,000+ vs 0 | 🔴 Critical — massive ecosystem moat |
| Native apps | macOS/iOS/Android vs web-only | 🟡 High — device presence |
| Voice | Wake word + Talk Mode vs none | 🟡 High — hands-free interaction |
| Canvas (A2UI) | Agent-driven visual workspace vs partial parity | 🟡 Medium |
| Agent-to-agent | Sessions-based messaging vs none | 🟡 Medium |
| Priority | Feature | Effort | Why |
|----------|---------|--------|-----|
| 🔴 P0 | Skills marketplace UI | High | Must have ecosystem to compete |
| 🟡 P1 | Wire SDK bots into dashboard UI | Medium | SDK has all 4 bots, UI just needs to launch them |
| 🟡 P1 | Wire SDK Memory into chat UI | Low | SDK Memory fully exists, just wire into chat |
| 🟡 P1 | Wire VisionAgent into chat attachments | Low | SDK has VisionAgent, wire to image uploads |
| 🟡 P1 | Voice/TTS in chat UI | Medium | Browser SpeechSynthesis API is free |
| 🟢 P2 | Agent-to-agent messaging | Medium | Builds on existing sessions + chat |
| 🟢 P2 | Typing indicators / presence | Low | WebSocket event additions |
| 🟢 P3 | Native apps (Electron/Tauri) | High | Web-first is acceptable for now |
| 🟢 P3 | Canvas / visual workspace | High | Unique feature but not essential |