Comet
Run Rocket routes on Cloudflare Workers, backed by a patched Rocket that compiles to wasm32-unknown-unknown — with an optional D1-first ORM and a CLI to scaffold it all.
Rocket on Workers
Write ordinary Rocket route handlers — guards, responders, fairings — and run them unmodified on Cloudflare Workers via a direct in-process dispatch into a patched Rocket core. No sockets, no Hyper.
Nebula ORM
A D1-first ORM core: #[derive(Entity)], typed columns, deterministic SQL builders, explicit relationships, and safe migration generation — fully feature-gated and opt-in.
comet-cli
Scaffold projects, generate entities and CRUD routes, drive migration generation, and run your test/release gate from one binary.