sslboard

An open source Cloudflare Worker app and API to check if email addresses are throwaway/disposable or valid

13
0
100% credibility
Found Apr 30, 2026 at 13 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
TypeScript
AI Summary

A lightweight web service that quickly identifies disposable email domains and invalid top-level domains via a simple interface and API.

How It Works

1
🔍 Find the email checker

You search online for a simple way to spot fake or temporary email addresses used for spam signups.

2
🌐 Visit the website

You go to the live site at throwaway.sslboard.com and see a clean page ready for checking emails.

3
Check an email instantly

Type in an email like user@mailinator.com and hit check to get a quick verdict: legitimate, disposable, or invalid.

4
📊 Batch check many emails

Send a list of emails to see results for all at once, perfect for testing signups on your site.

5
🚀 Launch your own copy

Click a simple button to set up your personal version that runs super fast anywhere.

Stop spam signups

Now your forms only accept real emails, keeping your site safe from throwaway accounts and fakes.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 13 to 13 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 throwaway?

Throwaway is a TypeScript Cloudflare Worker delivering a JSON API to flag disposable email domains and invalid TLDs. Feed it emails or domains via GET/POST /check—single checks or batches up to 1000—and get back verdicts like "disposable: true" or "valid_tld: false", plus a web UI at root and /stats for filter info. It solves signup spam by blocking throwaway accounts without external API calls, all on Cloudflare Workers free tier.

Why is it gaining traction?

Ultra-fast edge checks hit microseconds thanks to compact in-memory storage of 72K+ domains, zero false negatives, and full CORS/security headers for easy frontend integration. One-click deploys from GitHub via Cloudflare Workers button work seamlessly with custom domains, GitHub actions, or OAuth logins, staying under Workers limits and free tier quotas—no AI pricing or KV overhead. Devs dig the self-hosted alternative to paid validators.

Who should use this?

SaaS builders blocking throwaway accounts on user registration forms, backend teams piping email validation into Cloudflare Workers pipelines or GitHub-hosted apps, and Home Assistant tinkerers scripting against disposables. Perfect for anyone ditching third-party services amid reddit rants on throwaway account abuse.

Verdict

Strong docs, full test coverage, and live demo make it deploy-ready despite 13 stars and 1.0% credibility—early but reliable for Cloudflare shops. Fork it if you need disposable checks without the bloat.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.