Real-time Kanban visibility into every AI agent working across all your
repos.
100% local — no cloud, no auth, no cost.
Everything runs on your machine. Your project metadata never leaves your network. No third-party SaaS, no API keys for the dashboard itself, no subscription.
A heartbeat worker watches your conductor/tracks/
files and syncs to Postgres every 5s. The Kanban UI polls every 2s — you always see what the agent
is doing.
One dashboard, every repo. Each project registers itself; all share one Postgres db. Switch between projects instantly, see all agent activity from a single pane.
From zero to a live Kanban board tracking every AI agent across every repo in under two minutes.
Clone the repo, run make install to
register globally, and open a project to add LaneConductor to it.
In any repo, run /laneconductor setup
in Claude. It scaffolds your conductor/
folder and registers the project in Postgres.
Run make lc-start
to launch the heartbeat worker and open the Kanban UI at port 8090. Watch your agents in
real-time.
A lightweight Node.js process watches your markdown track files with chokidar and syncs state to Postgres every 5 seconds. No polling the filesystem from the browser — pure event-driven.
laneconductor.sync.mjsA Vite + React dashboard at localhost:8090 gives you a live board of Backlog → Planning → In Progress → Review → Quality Gate → Done. Drag cards between lanes to trigger AI actions.
localhost:8090A SKILL.md that Claude Code loads automatically. Gives your AI agent 15+
commands: /laneconductor newTrack,
implement,
review, pulse, and
more.
The LLM is never required to operate the system. make lc-start,
lc-stop,
lc-status,
and lc-ui-start —
all work without a conversation.
Each track has its own conversation thread. Claude posts blockers, notes, and review results. You reply inline. The agent picks up your response on the next run.
Conversation tabAn optional pre-done lane runs automated checks — tests, linting, build, security — before a track is marked complete. Configurable per project with full shell command execution.
quality-gate.mdLaneConductor is launching soon — local-first today, cloud-powered
tomorrow.
Join the early access list and we'll notify you when it's ready.
No spam. No noise. Just a ping when we ship.