Planton logoPlanton

Loading...

Worker

Worker Presets

Ready-to-deploy configuration presets for Worker. Each preset is a complete manifest you can copy, customize, and deploy.

4 presets
01

Preset: Edge API with Custom Domain

A production-shaped Worker: deployed from a CI-built bundle in R2, wired to KV and D1 by reference, exposed on a managed custom domain, with observability on.

02

Preset: Minimal Worker

The smallest deployable Worker: an inline script exposed on a workers.dev subdomain. No external bindings or custom domains.

03

Preset: Static Site (Workers Static Assets)

A pure static site or single-page app served from Cloudflare's edge — no server-side code. This is the build-and-upload hosting model (the converged successor to Cloudflare Pages): build your site...

04

Preset: Full-Stack App (script + Static Assets)

A full-stack application: a Worker script serves dynamic API routes while static assets serve the front end — all from one deployable at the edge. This pairs Cloudflare Workers Static Assets with...