exe.dev — internet computers, built by Shelley
The recursion is the pitch
This fan site includes a recording of Shelley being asked to overhaul this exact fan site.
Not a fake CLI animation. Not a canned terminal script. A browser session connected to the local Shelley agent on this exe.dev VM, captured while the site was being rebuilt.
Actual Shelley, in the browser
Watch Shelley build this page
The recording below is the meta artifact: the browser-based Shelley UI, live tool calls, and the final self-referential tweak that replaced this very screencast.
localhost:9999 — Shelley Agent
Your browser does not support embedded video. The recording is at recordings/shelley-live-overhaul.mp4?v=2cb49b9.
Recording slot armed. If this appears before the capture finishes, refresh in a moment — Shelley is literally making the demo artifact.
Why exe.dev feels different
It is not “hosting.” It is a computer on the internet.
⚡Instant VMs<br>Create a full Linux box from SSH and start working in seconds. No cloud console maze. No ceremony.
🌍HTTPS by port<br>Run an app on 8000, 3000, 5173, 9999 — exe.dev gives it a secure public URL through the proxy.
Shelley included<br>A coding agent already inside the VM. It can edit, test, run servers, inspect logs, and iterate with you.
💾Persistent disks<br>Your repo, database, recordings, experiments, and weird little side quests remain there when you return.
🤝Shareable access<br>Invite collaborators, show clients, or hand off a live environment without rebuilding a stack locally.
🧰Just Ubuntu<br>Use apt, Go, Node, Python, SQLite, Docker-shaped workflows, CLIs — real tools on a real machine.
🧠LLM gateway<br>Agentic apps can use included model access from inside the VM, making prototypes feel native.
✉️Email hooks<br>Send and receive email from a VM for bots, workflows, notifications, and delightful experiments.
The workflow
Four moves from blank idea to public artifact.
SSH: ssh exe.dev drops you into the control plane.
Create: new --name=my-idea gives you a persistent Linux VM.
Build: use Shelley or your own tools; run the app on a normal port.
Share: open the exe.dev HTTPS URL and send it to the world.
Live proof
This page is served from the VM you are reading about.
The source is plain HTML/CSS/JS in /home/exedev/muttha-fukken-site, served by nginx on port 8000 with long-lived asset caching, exposed through the exe.dev proxy.
servicenginx static cache
port8000
agent UIlocalhost:9999
artifactMP4 screencast
Try the future where every idea gets its own computer.
Use exe.dev when you want a clean VM, a public URL, and an AI pair programmer without building scaffolding first.
Start at exe.dev<br>Read the docs