Cloudflare Pages + Functions

Pages + Functions Showcase

Three simple demos: health check, persistent counter, and persistent notes.

Health Check

Live

Test GET /api/health.

No request yet.

Counter

KV

Each click calls GET /api/counter and persists count in KV.

No request yet.

Notes

KV

Save notes with POST /api/note, read latest with GET /api/notes.

No notes loaded yet.