Vibe Kanban is an open-source, self-hosted orchestration and workflow platform designed to help developers manage and coordinate the work of AI coding agents using a visual Kanban-style interface rather than juggling terminals and logs. As AI agents such as Claude Code, Gemini CLI, Codex, and others are increasingly used to generate and update code autonomously, developers often end up spending more time monitoring and sequencing these agents than writing or reviewing meaningful work. Vibe Kanban tackles this by enabling users to define tasks as cards on a board, assign those tasks to one or more coding agents, and then track progress and outcomes as each agent executes in the background with its own isolated workspace. It supports running multiple agents in parallel or in sequence, giving engineers the freedom to plan, review, and address higher-level concerns while AI helpers execute individual pieces of work.
Features
- Visual Kanban board for organizing AI coding agent tasks
- Orchestrates multiple AI coding agents in parallel or sequence
- Built-in diff and review tools for evaluating generated code
- Isolated workspaces for agents to avoid conflicts
- Centralized agent configuration management
- Remote project access and SSH editor integration