REAL-TIME PROVIDER VERIFICATION

The modern way to
validate email lists.

Catch dead inboxes, disposables, and disabled accounts before they cost you.

Free: 100 checks / day / IP
API key: Unlimited + provider-specific
Max 50 per bulk request
PREMIUM EXPERIENCE

Single Email Validation

Instant, accurate checks. Supports free mode and full API keys.

BATCH PROCESSING

Bulk Email Validation

Up to 50 at a time • Export CSV • Live stats
EMAIL LIST
MODE
API KEY (OPTIONAL)
Max 50 emails • Free mode limited to ~100 total/day
Bulk results will appear here

Paste or upload a list and hit validate. Results are fully dynamic and exportable.

TRUSTED BY GROWTH TEAMS

Built for serious list hygiene

Provider-level accuracy

Queries Gmail, Microsoft, and general providers directly. Not just syntax or DNS.

Blazing fast bulk

Parallel workers. Up to 50 emails in seconds. Real progress and instant CSV export.

Free + Premium tiers

100 free checks/day. Unlock full power (Gmail/Microsoft specific) with a sonjj.com key.

DEVELOPER FIRST

Full REST API included

The Next.js frontend is a beautiful client for the exact same FastAPI backend that powers the original CLI tool.

POST /api/check
{
  "email": "user@company.com",
  "api_key": "sonjj_xxx",   // optional
  "mode": "auto"
}
The backend (FastAPI + uvicorn) runs independently on port 8000. The frontend is pure Next.js — fully dynamic, TypeScript, beautiful dark interface.