Open source · MIT licensed

AI wrote the code.
Now run it.

You asked Claude, ChatGPT, or Cursor to build something. Sandcastle puts it online on your own server — no tech skills needed.

localhost:3000
my-app.yourname.com

Ask AI. Get it running. That's it.

Tell your favorite AI tool what you want. It writes the code. Then one command puts it online — or the AI does it for you automatically.

Terminal
$ sandcastle deploy
  Found: Next.js project
  Uploading 47 files
  Setting everything up...
 
  ✓ Live at https://my-app.your-computer.com

One command, done

Type sandcastle deploy and it figures out the rest — what language it's in, how to build it, and how to make it accessible. You get a link you can share.

AI Tool How it works
Claude
MCP CLI
Cursor
MCP CLI
ChatGPT
CLI
GitHub Copilot
CLI
Any AI tool
CLI

Works with every AI tool

With MCP, Claude and Cursor can deploy for you automatically — just ask. With the CLI, you run one command yourself. Either way, it takes seconds.

Useful things, made with AI, running at home

People use Sandcastle to run all kinds of things — family tools, school projects, small business apps, weekend experiments. All private, all on their own server.

Recent deployments 5 live
🍽️
meal-planner
Weekly meal planner for the family
Next.js
🎓
science-quiz
Teacher made this for her class with ChatGPT
Python
📦
inventory-app
Small shop tracking stock — built in 20 min
React
💡
birthday-rsvp
Quick RSVP page for a party this weekend
HTML
🏠
chore-tracker
Kids' chore chart that the whole house uses
React

From an idea to a real website

Tell an AI what you need, it writes the code, and Sandcastle makes it a real website you can open on your phone, share with family, or use at work.

meal-planner — details
Status Running
Link meal-planner.yourname.com
Made with ChatGPT
Secure Yes — runs in isolation
Private Yes — on your server
Secure link Automatic (HTTPS)
Expires Never (your choice)
Created 2 hours ago

Safe and private by default

Each app runs in its own sealed space so it can't touch anything else. Your data stays on your own machine, the link is secure, and you decide when it goes away.

01

Nothing to set up

Sandcastle figures out what the AI made and how to run it. You don't need to know what "Next.js" or "Python" means.

02

Runs on your own machine

Your own server or home device. No cloud accounts, no monthly fees, no one else sees your data.

03

Safe even if the code isn't

AI-generated code runs in a sealed space that can't access your files or anything else. If something's wrong with the code, it can't cause harm.

Free and open source. Give it a try.

go install github.com/AmirSoleimani/sandcastle/apps/cli@latest Copy