Ops Dashboard OpenClaw: Local-First Dashboard for Solo Devs with Multiple Repos

r/openclaw user Remarkable-Echo4783, a solo developer with twelve active projects across seven repos and four cloud providers, built ops-dashboard — a local-first app that indexes everything you work on into a single queryable dashboard. No cloud account, no telemetry, no signup.
What It Does
- Semantic search + keyword matching across Obsidian vault, repo READMEs, daily logs, and project notes
- Editable agent org chart with per-agent chat using any LLM provider you already pay for (BYOK, no markup)
- Auto-extracts TODOs from source files across any language with priority inference
- Cost tracking per provider per month in EUR/USD/GBP (no bank connection)
- Technical decision log with context, consequences, and links
- GitHub sync for PRs, issues, and recent commits per repo
- URL monitoring with webhook alerts on downtime/recovery
- Weekly summaries of what shipped vs last week
- Voice notes via local Whisper on CPU
- Reusable templates for launch checklist, incident response, code review
How It Runs
Python backend, vanilla JS frontend, SQLite storage. Single binary, no Docker required. Indexes ~2,800 documents in under five minutes on a MacBook.
Pricing (Still Validating)
- Free, self-hosted, BYOK: MIT-licensed core, no signup
- $9/month hosted: zero setup, Ollama-backed chat (no token cost), weekly email digests
- $29/month team: shared org chart, role-based views, shared decisions log
Who It's For
Solo founders, indie hackers, freelancers with more than three repos in production — anyone who has outgrown a todo app but doesn't want a Notion subscription.
📖 Read the full source: r/openclaw
👀 See Also

Introducing Aionic Anthology: A Framework for Structuring Claude's AI Tasks
The Aionic Anthology framework organizes Claude's AI tasks by separating context into categories and adding a risk evaluation system to improve task execution.

Running OpenClaw in an Isolated Micro-VM with Void-Box
OpenClaw can be run as a service inside an isolated micro-VM using Void-Box, a capability-bound runtime that executes workflows in KVM micro-VMs, providing a clean execution boundary without container runtime involvement.

OpenHelm: A Local Background Scheduler for Claude Code with Self-Correcting Retry Logic
OpenHelm is a Tauri-based application that runs Claude Code tasks in the background on a schedule, stores all state locally in SQLite, and includes a self-correcting retry loop that adjusts prompts after failures.

Running Qwen3.6-35B-A3B-UD-Q5_K_XL Locally with VS Code Copilot on AMD R9700
A user shares their working llama.cpp setup for Qwen3.6-35B-A3B-UD-Q5_K_XL on a single AMD R9700 with Vulkan, achieving full website and Playwright test generation from scratch with minimal nudging.