Cloudflare Inbox
Product docs for the Waku inbox, Cloudflare bindings, and the magic-link web workflow.
Cloudflare Inbox is a single-tenant support workspace built on Waku, Cloudflare Email Routing, Cloudflare Email Service, and R2.
What lives here
The docs cover the pieces that matter for this alpha app:
Getting started
Routes, bindings, local development, and what to configure before deploy.
Web auth
How magic-link login works, where the cookie is enforced, and which env vars enable it.
Current route map
| Route | Purpose |
|---|---|
/ | Public landing page |
/login | Magic-link sign-in |
/app | Protected inbox UI |
/docs | Public documentation |
Project shape
- Waku serves both the product pages and the docs.
- The inbox UI is still the same shadcn-based app already wired for replies, editable To/CC/BCC reply recipients, thread history, and per-inbox sender alias settings.
- The public docs keep the Fumadocs look and structure, but the rendered pages stay Worker-safe inside the same Waku app.
Why Fumadocs
The goal here is simple: keep the app lightweight, but give it a polished docs surface that looks intentional and can grow with the product without adding a second deployment target.