English | 한국어
Herdr Visual Lab is a dashboard playground for experimenting with more entertaining ways to watch coding agents work in Herdr.
It reimagines a single live session as different worlds—a galaxy, a race, a raid, or a metro system. Build and compare modes to discover which views make agent status and activity the most intuitive and enjoyable to follow.
Requirements:
- Node.js 20 or later
- Herdr 0.7.4 or later
npm install
npm run build
npm link
herdr-visual-labHerdr Visual Lab opens http://127.0.0.1:4158 in your default browser. Press
Ctrl+C in the terminal to stop it.
To preview the dashboard without Herdr, run it with a fixture:
herdr-visual-lab --fixture gridAvailable options:
herdr-visual-lab [options]
--port <n> Set the starting port (default: 4158)
--no-open Do not open the browser automatically
--socket <path> Set the Herdr Unix socket path
--fixture <name> Run with sample data
--speed <n> Set the animation speed multiplier
Available fixtures are grid, dense, redflag, error, and podium.
Choose a mode with the running server's ?game= query parameter.
The session becomes a galactic core, workspaces become stars, tabs become planets, and agents become satellites. Galaxy is the default mode, so it also opens when no query parameter is provided.
http://127.0.0.1:4158/
http://127.0.0.1:4158/?game=galaxy
Agents battle a boss on a side-scrolling 2D battlefield with animated characters.
http://127.0.0.1:4158/?game=raid2
Workspaces become guilds, and agents become raiders attacking a boss.
http://127.0.0.1:4158/?game=raid
Agents appear in columns according to their IDLE, WORKING, BLOCKED, or
DONE status.
http://127.0.0.1:4158/?game=kanban
Workspaces become racing teams, and agents become cars driving around the circuit.
http://127.0.0.1:4158/?game=f1
Workspaces become subway lines, and agents become trains running through a late-night city.
http://127.0.0.1:4158/?game=metro





