vibe-kanban

BloopAI/vibe-kanban

Get 10X more out of Claude Code, Codex or any coding agent

27k
Stars
2.9k
Forks
533
Open issues
110
Watchers
Rust Apache-2.0Last pushed Apr 24, 2026

Overview

Vibe Kanban is a task management tool designed to work with various coding agents. It allows users to create kanban boards for planning tasks, run coding agents in dedicated workspaces, review code diffs with inline comments, and integrate seamlessly with their preferred version control systems.

Categories

Tags

Relationships

Similar tools

Install

cargo add vibe-kanban

README

Get 10X more out of Claude Code, Gemini CLI, Codex, Amp and other coding agents...

npm Build status Ask DeepWiki

Vibe Kanban is sunsetting. Read the announcement.

Overview

In a world where software engineers spend most of their time planning and reviewing coding agents, the most impactful way to ship more is to get faster at planning and review.

Vibe Kanban is built for this. Use kanban issues to plan work, either privately or with your team. When you're ready to begin, create workspaces where coding agents can execute.

  • Plan with kanban issues — create, prioritise, and assign issues on a kanban board
  • Run coding agents in workspaces — each workspace gives an agent a branch, a terminal, and a dev server
  • Review diffs and leave inline comments — send feedback directly to the agent without leaving the UI
  • Preview your app — built-in browser with devtools, inspect mode, and device emulation
  • Switch between 10+ coding agents — Claude Code, Codex, Gemini CLI, GitHub Copilot, Amp, Cursor, OpenCode, Droid, CCR, and Qwen Code
  • Create pull requests and merge — open PRs with AI-generated descriptions, review on GitHub, and merge

One command. Describe the work, review the diff, ship it.

npx vibe-kanban

Installation

Make sure you have authenticated with your favourite coding agent. A full list of supported coding agents can be found in the docs. Then in your terminal run:

npx vibe-kanban

Documentation

Head to the website for the latest documentation and user guides.

Self-Hosting

Want to host your own Vibe Kanban Cloud instance? See our self-hosting guide.

Support

We use GitHub Discussions for feature requests. Please open a discussion to create a feature request. For bugs please open an issue on this repo.

Contributing

We would prefer that ideas and changes are first raised with the core team via GitHub Discussions or Discord, where we can discuss implementation details and alignment with the existing roadmap. Please do not open PRs without first discussing your proposal with the team.

Development

Prerequisites

Additional development tools:

cargo install cargo-watch
cargo install sqlx-cli

Install dependencies:

pnpm i

Running the dev server

pnpm run dev

This will start the backend and web app. A blank DB will be copied from the dev_assets_seed folder.

Building the web app

To build just the web app:

cd packages/local-web
pnpm run build

Build from source (macOS)

  1. Run ./local-build.sh
  2. Test with