Skip to content

Abbado

Launch AI coding agents on your projects. Watch them work in real-time. Manage the full lifecycle from code to PR — all from a single dashboard.

You already use Claude Code and Codex in your terminal. But when you’re running 6 agents in parallel across multiple repos, juggling terminals doesn’t scale.

Abbado gives you one dashboard to orchestrate everything.

Interactive Terminal

Real Claude/Codex CLI in your browser via xterm.js. Paste, type, interact — everything works. Sessions survive browser disconnection.

Multi-Agent Parallel

Launch multiple agents simultaneously on the same project. Each gets its own git worktree — no conflicts.

CLI Hooks

Claude Code hooks notify Abbado in real-time: tool usage, permissions, task progress, completion. Zero parsing.

Git Workflow

View diffs, commit, rename branches, push, create PRs/MRs — all from the sidebar. GitHub and GitLab.

Notifications

Discord alerts when agents finish, need permission, or fail. Per-session toggle.

Agent Templates

14 preconfigured agents: PR Reviewer, Bug Fixer, Test Writer, Security Auditor… Or create your own.

Terminal window
# Install and run
cargo run # Backend on :3000
cd frontend && npm run dev # Frontend on :5173
# Or use the Makefile
make dev
  1. Create a project → add your git repos
  2. Pick an agent from the template library
  3. Click ”+ Session” → terminal opens with Claude or Codex
  4. Work interactively → the agent codes, you supervise
  5. Review changes → diff viewer, commit, push, create PR
  6. Get notified on Discord when the agent finishes