# FlareMail

A polished web inbox for [Cloudflare Email Routing](https://developers.cloudflare.com/email-routing/) and Workers. Read, compose, search, and manage edge-powered mail without standing up IMAP, wrestling SMTP, or living in forwarding hacks.

- **Web app:** [https://app.sendwithflare.com](https://app.sendwithflare.com)
- **Start:** [https://sendwithflare.com/onboarding/](https://sendwithflare.com/onboarding/)
- **Help:** [https://sendwithflare.com/help/](https://sendwithflare.com/help/)
- **Pricing:** [pricing.md](https://sendwithflare.com/pricing.md)

## Who it is for

Founders, operators, and developers who already trust Cloudflare for DNS or Workers and want custom-domain email that feels like a normal inbox — not another forward-to-Gmail workaround.

## What you get

- Web inbox in the browser (no installer)
- Cloudflare Email Routing inbound via the `flaremail-api` Worker
- Compose and send from your domain
- Folders, archive, drafts, sent mail, search
- Unread tracking, starred messages, labels and filter rules
- Attachments (download and preview)
- Multiple accounts and aliases
- Light / dark / system themes, density and font size
- Signatures, plain text or HTML sending, undo send
- Keyboard shortcuts (including a Gmail-style preset)
- External image blocking and tracking-pixel detection
- AI email summaries and writing polish (optional)
- Local email cache (works offline)
- No IMAP server and no SMTP wrangling

## Pricing

- **First domain:** free
- **Each additional domain:** $9.99/mo via Paddle; cancel anytime

See [pricing.md](https://sendwithflare.com/pricing.md).

## How it is built

Browser client → JWT session → Cloudflare Worker API. D1 stores mail metadata; R2 stores message bodies and attachments. Inbound mail arrives through Email Routing to the Worker. Outbound mail uses Cloudflare Email Sending for provisioned domains, with Resend as the path to arbitrary recipients.

## Not the right fit

FlareMail is not a generic hosted mailbox for people who do not want to use Cloudflare, and not an enterprise shared-inbox platform.

## Next steps

1. Create a free account: [onboarding](https://sendwithflare.com/onboarding/)
2. Open the app: [app.sendwithflare.com](https://app.sendwithflare.com)
3. Follow the [setup guide](https://sendwithflare.com/help/setup-guide/)
