The standalone worker channel
The standalone worker is for teams that want edge serving but refuse the runtime dependency: a Cloudflare Worker with your generated files baked into the code. It calls nothing at run time — if Sichta disappeared tomorrow, your files would keep being served.
Setup
- In the app, open your site → Channel and choose Standalone worker.
- Copy the generated
standalone-worker.js— your files are embedded in it, readable in full. - Cloudflare dashboard: Workers & Pages → Create Worker, paste, deploy, and add routes for the three managed paths.
- Press Verify in the app.
The trade-off
No dependency, ever. In exchange, every regeneration produces a new worker file that you paste and redeploy yourself — the same drift window as the download channel, at the edge.