← Back to PRs

#20619: docs: add Community Projects section with OpenClaw Dashboard

by actionagentai open 2026-02-19 04:44 View on GitHub →
size: XS
## Summary - Adds a **Community Projects** section to the README (before the existing Community section) - Links to [openclaw-dashboard](https://github.com/actionagentai/openclaw-dashboard) — a React/Next.js visual dashboard for the OpenClaw gateway ## What is OpenClaw Dashboard? A standalone Next.js app that connects to the OpenClaw gateway over WebSocket and provides a visual UI for every CLI command: - **12 pages**: Overview, Chat, Agents, Sessions, Models, Voice & STT, Nodes, Skills, Channels, Cron, Config, Logs - **Streaming chat** with token-by-token WebSocket delivery - **WhatsApp QR code login** directly from the browser - **Speech-to-text everywhere** via floating mic button (browser Web Speech API) - **Typed RPC client** for all 80+ gateway methods - **Zero database** — pure WebSocket client, all data lives in OpenClaw Tech: Next.js 15, React 19, TypeScript (strict), Tailwind v4. No external UI libraries. ![Dashboard Overview](https://raw.githubusercontent.com/actionagentai/openclaw-dashboard/main/screenshots/01-overview.png) ## Why a Community Projects section? OpenClaw has a growing ecosystem of community contributions. A dedicated section in the README makes third-party projects discoverable and encourages more community involvement. The table format makes it easy to add future projects. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- greptile_comment --> <h3>Greptile Summary</h3> Added a new "Community Projects" section to `README.md` that showcases community-built tools and extensions for OpenClaw. The section includes a markdown table linking to the OpenClaw Dashboard project—a Next.js visual interface for the OpenClaw gateway. - Proper placement before the existing Community section - Follows repository naming conventions (`OpenClaw` for product names) - Clear, concise table format that makes it easy to add future community projects - Documentation-only change with no code modifications <h3>Confidence Score: 5/5</h3> - This PR is safe to merge with no risk - This is a documentation-only change that adds a new Community Projects section to the README. The markdown formatting is correct, follows repository naming conventions, and contains no code changes that could introduce bugs or security issues. - No files require special attention <sub>Last reviewed commit: 939fa3b</sub> <!-- greptile_other_comments_section --> <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> <!-- /greptile_comment -->

Most Similar PRs