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.
Press any key to see the complete KeyboardEvent properties: key, code, keyCode, modifiers. Indispensable for game & shortcut developers.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Browse a collection of ready-to-use CSS animations (fade, slide, bounce). Click to preview, then copy @keyframes and class to your project. Local tool.
Generate a standard XML sitemap for your website by entering a start URL. Crawls internal links directly from your browser. No server-side processing.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
Build a complete Nginx location block for reverse proxy, static files, or redirect. Copy the snippet. Quick config help.
Create a sticky scroll progress bar for blog posts. Choose colors and height. Copy the minimal CSS and HTML.
Use the CSS Custom Highlight API to style arbitrary text ranges without modifying the DOM. See the future of find‑in‑page.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Enter readings before/after meals, get averages, print report. Local storage only.
Log which family member takes which medicine and when. Reminders for next dose. Data stays local.
Upload an image and get a suggested alt text description using a local vision model (WASM). Improve SEO and accessibility fast.
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.
Inject dynamic messages into ARIA live regions and monitor how they trigger screen reader announcements. Debug a11y.
Paste an URL or HTML and see the h1‑h6 hierarchy as a tree. Detect skipped levels and improve accessibility. Client‑side.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
List cached responses for your domain. View headers, content, and delete individual entries. Understand your PWA's cache.
Paste an HTML snippet and check for common ARIA mistakes: missing labels, invalid roles, and aria‑hidden misuse. Educate your team.
Drop or paste an .ics file and see all events in a readable table. Check dates, times, and locations. Privacy‑friendly.
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.
Choose a font family and see how it renders famous pangrams (The quick brown fox…). Instant web font loader.
Select bonding and lone pairs to see the predicted shape (trigonal bipyramidal, octahedral). Static diagrams.
Type an abbreviation and its full form to get the proper `<abbr title='...'>` HTML. For accessible markup.