Replace CodeSandbox?
KINDA · weekend projectYou can self-host a browser IDE, but fast templates, previews, cloud VMs, collaboration, and workflow integrations are the product.
Build me a personal cloud dev environment to replace CodeSandbox. Requirements: - Do not write an IDE. Set up code-server (VS Code in the browser) on my VPS via its official install script, running under systemd, bound to localhost. - Access over Tailscale or an SSH tunnel only; no public exposure, built-in password auth switched off. That is the whole security model, keep it that simple. - A sandbox CLI: sandbox new <name> --template node|python|static copies a folder from templates/ into ~/sandboxes/<name>, runs its install step, and prints the code-server URL opened to it. - Three templates: node (Express hello world + nodemon), python (venv + Flask), static (index.html served with live-server). - Previews: each sandbox's dev server gets its own port, reachable through the same tunnel; a tiny index page lists sandboxes and their ports. - sandbox rm <name> archives the folder to a tarball before deleting it. - No accounts, no telemetry; everything lives on my own server. - Out of scope: multi-user collaboration, instant VM forking, and public preview URLs; managed infrastructure is the hosted product. - README: install steps, tunnel setup, and how to add a template.
$ open in your agent (prompt prefilled, you press enter) or copy it raw · this prompt is generated from the build plan · improve it via PR
They pay to avoid managing dev machines for experiments and previews.
xinstant templates
xcloud sandboxes
xpreview URLs
xcollaboration
xmanaged infrastructure
xintegration polish
What does the CodeSandbox verdict mean?
The core job looks buildable, with meaningful gaps: instant templates, cloud sandboxes. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.
What price does this directory record show for CodeSandbox?
The directory records $12/month for Pro, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.
What do I lose by replacing CodeSandbox?
Honestly: instant templates; cloud sandboxes; preview URLs; collaboration; managed infrastructure; integration polish. If any of those are load-bearing for you, keep paying.
Is there an open-source alternative to CodeSandbox?
The listed prior art includes code-server (Open-source VS Code in browser; building block for a self-hosted sandbox.). Inspect those projects before starting from a blank prompt.