ISS Tracker - Online Live Where is Space Station
See the International Space Station’s current position on a world map in real time. Uses public API. No refresh.
UD5 Toolkit
Analyze ARIA landmarks from any HTML or live page
Scan the current document for all ARIA landmarks (implicit HTML5 roles + explicit role attributes).
A pre-built example demonstrating a well-structured page with various ARIA landmarks.
<header> → banner (when top-level), <nav> → navigation, <main> → main, <aside> → complementary, <footer> → contentinfo (when top-level), <form> → form (if it has an accessible name), and <section> → region (if it has an accessible name). Using semantic HTML is the easiest way to create landmarks.aria-label, aria-labelledby, or the title attribute. For example: <nav aria-label="Main menu"> or <section aria-labelledby="heading-id">. Accessible names help distinguish multiple landmarks of the same role (e.g., two <nav> elements for "Main" and "Footer" navigation).region or navigation landmarks can overwhelm users. Aim for a clear, logical structure that reflects the page's information architecture.<main> and <nav> element is the fastest fix.See the International Space Station’s current position on a world map in real time. Uses public API. No refresh.
See a live readout of window scrollX and scrollY. Visualize scroll direction. For debugging sticky navs.
Paste an OpenAPI YAML/JSON and render a static, readable API document. No server, pure browser‑based rendering.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Read and write NDEF records to NFC tags using the Web NFC API. Supports text, URL, and MIME records. Works on Android with Chrome.
Keep a simple list of movies you want to watch. Add notes and check them off. Purely local storage.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
Register a custom CSS property with syntax, initial value, and inherits. Animate colors and numbers that couldn’t before.
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
See the chromaticity diagram and compare sRGB, DCI‑P3, and your display. Fun for design geeks.
Use the CSS Custom Highlight API to style arbitrary text ranges without modifying the DOM. See the future of find‑in‑page.
Enter readings before/after meals, get averages, print report. Local storage only.
Create a sticky scroll progress bar for blog posts. Choose colors and height. Copy the minimal CSS and HTML.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Convert English text to Braille (Grade 1 and simple Grade 2 contractions). Educational tool to understand Braille representation. Local only.
Drop a WAV file and see its full header: sample rate, bit depth, channels, and chunk structure. Raw bytes explained.
Upload an image and get a suggested alt text description using a local vision model (WASM). Improve SEO and accessibility fast.
Enter a URL and fetch its text/background colors to perform a bulk contrast check. See warnings for WCAG violations.
Highlight elements with aria‑describedby and see the linked description text. Verify a11y annotations.
Check the Accessible Perceptual Contrast Algorithm (APCA) ratio. The next‑generation contrast method for WCAG 3.
Explore the contents of the Cache Storage API for your domain. See cached requests and their sizes. Debug offline apps.
View the individual red, green, and blue channels of an image as grayscale. Photographer and developer tool.
See the difference between :focus and :focus‑visible on interactive elements. Learn which to use for better UX.
Paste an URL or HTML and see the h1‑h6 hierarchy as a tree. Detect skipped levels and improve accessibility. Client‑side.
Paste an HTML snippet and check for common ARIA mistakes: missing labels, invalid roles, and aria‑hidden misuse. Educate your team.
Drop a PDF and see its embedded metadata: author, title, creation date, and more. No content is uploaded; pure browser PDF parsing.
Paste a list of JavaScript values and see them pretty‑printed as if in the browser console. Great for debugging.