Simple Inbox

Simple Inbox

Deployable custom-domain inboxes for Cloudflare, Resend, and self-hosted support workflows.

Simple Inbox is an umbrella project for lightweight, single-tenant email inboxes you can deploy yourself.

The goal is practical: receive custom-domain mail, keep a searchable-ish web inbox, forward messages to the owner, reply from the app, and expose enough API/event surface for support automation.

Product shape

Both variants share the same operator model:

  1. Route custom-domain inbound email to the app.
  2. Store raw EML, normalized message JSON, attachments, reply aliases, and settings.
  3. Forward a reply-enabled copy to the owner inbox.
  4. Open the protected web inbox to read and reply.
  5. Use bearer APIs, and in the Cloudflare variant Queue events, for downstream automation.

What this is not

Simple Inbox is not a multi-tenant help desk yet. It is intentionally a deployable single-tenant inbox template for indie projects, small SaaS teams, and operators who want ownership of the runtime and storage.

On this page