UPC Barcode Validator - Online Check Digit & EAN
Enter a UPC or EAN barcode number and validate the check digit. See if it's a real product code. Local calculation.
UD5 Toolkit
Scan your Markdown documents for broken hyperlinks, dead URLs, and missing anchors. Keep your docs healthy and reliable.
[text](url) links, image references , bare URLs, and anchor links like [text](#section). It then attempts to verify each external URL using HTTP requests. For anchor links, it cross-references them against headings found in your document. Results are categorized as valid, broken, or needing manual review (e.g., when CORS policies prevent automated verification).
./docs/page.md) and special protocols (mailto:, tel:) cannot be checked automatically and are marked accordingly.
#introduction — validated against document headings), Image links (), Bare URLs (plain https://...), Relative paths (./file.md, ../folder/doc.md), and Special protocol links (mailto:, tel:, ftp://). Each type receives appropriate handling.
#) and generates slugs following GitHub Flavored Markdown conventions: text is lowercased, special characters are removed, spaces become hyphens, and consecutive hyphens are collapsed. Anchor links like [Go to setup](#initial-setup) are then matched against these generated slugs. A match means the anchor is valid; otherwise, it's flagged as broken.
fetch requests follow redirects automatically and report the final destination's status code. However, if CORS blocks the initial request, redirect information cannot be retrieved. In such cases, the link is marked as "Needs Review." Modern browsers' fetch API follows up to 20 redirects by default.
Enter a UPC or EAN barcode number and validate the check digit. See if it's a real product code. Local calculation.
Check if the browser has captured the beforeinstallprompt event. Understand why your PWA is (or isn't) installable.
Enter a URL and fetch its Twitter card meta tags. See a live preview of how the tweet will appear. Debug social sharing.
Check if a password appears in the Have I Been Pwned database using k‑Anonymity. Only the first 5 characters of the hash are sent.
Paste any DNS record and check if its format is valid for the selected record type (A, AAAA, CNAME, MX, TXT, SRV). Prevents typos.
Enter an API URL and quickly check its HTTP status code and response time. See response headers and body. Browser fetch.
Type any character and see how it renders in different font stacks. Detect missing glyphs and fallback behavior.
Convert Markdown to styled HTML that retains formatting when pasted into Google Docs or Word. Headings, bold, lists. Client‑side.
Validate ISBN‑10 and ISBN‑13 numbers and compute their check digits. Useful for booksellers and libraries. All local.
Paste an HTML `<table>` snippet and instantly get a clean Markdown table. Supports colspan and alignment hints. Local.
Enter a URL and get a one‑page report of titles, description, headings, image alts, and broken links. All from browser.
Enter a package name and version range to see all satisfying versions from the registry. Understand ^ and ~.
Check if an IBAN has the correct length and structure for its country. Early validation, no bank connection.
Paste a test card number to verify Luhn algorithm, identify issuer (Visa, MC), and check length. No real data.
Drop an image that might have wrong extension and see its real format (JPEG, PNG, WebP) based on header bytes.
Enter a URL and see its favicon at all standard sizes. Check if it's properly defined. SEO basic check.
Validate if a version string follows SemVer 2.0.0. Also sort and compare versions. Developer tool.
Paste your email body and subject, and get a spam score based on common trigger words and patterns. Improve your cold outreach.
Type a word to see all its homophones with definitions. Avoid embarrassing mistakes (their/there/they’re). Static dictionary.
Paste a list of numbers to visually check uniformity, mean, and simple pattern analysis. Educational tool for statistics and RNG.
Find out if a word is an isogram (no repeating letters). Different types: first-order, second-order. Word nerd fun.
Check if a word or phrase is a palindrome (reads same forward and backward). Live validation and fun facts.
Preview the Gravatar image associated with any email address. Generate the correct Gravatar URL. Handy for avatar debugging.
Check if a website is globally reachable or experiencing issues. Status code and latency displayed. Quick browser-side test.
Paste email headers or body text to quickly spot phishing signs, suspicious domains, and obfuscated links. Educational and private.
Strip HTML tags and convert web content to plain Markdown. Preserve headings, lists, and links. Perfect for content migration. All processing in browser.
Evaluate the strength of your passwords with a visual meter and detailed feedback. Check for length, complexity, and breached passwords. All analysis is client-side.
Write Markdown and see the formatted HTML preview in real time. Syntax highlighting and GitHub-flavored Markdown support. No upload, fully local.
Easily format, validate, and beautify XML documents. Minify XML data with a single click. All processing happens locally in your browser for maximum privacy.
Online JSON formatting and validation tool, supporting JSON minify/beautify, syntax highlighting, and error locating. Data processed locally in browser for security.