mskatoni

mskatoni / ni-mail

Public

极简 Cloudflare Worker,接收私人域名邮件并提供 HTTP API 读取

53
7
69% credibility
Found Mar 24, 2026 at 53 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
JavaScript
AI Summary

This project sets up a lightweight online email inbox that receives and stores up to 50 recent messages, allowing secure retrieval of their details via simple web requests.

How It Works

1
📖 Discover ni-mail

You stumble upon this handy tool while looking for an easy way to create a personal online email inbox without complicated setups.

2
🚀 Launch your inbox

You sign up for a free cloud hosting service and launch the tool with a few clicks to get your unique web address for emails.

3
🔐 Add your private password

You create a secret password to protect your inbox so only you can peek inside.

4
📧 Route emails to it

You update your email settings to send incoming messages to your new online inbox address.

5
📱 Check your messages

You visit your web address using the password to see the latest emails, browse a list of recent ones, or grab details of a specific message.

6
🗑️ Manage your inbox

You easily clear out old emails or fetch exactly what you need whenever you want.

🎉 Emails at your fingertips

Now you have a simple, always-on inbox that catches and organizes your emails effortlessly from anywhere.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 53 to 53 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is ni-mail?

ni-mail is a minimalist JavaScript Cloudflare Worker that receives emails on your custom domain and exposes them via a simple HTTP API. Point your MX records at it, and it stores up to 50 recent messages in Cloudflare Workers KV, skipping attachment contents to dodge size limits. Fetch the latest via GET /latest, list summaries with /mails?limit=10, grab specifics at /mail/:id, or wipe everything with DELETE /mails—all protected by an auth key header.

Why is it gaining traction?

It thrives on Cloudflare Workers free tier, pairing KV storage with zero-server email handling for dirt-cheap "ni mail centre" setups, unlike bloated email services or self-hosted IMAP. Devs dig the instant custom domain support—no DNS hassles, auto-SSL—and tight API that slots into cloudflare github action workflows or cloudflare github home assistant automations. At 53 stars, it's pulling indie hackers avoiding cloudflare workers pricing traps.

Who should use this?

Serverless devs building MVPs who need quick email capture for contact forms, without spinning up cloudflare github hosting or full servers. Home lab tinkerers integrating cloudflare github oauth logins or cloudflare worker logs into dashboards. Solo makers dodging cloudflare github pages too many redirects by using it as a lightweight inbox for cloudflare github repository notifications.

Verdict

Solid prototype pick for cloudflare workers ai experiments or ni email id prototypes, but 53 stars and 0.699999988079071% credibility score signal early-stage maturity—expect basic docs and no tests. Deploy if you need free, fleeting email API now; fork and harden for production.

(178 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.