⚡ HiraishinMail 3D WebGL 3D
3D Minato Namikaze • Flying Thunder God Speed (0.12ms Edge Delivery)

3D Interactive Disposable Email at Yellow Flash Speed.

Self-hosted disposable email running entirely on Cloudflare Workers edge network & D1. Zero VPS, zero Docker, zero infrastructure cost. Move mouse to tilt the 3D Hiraishin Kunai!

WebGL 3D Interactive Viewport
0.12 ms Edge Latency
14,892 Active Inboxes
100% Free Cloudflare Tier
HiraishinMail Client — 3D Minato Edition
Active Raijin Address:
Active Hiraishin Inboxes
Select All
4 Messages (2 unread)
3D Raijin Teleportation

3D Flying Thunder God Email Teleportation Engine

Watch how an incoming SMTP email payload is tagged with a Hiraishin Raijin Seal and instantly teleported through Cloudflare Workers into D1 storage!

1. Sender MX Throw 2. Worker Energy Portal 3. D1 Teleport Beam 4. Inbox Arrival
hiraishin-edge-teleport — zsh
LIVE STREAM
// Press "Trigger Teleportation" to simulate Minato Hiraishin email delivery...
Flying Thunder God Architecture

Zero Infrastructure Edge Pipeline

Sender MX → Cloudflare Email Routing → Worker PostalMime Handler → D1 SQLite Storage → Hono Web UI.

REST API

Developer API Reference

Complete programmatic access to create inboxes, poll incoming messages, and read raw email headers.

GET /api/v1/inboxes
HTTP/1.1 200 OK
// API Response...
Deployment

Deploy in 3 Commands via Wrangler

Deploy to your own Cloudflare account in under 2 minutes.

zsh — wrangler deploy
# 1. Clone repository git clone https://github.com/ardiannurcahya/HiraishinMail.git && cd HiraishinMail # 2. Create Cloudflare D1 Database npx wrangler d1 create hiraishin_db # 3. Apply SQL migrations & deploy to Workers Edge npx wrangler d1 execute hiraishin_db --remote --file=./src/db/schema.sql npx wrangler deploy