Life & fun · September 1, 2023
DIY Disposable Email Service Using Cloudflare
I recently discovered Cloudflare Email Routing. It's a super sweet feature within Cloudflare for creating disposable emails. Basically, if you have a domain connected to Cloudflare - you can create email addresses like "[email protected]" that can forward emails to your primary inbox (Gmail, Outlook, Apple Mail, etc.). This is great since you'll never need to share your real email address when signing up for new online services again. It will help you keep your primary inbox free from spam and promotional junk! However, managing my disposable emails using Cloudflare's UI is not…
What it does
In the maker’s words, at launch
I recently discovered Cloudflare Email Routing. It's a super sweet feature within Cloudflare for creating disposable emails. Basically, if you have a domain connected to Cloudflare - you can create email addresses like "[email protected]" that can forward emails to your primary inbox (Gmail, Outlook, Apple Mail, etc.). This is great since you'll never need to share your real email address when signing up for new online services again. It will help you keep your primary inbox free from spam and promotional junk! However, managing my disposable emails using Cloudflare's UI is not optimal. It's slow and bulky. So I built this minimalistic UI for managing disposable emails. This client-side app communicates directly with the Cloudflare API. Privacy is the #1 focus with this project. Feel free to contribute or let me know if you have ideas for improvement. Use the hosted app, x2.email (easy-to-remember domain!), or host it yourself wherever you like. Give the repo a star if you find it useful!
Does the same job
all alternatives →


- MSMailflare – self-hosted email, custom domain with CloudflareMay 2026 · github.com · ▲5


More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 26d ago · baselashraf81.github.io