RepoKanban

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

npx repokanban

or install globally: npm install -g 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.

The format

RepoKanban reads and writes a simple markdown format. You can edit it by hand or through the board.

## To Do
- ⚪ Design landing page `high`
  > Simple single-page site for repokanban.com
- ⚪ Write tests `medium`

## In Progress
- 🟡 Set up CI pipeline `high`

## Complete
- 🟢 Initialize repository

Usage

Run it in any directory that has a KANBAN.md file. A browser tab opens with your board.

$ repokanban              # open board in browser
$ repokanban --port 8080   # use a specific port
$ repokanban --no-open    # don't auto-open browser