You asked Claude, ChatGPT, or Cursor to build something. Sandcastle deploys it to your own server with one command.
Detects language, installs deps, picks the right runtime. AI-generated code usually works out of the box — so does this.
Every deploy runs in a gVisor container with all capabilities dropped. You don't have to trust the code — the sandbox handles it.
Runs on any Linux box with Docker. Nothing phones home. The whole thing is a 15 MB Go binary and SQLite.
Three Go binaries, a SQLite database, and Caddy for HTTPS. No runtime dependencies beyond Docker.
go install github.com/AmirSoleimani/sandcastle/apps/cli@latest
Copy