Self-hosted dev sandboxes with preview URLs (Docker, Go, no K8s)

A one-box app builder drops, and the comments instantly ask: cool, but why not just script it

TLDR: sandboxed is a new self-hosted tool that lets people spin up private coding spaces with instant live preview links on a single server. Commenters were split between “this is useful for testing AI-made apps safely” and “isn’t this just something a quick script already does,” which is exactly why people are paying attention.

A new open-source project called sandboxed is pitching a very seductive fantasy: type one command, run it on your own machine, and suddenly every user gets their own private little coding space, an AI helper, and a live preview link to show off what got built. No giant server maze, no expensive setup, just one ordinary box doing the job. For anyone dreaming of building the next “describe an app and watch it appear” product, that’s the sales pitch.

But the real show was in the comments, where the crowd split into classic internet factions almost immediately. One camp basically went, “Congrats… but couldn’t my AI just write 100 lines of shell script and do the bit I actually need?” Ouch. That became the thread’s main skeptical energy: is this a clever shortcut, or just a polished wrapper around stuff power users already cobble together on a weekend?

Then came the wonderfully blunt drive-by question: “does this have some form of isolation?” That’s the kind of comment that lands like a record scratch when the whole product is selling safety and separation as the headline feature. Others chimed in with the inevitable tech-forum flex: “I already did something like this,” except with totally different tools, naturally. The funniest part? Even with all the one-upmanship, one commenter dropped the most practical take of the thread: easy preview links matter because if testing an AI-made app isn’t effortless, people will just smash merge and ship the slop. In other words, beneath the nerd sparring was a very real fear: the future may be built on convenience, but also on unchecked chaos.

Key Points

  • sandboxed is an open-source, self-hosted backend for AI app-builder products that creates isolated per-user development environments and live preview URLs.
  • The platform creates private Linux containers, runs AI coding agents inside them, and exposes the running dev server at a shareable preview link.
  • Its architecture is intentionally minimal: a Go control plane orchestrates Docker, Traefik manages routing, and SQLite stores state.
  • The system is designed to reduce infrastructure cost by stopping idle sandboxes to free memory and waking them on request while preserving files on disk.
  • The quick start requires Docker Engine and the Compose plugin on Linux, with installation performed via `./install.sh` and the API exposed locally on port 9090.

Hottest takes

“struggling to see how this beats having my agent write 100 lines of shell script” — cadamsdotcom
“does this have some form of isolation?” — utibeumanah
“people will just click merge PR and move on with their life” — priyadarshy
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.