Browser Storage Usage Viewer - Online See LocalStorage & IndexedDB Quota
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
UD5 Toolkit
Real-time tracking of the International Space Station orbiting Earth at ~28,000 km/h
Find out when the ISS will be visible from your location. Allow location access or enter coordinates manually.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Log which family member takes which medicine and when. Reminders for next dose. Data stays local.
Enter readings before/after meals, get averages, print report. Local storage only.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Build a complete Nginx location block for reverse proxy, static files, or redirect. Copy the snippet. Quick config help.
Press any key to see the complete KeyboardEvent properties: key, code, keyCode, modifiers. Indispensable for game & shortcut developers.
A small widget that records your clipboard text history (only while open). Search and reβcopy old snippets. No log upload.
Generate a standard XML sitemap for your website by entering a start URL. Crawls internal links directly from your browser. No server-side processing.
Create a sticky scroll progress bar for blog posts. Choose colors and height. Copy the minimal CSS and HTML.
Demonstrate how the Web OTP API automatically reads oneβtime codes from SMS (mobile). Simulation with a fake SMS input.
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.
Use the CSS Custom Highlight API to style arbitrary text ranges without modifying the DOM. See the future of findβinβpage.
Log how many cycles since last refill and get an alert when it's likely empty.
Build a categorized list of possessions with value, serial number, and photo (local). Export for insurance purposes. Private.
Keep track of stitches and rows for your knitting projects. Multiple counters with increase/decrease shortcuts. Data saved in your browser.
Track daily mood with emoji selection and optional notes. See weekly/monthly mood trends in a color-coded chart. All data stored privately in localStorage.
Log period start dates and cycle length locally. Predict next period and fertile window. Data stays in your browser's storage, never uploaded. Private by design.
Log daily sleep to see cumulative sleep debt or surplus over weeks. Visualizes chronic sleep loss trends. Stores data locally in your browser only.
Visualize how caffeine decays in your body over time. Enter intake amount and see remaining caffeine at bedtime to optimize sleep. Uses standard 5-hour half-life.
Write a media query and see if it matches as you resize the iframe. Understand width, height, and resolution queries.
See a live readout of window scrollX and scrollY. Visualize scroll direction. For debugging sticky navs.
Shows a counter of how many seconds you have been idle. Tracks mouse and keyboard activity without recording.
Play an audio file or use mic to see realβtime frequency bars. Choose colors. Great for music videos. Canvas.
Point your camera at an object and see the dominant color in real time. Click to copy the hex. Fun tool for designers.
Snap or type expense details and store them locally. Categorize and see monthly totals. No cloud, no signβup.
See the current time displayed in binary and hexadecimal. Dark theme, fullβscreen mode. A geeky desk decoration.
Speak into the mic and see a live transcript with word count. Uses the Web Speech API. Nothing is stored.
Convert hex or RGB to CIELAB L*a*b* values. Understand perceptual lightness and color opponents. Local math.
Keep track of a tennis match: points, games, sets, and deuce. Supports tiebreak. Great for friendly matches. Local.