How I Built a Real-Time Disposable Email Service with Next.js and Cloudflare?
Source: Dev.to
Overview
Hey dev.to community,
I wanted to share a project I’ve been working on: DisposeMail. It’s a Next.js powered temporary email service designed for developers and privacy‑conscious users.
Key features
- Instant Generation: Get a random or custom address in one click.
- Real-time Inbox: No page refreshes needed (WebSockets).
- Multiple Domains: Uses a varied list of domains to bypass blocklists.
- Secure: All data is purged from RAM every hour.
I’d love to hear your thoughts on the UI/UX and any features you think are missing!
Link to the project: