RepoKanban

A drag-and-drop kanban board backed by a markdown file in your git repo.

npx repokanban

Just a file

Your board is a KANBAN.md file. Commit it, diff it, merge it.

Drag and drop

A real kanban UI in the browser with drag-and-drop between columns.

Fully local

No accounts, no cloud. Runs a local server on your machine.

Live sync

Edit KANBAN.md in your editor — the board updates instantly.

Usage

Run it in any directory, if a KANBAN.md file doesn't already exist one will be created. A browser tab opens with your board.

$ repokanban              # open board in browser
$ repokanban --port 8080   # use a specific port