0 B idle · awake on connect

Scale-to-zero
for your dev stack.

A real Postgres, Redis or browser per branch, task or agent — that sleeps when you don't and wakes the instant you connect.

my-branch — sbx
$ 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.
0 B
idle memory
191ms
redis wake
~1s
postgres wake
0
dependencies
one binary · docker or kubernetes

Wakes on a socket

Any TCP connection. No SDK, no client library, no wrapper.

Sleeps to 0 B

Idle sandboxes cost no memory. Volume intact, back in a second.

One committed file

sandbox.json, or a built-in template with nothing on disk.

Snapshot & fork

Seed once, fork many. The migration runs a single time.

Docker or Kubernetes

The same spec local or in a cluster. sbx doctor tells you.

Live dashboard

sbx ui — cpu, memory and a trace, per sandbox.

Install in one line.

curl -fsSL https://raw.githubusercontent.com/aryanmehrotra/sbx/main/scripts/install.sh | sh