A growing suite of agent-backed, agent-in-the-middle mini-apps — each one a small rig of agents paired with a UI or with infrastructure it deploys and manages for you. Browse what's possible.
Turn hours of footage into the best minutes — agent-cut.
apps/cutdown ├── README.md ├── app │ ├── cutdown-server.mjs │ └── cutdown.html ├── app.json └── assets
Tag, curate, and route your studio's media — an agent-run asset library.
apps/media-manager ├── README.md ├── app │ └── media-manager.html ├── app.json └── assets
A lightweight agent-paired video editor — storyboard + timeline cockpit, distilled from hundreds of hours of real human+agent editing.
apps/mini-nle ├── README.md ├── app │ └── mini-nle.html ├── app.json └── assets
An infinite storyboard the agent draws on with you — arrange, sketch, think out loud.
apps/canvas ├── README.md ├── app │ └── canvas.html ├── app.json └── assets
A playable virtual Push that drives a real Ableton rig through an agent — 272 pads of your own library, tap a combo, lock the scene.
apps/push ├── README.md ├── app │ └── push.html ├── app.json └── assets
A bench for refining one scene with an agent — two pads, dialed together until it's right.
apps/workshop ├── README.md ├── app │ └── workshop.html ├── app.json └── assets
A beat-choreography timeline — map cuts, flashes, and punches to the beat with the agent keeping time.
apps/beatline ├── README.md ├── app │ └── beatline.html ├── app.json └── assets
Browse, read, edit, and preview every file in your home-scoped roots — and ask an allowlisted agent seat to edit alongside you, live.
apps/files ├── README.md ├── app │ └── files.html ├── app.json └── assets
The ticket board your agents actually run — pick up the card, move it across the columns, do the work, close it.
apps/kanban-factory ├── README.md ├── RUNBOOK.md ├── agents │ ├── board-driver │ └── orchestrator ├── app.json ├── assets ├── docker-compose.yaml ├── glue │ ├── kb.sh │ └── read-token.php ├── kanban.html └── rig.yaml
Every app runs on your own dedicated box — a private studio on the internet, staffed by an agent rig you talk to from a browser. You reach it through Google identity via Cloudflare Access; the box is yours alone, with your files, your keys, your subscriptions.
Under every box is OpenRig — the control plane that makes a durable rig of coding agents possible: define the topology, boot it, restore it losslessly. The box is the product; OpenRig is the substrate it stands on.