DEV Community

Abubakar Gill
Abubakar Gill

Posted on

How I Built a Real-Time Disposable Email Service with Next.js and Cloudflare?

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:

  1. Instant Generation: Get a random or custom address in one click.
  2. Real-time Inbox: No page refreshes needed (WebSockets).
  3. Multiple Domains: Uses a varied list of domains to bypass blocklists.
  4. 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: [https://disposemail.xyz]

Top comments (0)