A self-hosted dashboard for the AI agents you build. Watch every task, log, decision, hook, sub-agent, and skill — all in real time. Free for personal and own-business use.
Most agent setups are invisible terminal scrolls. Claude Control turns every Claude Code session into a live dashboard you can watch, query, and direct.
You're shipping with Claude Code. You want to know what it's doing, why, and where it's stuck — without staring at a terminal. Claude Control is the dashboard the CLI never gave you.
Not a SaaS. You clone the repo, deploy your own Supabase, run your own dashboard. Your data, your infrastructure, your rules. Open source kit, no per-seat fees.
Claude Control assumes you. One Supabase, one dashboard, one Claude Max subscription powering your agents. Built for indie builders, not enterprise teams.
Watch, audit, and direct everything Claude Code touches — without leaving the browser.
One-glance status of every agent, task, and active session. Live ring colors, heartbeats, and progress bars.
Five-column board (To Do, Doing, Needs Input, Canceled, Done) that fills itself as agents work. Subtasks, assignees, budgets per card.
Every observation, decision, and step your agents make — searchable, filterable, with unread badges so you never miss a thread.
Agents ask through the dashboard, not the terminal. Approve, answer, or redirect — async, with full history.
Agents file HTML reports when they finish. Browsable, shareable, persistent. No more "what did it actually do?"
Visual editor for ~/.claude/settings.json. Allow/Ask/Deny matrix, env vars, model picker — no JSON spelunking.
Cross-project CLAUDE.md and MEMORY.md viewer. Version diffs, scope filtering (user/project/agent), full audit trail.
Live registration + tool inventory for every MCP server across all your projects. Health checks, transport types, env-key tracking.
See every PreToolUse, PostToolUse, SessionStart, and Stop hook firing across projects. Inspect commands, kill misbehaving ones.
Browse every .claude/skills/ definition across all projects. Allowed-tools, when-to-use, body — fully indexed.
Mirror of .claude/agents/*.md. Spawn, monitor, and manage specialized workers from the dashboard.
Read of mcp__scheduled-tasks__*. See what's next, what last ran, what failed — all in one place.
Every Claude Code session — model used, turn count, token estimate, tool calls, transcript path, summary. Audit your usage.
Generate working API skills from natural language. Auth, endpoints, validation, ready to drop into any agent.
Paste a doc, video transcript, or webhook payload — get back a structured analysis ready for next steps.
Submit a fuzzy business goal — Claude breaks it into milestones, tasks, and KPIs you can dispatch to agents.
Schedule any edge function via pg_cron from the dashboard. Morning digests, evening reports, intel syncs — all on autopilot.
Reusable agent workflows. Define once, trigger anywhere. Built-in support for Anthropic-native step orchestration.
The deck view. Profiles, sessions, guardrails, comms, orchestration — your whole agent fleet in one screen.
Build custom dashboards from the data your agents produce. 19 block types — KPIs, tables, feeds, charts, alerts.
Each agent gets a persona file — instructions, memory, voice. Edit on the dashboard, applied at next session.
Compose agents into specialized roles — researcher, writer, analyst — with their own configs and budgets.
No SaaS signup. No marketplace. You self-host the whole thing on free-tier infrastructure.
Fill the form below with your name, email, and GitHub handle. Takes 30 seconds.
You'll get a collaborator invite email within seconds. Click accept and the private repo is yours to clone.
Open SETUP.md in Claude Code, say "follow this." Claude walks you through Supabase, env vars, and deploy.
Your dashboard goes online. Every Claude Code session you run from now on appears on it in real time.
Free for personal projects and your own business. Submit the form — we send a GitHub invite to the private repo within seconds.
Free for personal use and your own business. Build whatever you want, run it for any company you own or operate. Client work needs separate permission — if you want to deploy Claude Control for a paying client, drop a note via the access form first. Code is yours to fork and modify; selling redistributions or hosted versions of the kit isn't allowed.
No giant docs to wade through. Each lesson is a single prompt you paste into Claude Code — Claude runs the commands, asks for what it needs, and verifies before moving on. Click Copy, paste into a fresh Claude Code session, and ride along.
supabase/functions/ to your Supabase. About 3 minutes..env.local, run the dev server, sign up at /auth, and confirm the dashboard renders.CLAUDE.md into your real project, set the env vars in your shell, and verify the connection.CLAUDE.md in any project where you want the agent to log its work, and it shows up in real time.