Self-hosted dev sandboxes with preview URLs (Docker, Go, no K8s) The open-source project sandboxed provides a self-hosted platform that turns a single Linux machine into a fleet of isolated, on-demand development sandboxes with built-in AI coding agents and live preview URLs. The system, built with Go and Docker and requiring no Kubernetes, allows users to spin up containers via an HTTP API, automatically stops idle environments to conserve memory, and wakes them on the next request. This infrastructure enables developers to run AI app-builder products on their own hardware with one command, offering multi-tenant isolation, per-user preview URLs, and cost control without vendor lock-in. The open-source engine for AI app-builder products. Give every user an isolated cloud dev environment, a built-in coding agent, and a live preview URL — self-hosted, on one machine, in one command. sandboxed turns one Linux box into a fleet of isolated, on-demand dev sandboxes — each with a real shell, the common toolchains, a coding agent, and its own preview URL. You drive it with a small HTTP API: POST /sandbox → an isolated container spins up POST .../tasks → an AI agent builds an app inside it http://