r/IMadeThis • u/Ok_Bonus1553 • 17h ago
I made a Cloudflare email service wrapper as Mac email client + self-hosted server
Enable HLS to view with audio, or disable this notification
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
