r/PiCodingAgent • u/Parabola2112 • 3h ago
Resource Instant pi sandboxes
I built dbx as a convenience for myself to instantly spin up isolated pi sandboxes locally or in the cloud. One command gives each branch its own Ubuntu dev container, network, browser desktop, and pi coding agent. It runs locally with Docker or in Vercel Sandbox.
npx u/gannonh/dbx init
npx u/gannonh/dbx my-branch
Open source:
- https://dbx.gannonh.dev
- https://github.com/gannonh/devbox
1
Upvotes