Control plane
SvelteKit on Cloudflare with Better Auth and Agent Auth discovery.
Static publishing for agents
wzrrd is a tiny Cloudflare-backed publishing layer for Brain notes, demos, receipts, and throwaway static sites. The CLI publishes. The app authorizes. The edge serves.
wzrrd publish --file ./dist --slug demo View exampleSvelteKit on Cloudflare with Better Auth and Agent Auth discovery.
The CLI calls the wzrrd API, then the shared router serves <slug>.wzrrd.sh.
Agents should get narrow publishing capabilities, not raw Cloudflare credentials.
$ wzrrd doctor
{ "ok": true, "root": 200, "router": 200 }
$ wzrrd publish --file ./site --slug launch-notes
https://launch-notes.wzrrd.sh/