Nimbus

A cloud dev environment running entirely on Cloudflare’s edge.

GitHub

Fresh 10 GB sandboxURL is shareableBoots in ~1s

inside your sandbox
$ git clone https://github.com/you/your-app.git
$ cd your-app && npm install
$ npm run dev
  ➜  VITE ready — preview is live
nimbus — ~/app

      

Everything a dev environment needs. Nothing you don’t.

real shell

60+ Unix commands. Pipes, redirects, jobs, globs, heredocs. Not a toy — a bash-compatible interpreter.

10 GB filesystem

Persistent SQLite VFS inside a Durable Object. Survives reloads, device changes, and hibernation.

npm + node

Production installer with content-addressed cache. Node.js runs in sandboxed V8 isolates.

git

Full isomorphic-git over the real network. Clone, branch, commit, push — same flows you know.

vite dev server

In-process HMR, Tailwind, React Router basename auto-injection, runtime error overlay. No local tooling.

shareable URLs

Every sandbox gets a human-readable URL. Send it to a teammate — they join the same session instantly.