Vibe Kanban
By: Bloop AI
Website: vibekanban.com
GitHub: BloopAI/vibe-kanban
npm: vibe-kanban
npm: npx-powered (no install needed)
Stack: Rust (backend) + Node.js/pnpm (frontend)
License: Not specified
⚠️ Sunsetting. Read the shutdown announcement.
Get 10X more out of Claude Code, Gemini CLI, Codex, Amp, and other coding agents.
Overview
Kanban board UI for planning work and running coding agents. Engineers spend most time planning and reviewing — Vibe Kanban accelerates that loop.
- Plan — kanban issues, prioritize, assign
- Execute — workspaces where agents get a branch, terminal, and dev server
- Review — diffs with inline comments, feedback loop without leaving the UI
- Preview — built-in browser with devtools, inspect mode, device emulation
Supported Coding Agents
10+ agents: Claude Code, Codex, Gemini CLI, GitHub Copilot, Amp, Cursor, OpenCode, Droid, CCR, and Qwen Code.
Quick Start
# Authenticate with your preferred coding agent first, then:
npx vibe-kanbanFeatures
- Kanban Board — Create, prioritize, assign issues
- Workspaces — Each workspace gives an agent an isolated branch, terminal, and dev server
- Diff Review — Inline comments, send feedback directly to the agent
- Built-in Browser — Devtools, inspect mode, device emulation
- PR Creation — Open PRs with AI-generated descriptions, review on GitHub, merge
- Self-Hosting — Docker-based self-hosting guide available
Self-Hosting
# Docker deployment
# See: https://vibekanban.com/docs/self-hosting/deploy-dockerEnvironment Variables
| Variable | Type | Description |
|---|---|---|
PORT | Runtime | Server port |
HOST | Runtime | Backend server host |
VK_ALLOWED_ORIGINS | Runtime | CORS origins for reverse proxy setups |
VK_TUNNEL | Runtime | Enable relay tunnel mode |
MCP_HOST / MCP_PORT | Runtime | MCP server connection |
Development
git clone https://github.com/BloopAI/vibe-kanban.git
cd vibe-kanban
pnpm i
pnpm run dev
# Rust + Node.js monorepoNotes
- Built by Bloop AI. Also created bloop (AI code search).
- Self-hostable with Docker.
- Shutting down — consider self-hosting or migrating to alternatives.