What is Project Inbox Worker?
A mail-receiving Worker that turns inbound email into database rows. Apps get email-triggered workflows without running a mail server.
Related terms
Cloudflare Worker
Serverless code running on Cloudflare’s edge network, close to visitors worldwide. BYOB deploys generated apps as Workers: no servers to provision, scale, or patch.
Cloudflare D1 Database
SQLite at the edge: a relational database replicated near users with SQL semantics developers already know. BYOB DB provisions one per project with schema viewing and SQL inspection.
Signed URL
A time-boxed link granting private-file access without exposing the bucket. Uploads stay private; sharing stays possible; nothing leaks by default.
Dispatcher Worker
The SaaS router that maps each request — by publish slug or custom domain — to the right per-project Worker. One edge entry point, thousands of isolated apps behind it.
Dispatch Namespace
The isolate group containing a fleet of per-project Workers. Namespaces let one platform deploy, version, and route user projects independently.
KV Domain Map
A key-value lookup binding slugs and custom hostnames to their Workers. Custom-domain support is a map entry plus DNS — no redeploy required.