Skip to content

Example Guides

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

Goal Recommended example Pick it first when
Fastest send-only proof express-node-send-only You want the shortest path on Node
Lightweight Bun API server hono-bun-send-only You are building with Bun + Hono
Send-only deploy on Pages Functions hono-pages-send-only You want the simplest Cloudflare Pages entry point
Queue processing on Workers hono-worker-queue-do You need Durable Objects-based async processing
Delivery tracking on Workers + D1 hono-worker-tracking-d1 You want Cloudflare-native tracking storage
Delivery tracking on Pages + Hyperdrive hono-pages-tracking-hyperdrive You are staying on Pages but need Hyperdrive
Webhook ingestion and runtime operations hono-worker-webhook-d1 You need event intake, retries, and persistence