Hello World Worker
Workers
The smallest possible Worker. A single fetch handler returning plain text. Proves the deploy loop: write → wrangler deploy → live globally in seconds.
Visit →Flarecraft
A working portfolio of small things built on Workers, Pages, KV, D1, R2, and Workers AI — one primitive at a time. Each experiment is deliberately minimal: enough to understand the shape, not so much that the shape is obscured.
Workers
The smallest possible Worker. A single fetch handler returning plain text. Proves the deploy loop: write → wrangler deploy → live globally in seconds.
Visit →Workers + KV
Tiny counter that increments on each request. Explores KV bindings, eventual consistency at the edge, and the capability-based security model.
Workers + D1
CRUD over a SQLite database running inside the edge network. Explores D1 bindings, migrations, and the read-replica story.
Workers AI
Minimal UI in front of an open-source model running on Cloudflare's inference fleet. Explores the AI binding and per-token billing.
R2
Signed-URL uploads into an R2 bucket. Explores egress-free object storage and the S3-compatible API surface.