Skip to content

A file-based Kanban board that lives in your repo — driven by Claude Code and other AI coding harnesses.

pip install kanbai

Home

Why KanbAI

  • The board lives in your repo


    One Markdown card per task, one folder per column — git-friendly, diffable, no external service, no database.

  • Your agent drives it


    kanbai init installs a rule + skills so Claude Code picks the next task, implements it, and moves it across the board.

  • You stay in control


    Finished work waits in review for your approval, and a friendly local web UI lets you watch everything live.

Get started in 30 seconds

pip install kanbai
kanbai init
kanbai add "Build the login screen" -p high
kanbai move 001 todo
kanbai list
uv add --dev kanbai
kanbai init
kanbai add "Build the login screen" -p high
kanbai move 001 todo
kanbai list

Then open a Claude Code session and ask it to “work through the KanbAI board”.

The KanbAI web UI

Explore the docs

KanbAI is released under the MIT License.