git404hub

what is emailvalid fr?

bcomnes/emailvalid — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2024-10-31

Audience · developerComplexity · 2/5StaleSetup · easy

tl;dr

A lightweight library that checks whether a signup email is real, catching typos, disposable addresses, and optionally blocking free providers like Gmail.

vibe map

mindmap
  root((emailvalid))
    What it does
      Validates email format
      Flags disposable emails
      Suggests typo fixes
      Blocks free providers
    Tech stack
      JavaScript
      Zero dependencies
    Use cases
      Enforce corporate signups
      Block fake accounts
      Reduce newsletter spam
    Audience
      Backend developers
      SaaS builders
      Vibe coders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Block signups from disposable email services like 10minutemail to cut down on fake accounts.

VIBE 2

Require corporate email domains for a B2B product by blocking free providers like Gmail.

VIBE 3

Catch typo'd domains (like gmil.com) and suggest the likely correct address to the user.

VIBE 4

Allow Gmail but block known temporary email services for a newsletter signup form.

what's the stack?

JavaScriptNode.js

how it stacks up fr

bcomnes/emailvalid0verflowme/alarm-clock0verflowme/seclists
LanguageCSS
Last pushed2024-10-312022-10-032020-05-03
MaintenanceStaleDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencedevelopervibe coderops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min
No license information was mentioned in the explanation.

prompts (copy fr)

prompt 1
Show me how to install emailvalid and call .check() on a signup email in my Node.js app.
prompt 2
Help me configure emailvalid to block all free email providers except a custom whitelist of domains.
prompt 3
Write code using emailvalid to reject disposable email addresses during user registration.
prompt 4
Use emailvalid to detect a typo'd email domain and suggest the correct one to the user before they submit.

Frequently asked questions

what is emailvalid fr?

A lightweight library that checks whether a signup email is real, catching typos, disposable addresses, and optionally blocking free providers like Gmail.

Is emailvalid actively maintained?

Stale — no commits in 1-2 years (last push 2024-10-31).

What license does emailvalid use?

No license information was mentioned in the explanation.

How hard is emailvalid to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is emailvalid for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.