Valid domain
- example.com -> Valid
web validator
Validate domain names with proper labels and TLDs—client-side only.
Requires a valid TLD and label structure.
Blocks underscores and invalid characters.
Does not resolve DNS—format-only.
Domain
Enter a full domain like example.com or sub.example.co.uk. Lowercase is recommended.
This domain validator checks label/TLD format client-side, blocking underscores, leading/trailing hyphens, and missing TLDs without doing DNS lookups.
Use it to clean domains in forms and configs before hitting your backend, then layer DNS checks (MX/SPF/DKIM/DMARC) if needed.
web
URL Validator
Validate HTTP/HTTPS URLs locally—parse host/path and catch malformed links before publishing or sending to APIs.
web
Email Validator
Check email syntax locally so you can catch malformed addresses before APIs or imports.
web
Phone Number Validator
Validate international phone numbers with libphonenumber locally—parse, normalize, and catch malformed inputs.
developer
Regex Tester
Test regex patterns against sample text with live matches and errors.
web
MX Record Validator
Validate MX record lines for priority and host formatting—client-side.
web
SPF Record Validator
Validate SPF TXT records to ensure v=spf1 prefix and valid mechanisms.
web
DMARC Record Validator
Validate DMARC TXT records for required tags like v=DMARC1 and p=none/quarantine/reject.
web
DKIM Record Validator
Validate DKIM selector TXT records for v=DKIM1, algorithm, and public key presence.
All validation happens in your browser. No data is sent, logged, or stored.
Format-only; does not check DNS, availability, or ownership.