Wakes on a socket
Any TCP connection. No SDK, no client library, no wrapper.
A real Postgres, Redis or browser per branch, task or agent — that sleeps when you don't and wakes the instant you connect.
$ sbx create my-branch --template postgres $ eval "$(sbx env my-branch)" $ psql -U app -d app # ← this wakes it app=# served in ~1s. no start command. no compose.
Any TCP connection. No SDK, no client library, no wrapper.
Idle sandboxes cost no memory. Volume intact, back in a second.
sandbox.json, or a built-in template with nothing on disk.
Seed once, fork many. The migration runs a single time.
The same spec local or in a cluster. sbx doctor tells you.
sbx ui — cpu, memory and a trace, per sandbox.
curl -fsSL https://raw.githubusercontent.com/aryanmehrotra/sbx/main/scripts/install.sh | sh