v1.0.0 NOW AVAILABLE

PRIVACY IS
DISPOSABLE.

Self-hosted disposable email service. Generate temporary email addresses instantly. No sign-up. No tracking. Auto-expiring.

FROM: Verification Bot12:04 PM

Your temporary verification code is:892-113

FROM: Newsletter11:58 AM

Welcome to the weekly digest...

Inbox expires in 59:59
Open SourceMIT LicenseDocker ReadyNo TrackingSelf HostedREST APIOpen SourceMIT LicenseDocker ReadyNo TrackingSelf HostedREST API

Batteries Included

No Auth Required

Generate an inbox instantly. No sign-up forms, no passwords, no friction. Just pure utility.

Auto-expiring

Set it and forget it. All data is automatically wiped after a configurable TTL duration.

Zero Tracking

We don't want your data. No analytics, no cookies, no IP logging. Complete anonymity.

Built-in SMTP

Standalone architecture. Receives emails directly without needing third-party providers.

Self-hosted

Your infrastructure, your rules. Run it locally or on your VPS with full data sovereignty.

REST API

Build on top of CloakMail with a fully documented OpenAPI spec and typed endpoints.

Web UI

Clean, accessible web interface built with modern tech like SvelteKit and Tailwind CSS.

Docker-ready

Deploy in seconds. Single docker-compose file to spin up the entire application stack.

Ready to
Deploy?

# Download production docker-compose
$curl -fsSL https://raw.githubusercontent.com/DreamsHive/cloakmail/main/docker-compose.production.yml -o docker-compose.yml
# Set your domain and start
$DOMAIN=yourdomain.com docker compose up -d
> Web UI available at http://localhost:5173 > API available at http://localhost:3000 > SMTP server listening on port 25