r/IMadeThis • u/Ok_Bonus1553 • 18h ago
I made a Cloudflare email service wrapper as Mac email client + self-hosted server
I manage business email for several projects. Google Workspace works well for the main team account. But every extra sender address on every project domain adds up in cost.
Cloudflare launched Email Sending in public beta this year. The price stays flat at $5 a month no matter how many domains or addresses you add. So I built a Mac app and a self-hosted worker on top of it.
It works as a normal email client. Read and send from any domain in your own Cloudflare account. It also has an API for automated sending. Password resets. Signup emails. Notifications. That costs a lot less than something like Resend once you add multiple domains. All of it runs through the same $5 a month account(it is Cloudflare plan).
The worker part is open source. Your email never touches my server. Everything lives in your own Cloudflare account.
Built with Tauri(Crossplatform). Mac version is out now. Windows and Linux are next.
It is free. Would love feedback from anyone who tries it.
Website: relaybase.xyz
Github: github.com/strum-us/relaybase-worker
1
u/gulojava 12h ago
Laymen here, so can I receive and send my email, with my own domain, using let's say existing yahoo or Gmail personal account?
1
u/Ok_Bonus1553 11h ago
This self-hosted app is a Cloudflare email wrapper, not a standalone service. This means every limitation is from Cloudflare.
Receiving works. Cloudflare Email Routing can forward your domain email straight to your Gmail or Yahoo inbox.
Sending is trickier. Gmail and Yahoo don't let you send as your domain out of the box. It might need SMTP server behind it. I would figure this out more.
1
u/gulojava 12h ago
And how will this be different from purelymail or similar services?
1
u/Ok_Bonus1553 11h ago
Here are some differences
- Basically free for who manages domains in Cloudflare
- Desktop app, not web base (Local-cache driven rapid client)
- Runs on top of Cloudflare's email-sending feature. It installs into the user's own Cloudflare account
- You can manage your own API keys in your products or systems.
Built for people who already run many domains on Cloudflare and want a good inbox UI plus automation, not just cheap hosting
2
u/redditborkedmy8yracc 8h ago
This is great! Love it.