Early Access · Launching Soon

LaneConductor
for AI Agents

Real-time Kanban visibility into every AI agent working across all your repos.
100% local — no cloud, no auth, no cost.

$ git clone https://github.com/meller/laneconductor ~/Code/laneconductor
See how it works ↓
LaneConductor · localhost:8090 live
Backlog
#014
Auth Caching
In Progress
#015
Streaming API
in-progress
#016
Landing Page
in-progress
Review
#012
DB Migration
review
Done
#011
Core Heartbeat Worker
done
#009
Vite UI Dashboard
done
🔒
Sovereign

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.

Real-time

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.

🗂
Multi-project

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.

Three commands. Full visibility.

From zero to a live Kanban board tracking every AI agent across every repo in under two minutes.

01 — INSTALL
Clone & install

Clone the repo, run make install to register globally, and open a project to add LaneConductor to it.

make install
02 — SETUP
Quick project setup

In any repo, run /laneconductor setup in Claude. It scaffolds your conductor/ folder and registers the project in Postgres.

/laneconductor setup
03 — GO
Start the dashboard

Run make lc-start to launch the heartbeat worker and open the Kanban UI at port 8090. Watch your agents in real-time.

make lc-start

Everything you need.
Nothing you don't.

💓
Heartbeat Worker

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.mjs
📋
Kanban Dashboard

A 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:8090
🤖
Claude Skill

A SKILL.md that Claude Code loads automatically. Gives your AI agent 15+ commands: /laneconductor newTrack, implement, review, pulse, and more.

SKILL.md
⚙️
No-LLM Makefile Targets

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.

Makefile
🗂
Track Conversation Inbox

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 tab
🔐
Quality Gate Lane

An 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.md
$0
Monthly cost
5s
Heartbeat interval
15+
Claude skill commands
Projects supported

Be the first to know

LaneConductor 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.