Directory / Category
Email & Communication
Email and communication applications. Browse 13 curated apps in this category.
cloud-mail
A self-hosted email service that lets a domain owner create multiple mailboxes and send or receive messages with attachments. It runs on Cloudflare Workers and stores data in D1, KV, and R2, with Workers AI for verification-code recognition and Turnstile for bot protection.
moemail
A temporary email service where users create disposable mailboxes, receive messages in real time, and optionally send mail through Resend. It deploys to Cloudflare Pages in the visitor's account, using D1 for storage, KV for settings, and Email Workers to receive routed mail.
vmail
A temporary email service that visitors can self-host on Cloudflare Workers, using Email Routing to receive mail, D1 for storage, and optional Resend, MailChannels, or native Cloudflare sending, with a React frontend and a RESTful API for mailbox and inbox access.
mail2telegram
A Telegram bot that receives email via Cloudflare Email Routing and runs on Workers, pushing notifications with quick actions and offering a Mini App inbox with history, attachments, and settings stored in D1 and R2, with optional AI summaries via Workers AI.
hqbase
An open-source shared email workspace for teams that runs in the visitor's own Cloudflare account, using Workers and D1 to manage shared mailboxes, multi-domain setup, drafts, and audit history while keeping mail and credentials in customer-controlled infrastructure.
saasmail
A self-hosted shared inbox for SaaS teams that unifies marketing, transactional, and support email into per-customer timelines. It runs as a single Cloudflare Worker, receiving mail through Email Routing, storing data in D1 and R2, and sending via Cloudflare Email Sending or third-party providers.
OmniMail
A self-hosted multi-domain webmail application that deploys as a Cloudflare Worker with a React frontend, receiving mail through Email Routing, storing data in D1 and R2, and processing messages via Queues, with optional outbound sending through Resend or SendFlare.
email-explorer
A self-hosted email client that deploys to a visitor's Cloudflare account, using Workers, Durable Objects, R2, and D1 for storage and state, with Email Routing and Email Sending for receiving and sending mail through a web interface.
tempik
A self-hosted disposable email service that deploys to Cloudflare Workers in the visitor's own account, using Email Routing to receive inbound mail, D1 to store messages, and Workers Assets to serve a web UI and API for creating temporary addresses and reading received email.
elm-chat
An ephemeral end-to-end encrypted chat application where rooms self-destruct and no server-side transcript is kept. It deploys as a single Cloudflare Worker with one Durable Object per room, relaying ciphertext over WebSockets, and can be self-hosted via a one-click deploy or Wrangler.
mailysend
A self-hosted email platform for transactional sending, marketing broadcasts, automations, inbound mailboxes, and deliverability analytics. It deploys to a visitor's Cloudflare account on Workers with D1, R2, KV, Queues, Workflows, and Email Service, and is Resend API compatible; a Node path also exists.
mailcat
A disposable email service that gives AI agents and automation scripts temporary mailboxes via a REST API, with automatic extraction of verification codes and links. It deploys to a visitor-controlled Cloudflare account using Workers, KV storage, and Email Routing, and a hosted API is also offered.
cloudflare-vmail
A temporary email service that visitors can self-host on Cloudflare, using an Email Worker to receive messages, a D1 database for storage, and an Astro Worker frontend for reading mailboxes, extracting verification codes, and claiming password-protected addresses.