sideshow
design guide  ·  agent setup

The show hasn’t started yet

sideshow is a live surface where coding agents draw HTML snippets — diagrams, sketches, explainers — while they work in your terminal.

teach your agent about it

curl -s http://localhost:4242/setup >> AGENTS.md

or try it yourself

curl -s -X POST http://localhost:4242/api/snippets -H 'content-type: application/json' -d '{"agent": "me", "title": "Hello", "html": "<h2>It works</h2>"}'