# HuskMail > Free temporary (disposable) email inboxes with automatic OTP-code detection and free-trial expiry tracking. Built on Cloudflare Workers. No signup, no ads, no shared inboxes. HuskMail provides single-use email addresses that anyone can create instantly at https://huskmail.xyz. Each inbox receives email like a normal address but is intended for short-term use — for example, signing up for free trials, receiving verification codes, or shielding a real address from spam. What makes HuskMail different from typical temp-mail services: - **Per-user inboxes, not shared pools.** Each inbox is created on demand and is private to the session that created it. There is no "global" public inbox. - **OTP and verification-code auto-detection.** Incoming messages are scanned (with regex + Cloudflare Workers AI) and any 4-8 digit verification code is pinned at the top of the inbox. - **Free-trial expiry tracking.** When a service sends a "welcome to your free trial" email, HuskMail extracts the trial end date and displays it so the user can cancel before any charge hits. Pro users get an email reminder to their real inbox 24 hours before the trial ends. - **Cloudflare Email Routing**, not a shared throwaway-mail domain — works on services that block other temp-mail providers. - **45-day inactivity retention** for free inboxes (Pro inboxes never expire). - **Receive-only** by design — HuskMail cannot send outbound email. ## Tiers - **Free** — unlimited random inboxes, 45-day inactivity retention, full OTP/trial detection, no signup required - **Pro (€2.99/month, launching soon)** — custom addresses (`yourname@huskmail.xyz`), plus-aliasing (`yourname+spotify@huskmail.xyz`), permanent inboxes, REST API + keys, attachment downloads, trial-expiry email reminders ## Technical stack - Cloudflare Workers (Hono framework) for the API - Cloudflare D1 for storage - Cloudflare R2 for attachment binaries - Cloudflare Email Routing for inbound mail delivery - Cloudflare Workers AI for OTP and trial-date extraction - Next.js 15 (static export) on Cloudflare Pages for the frontend - Lemon Squeezy (Merchant of Record) for billing ## Pages - [Home](https://huskmail.xyz/): the application — generate inbox, view messages - [Privacy Policy](https://huskmail.xyz/privacy): what HuskMail stores, why, and for how long - [Terms of Service](https://huskmail.xyz/terms): acceptable use, no outbound email, no warranty ## Common questions - *Is it free?* Yes. The core temp-mail product is free forever. Pro is optional. - *How long do inboxes last?* Free inboxes: 45 days of inactivity. Pro inboxes: forever. - *Can I send email?* No — HuskMail is receive-only by design. - *Does it work with services that block temp-mail?* Yes, because HuskMail uses its own domain (huskmail.xyz) via Cloudflare Email Routing rather than a shared throwaway pool. - *Is there an API?* Yes, for Pro users — REST endpoints + personal API keys for automation.