Skip to content

Example Guides

This hub helps you choose the right example by runtime and goal.

GoalRecommended examplePick it first when
Fastest send-only proofexpress-node-send-onlyYou want the shortest path on Node
Lightweight Bun API serverhono-bun-send-onlyYou are building with Bun + Hono
Send-only deploy on Pages Functionshono-pages-send-onlyYou want the simplest Cloudflare Pages entry point
Queue processing on Workershono-worker-queue-doYou need Durable Objects-based async processing
Delivery tracking on Workers + D1hono-worker-tracking-d1You want Cloudflare-native tracking storage
Delivery tracking on Pages + Hyperdrivehono-pages-tracking-hyperdriveYou are staying on Pages but need Hyperdrive
Webhook ingestion and runtime operationshono-worker-webhook-d1You need event intake, retries, and persistence