mk-board
A kanban that lives in a markdown file inside the project it tracks.
Runs today.
What it does
- Columns from headings, cards from list items. The file is the board: edit it in the UI, in Obsidian, in vim, or let an agent edit it.
- Every write is a minimal diff; the UI reloads when anything else touches the file, and cards an agent changed flash.
- Priorities, tags, notes, a detail pane. Quick-add under each column, right-click for the rest.
- A CLI and a Claude Code skill make the agent side first-class: pick the next card, move it, mark it done from a coding session.
- One overview across every project you have a board in.
Details
- One container, or npm
docker run -p 8790:8790 -v /path/to/repos:/boards ghcr.io/mkornas/mk-board- Runs on
- Your laptop or a box on the LAN. Single user, no accounts.
- Licence
- MIT. Free, open source.
- Source
- github.com/mkornas/mk-board