Web

Venmail

A privacy-first disposable inbox on the Cloudflare edge — a working address in about a second, no sign-up, real-time mail with automatic OTP extraction, and a developer API. A Luxavero product.

Next.jsCloudflare WorkersTypeScriptEdge
ImpactInbox in ~1 second
1Second to an inbox
0Sign-up required
1Call to fetch the OTP

See it in action

The live product on desktop, tablet and phone.

venmail.my.id
Venmail on desktop
Venmail on a tablet
Tablet
Venmail on a phone
Mobile

Case Study

The Challenge

Testing sign-up and verification flows needs a throwaway inbox instantly — but most temp-mail services are slow, ad-heavy, or (worse) never actually deliver the verification code you're waiting for. Developers also need to pull those one-time codes programmatically, not copy them by hand.

My Approach

Venmail runs on the Cloudflare edge: Workers with Email Routing and an email worker that parses MIME the moment mail arrives. Addresses are generated on the fly, messages stream in over a live connection, and OTP codes are extracted automatically. A small REST API exposes the latest message and its code so automated flows can fetch it in a single call.

The Results

A usable inbox appears in about a second with no account, incoming mail shows in real time, and codes are pulled out for you. Venmail runs today at venmail.my.id with a public developer API — one of the live products under my company, Luxavero.

Tech Stack

Next.js 14Cloudflare WorkersEmail RoutingTypeScript