Self-hosted, turnkey ephemeral sandbox and preview environments with microVM-grade isolation and no Kubernetes
Developers self-hosting their infra, and people running AI-agent-generated code, want a self-hostable, turnkey way to spin up disposable environments that give an instant preview URL like a PR deploy, isolate at the microVM or gVisor level instead of plain Docker, and do not require standing up Kubernetes. The product everyone names as the gold standard is exe.dev, which is hosted SaaS only. The self-hostable open options are either Docker-isolation-only (no real boundary for untrusted agent code), Kubernetes-bound, or beta SDK-shaped runtimes, so nobody ships the SSH-in-and-it-is-there plus preview-link plus VM-isolation bundle as one self-hosted product.
The unsolved part is not the isolation runtime, microsandbox already nails libkrun. It is the boring networking glue: giving each ephemeral VM a stable preview URL with TLS and routing without dragging in a Kubernetes ingress controller. Build the on-demand reverse-proxy plus per-sandbox subdomain plus SSH-in-and-it-is-running layer on top of Firecracker or microsandbox and you have shipped what people asked for by name.
landscape (3 existing solutions)
The space is crowded with hosted SaaS (exe.dev, Modal, E2B, Daytona) and with Kubernetes-bound or SDK-shaped open source. The specific intersection HN users keep asking for, self-hosted plus turnkey plus preview URLs plus microVM or gVisor isolation plus no Kubernetes, has no obvious winner, and the demand recurs across multiple 2026 threads.