Two open-source products in one repo — a REST email sending API with React Email templates, and a full team inbox built on Cloudflare Email Routing. Both deploy natively as Cloudflare Workers — with Docker self-hosting available as a fallback.
EmailFlare ships two independent products that share the same Cloudflare infrastructure. Use one, the other, or both together.
A REST email sending API with scoped keys, React Email templates, domain management, send history, and a full admin UI — deployed as a Cloudflare Worker on D1 + KV.
A multi-user inbox powered by Cloudflare Email Routing. Receive, reply, assign threads, and build auto-reply sequences — without managing a mail server.
Cloudflare Workers is the primary path — zero-ops, edge-native. Docker self-hosting is available for teams that want to run their own servers.
Deploy serverless on Cloudflare Workers with D1 + KV — or run the Docker image for self-hosting. just emailflare-api-worker-setup handles provisioning.
Workers deploy uses D1 + Email Routing Worker binding. Node.js deploy runs the same Hono API in a container. just inbox-setup sets everything up.
EmailFlare is intentionally simple to operate. No orchestration overhead, no extra services, no surprise dependencies.
just emailflare-api-worker-setup creates D1 + KV, applies migrations, sets secrets, builds the admin UI, and deploys the Worker — automatically.EmailFlare is fully open source. Read the code, contribute, file issues, or fork it for your own needs — no strings attached.