Public preview candidate

Project docs and work,
kept where the work lives.

GitDocket is a local-first Markdown graph with a focused CLI and web interface—for teams and coding agents that want durable project context without another hosted source of truth.

Requires Bun 1.3.14+ · macOS or Linux

One linked source of truth

Readable as files. Useful as a system.

Documentation, decisions, tasks, epics, and agent workflows remain ordinary reviewable files. GitDocket derives readiness, history, indexes, and local views without taking ownership away from Git.

docket init
docket overview
docket serve
GitDocket task board showing synthetic todo and completed work
The browser interface runs only on your computer.

Designed for practical trust

Small surface, explicit behavior.

Files stay authoritative

Markdown and Git are the durable record. The SQLite cache is disposable.

Local means local

The web interface binds to 127.0.0.1 and is not a hosted multi-user service.

Agents get boundaries

Deterministic commands handle mechanics; versioned workflows carry judgment.

Start with a repository you already have.

Init is additive, brownfield-aware, and leaves existing Markdown untouched until you review it.

View GitDocket on GitHub