Deploy Pipeline
Projects are packaged and published to Cloudflare Workers. Deploy reads project config, bundles worker and frontend code, uploads assets, and returns the workers.dev URL.
Deploy flow
Notes
Static assets are uploaded via the Direct Upload API (content-hashed manifest + batched uploads), then the bundled worker script is deployed with a completion JWT linking assets to the script. Asset settings (not_found_handling, html_handling, run_worker_first) from the project configuration are included in the deploy metadata. Credentials are stored client-side in localStorage.