CAA Record Generator - Online DNS Certification Authority
Create a CAA DNS record to specify which certificate authorities can issue SSL certs for your domain. Prevent mis‑issuance.
UD5 Toolkit
Check DNS record status across multiple global resolvers in real time.
| DNS Resolver | Status | Record Data | Consistency |
|---|
Create a CAA DNS record to specify which certificate authorities can issue SSL certs for your domain. Prevent mis‑issuance.
Validate ISBN‑10 and ISBN‑13 numbers and compute their check digits. Useful for booksellers and libraries. All local.
Paste your JSON‑LD or Microdata and test it against Google's Rich Results criteria. Get warnings. Local linter.
Patch the PerformanceObserver and show your page’s Core Web Vitals as you browse. See real‑time scores and suggestions.
Interpret your blood pressure reading based on American Heart Association and European Society of Cardiology categories. Visual gauge with actionable health insights.
Compare time across multiple time zones and find a suitable meeting time. Convert a specific time to various cities. Browser-based and always accurate.
Enter an acronym and see its most common full forms. Static dictionary. No internet needed after load.
Enter a URL and get a quick simulation of First Contentful Paint, LCP, and CLS using browser metrics. Lightweight alternative.
Identify common grammar mistakes (subject-verb agreement, tense, articles) with simple rule-based analysis. Explanations provided. Not AI, purely rule-based and local.
Turn a cardinal number (23) into its ordinal form (23rd). Supports large numbers. Simple and quick.
Easily format, validate, and beautify XML documents. Minify XML data with a single click. All processing happens locally in your browser for maximum privacy.
Fill in a form and see the FormData object as JSON. Perfect for debugging multipart form submissions. Client-side.
Paste two texts and see cosine and Jaccard similarity scores. Understand how close two documents are. All local math.
Normalize text to any Unicode normalization form to prevent encoding bugs and ensure consistent comparison. Essential for i18n developers.
Check English spelling and get suggestions using the browser's built-in dictionary. Highlight errors instantly. No data leaves your machine.
Convert nested JSON translation files into a flat CSV table for translators. Also reverse back. Local only.
Create a temporary chat room between two browser tabs or devices on the same network using WebRTC data channels. Copy the code.
Open the same page in two tabs and send messages between them. See real‑time cross‑tab communication. Learn the API.
Convert any phrase into the NATO phonetic alphabet (Alpha, Bravo, Charlie…). Copy or hear pronunciation. Useful for call centers.
Type a word and see an animated semaphore figure spelling it out. Also enter flag positions to decode. Scouts and maritime fun.
Enter a simple regular expression and see its equivalent Deterministic Finite Automaton diagram. Learn how regex engines work.
Enter any phrase and see it spelled letter by letter using the NATO phonetic alphabet. Copy ready for radio.
Search for any file extension to see its full name, MIME type, and description. Covers thousands of entries. Static data.
Paste HTML and see the order in which elements would receive focus via Tab key. Highlight issues. Local accessibility testing.
Enter a URL and extract tab‐index order violations and focusable elements. Quick accessibility audit. Client‑side fetch.
Understand how !important behaves inside @layer vs unlayered styles. Interactive example. Avoid common pitfalls.
Enter the dimensions of your insert and get the correct envelope size (DL, C6, etc.). Quick mail guide.
Paste a CSS rule and sort its declarations alphabetically or by box model grouping. Clean up styles.
Create or solve logic grid puzzles (like Einstein's riddle). Enter clues and mark the grid. Practice logical deduction. Local only.
Paste text and detect its language (70+ languages) using a simple character n-gram model implemented in JavaScript. No server communication.