IDB‑Keyval Explorer - Online Simple Key‑Value Storage Viewer
Browse, edit, and delete keys stored by the idb‑keyval library in your browser. Handy for debugging PWAs.
UD5 Toolkit
Real-time overview of your browser's storage usage, quota, and available space for this origin
Checking status...
GrantedBrowse, edit, and delete keys stored by the idb‑keyval library in your browser. Handy for debugging PWAs.
Click a planet to see mass, diameter, moons, temperature, and distance from sun. Beautifully styled static data.
Estimate potential honey yield by entering hive count, forage radius, and bloom type. Educational for beekeepers.
Count significant digits in a number and round to a specific number of sig figs. Perfect for chemistry and physics labs.
Encode special characters into URL-safe format or decode percent-encoded strings back to plain text. Fast and reliable, runs locally in your browser.
Interactive scale showing dB levels of everyday sounds with playable samples. Hearing safety.
Convert a decimal number to 32-bit single precision IEEE 754 format. See sign, exponent, mantissa bits. Developer tool.
Obfuscate strings using simple techniques to prevent casual reading. Useful for hiding spoilers or email addresses from bots. Decode with the same tool.
Enter a name and query npm registry via public API to check if it's taken or scoped. Quick.
Encode or decode text using Base32 scheme. Ideal for legacy systems and data obfuscation. Works completely offline in your browser for maximum security.
Convert text and files to Base64 or decode Base64 back to original content. Processed locally with no server upload, ensuring complete data security.
Encode short audio clips into Base64 data URIs for direct embedding in HTML5 <audio> tags. No external files needed.
Construct HTTP Link headers for server push replacements, preload, and preconnect. Copy the header value.
Drag a slider to see wind speed in knots/mph/kmh and the corresponding sea conditions and land effects.
Compare standard keyboard layouts side-by-side. Click keys to see characters. Useful for learning alternative layouts.
Enter an amount and see a virtual stack of $100 bills with height comparison to everyday objects.
Simulate paint colors on a pre-loaded room photo by adjusting hue, saturation. Find your perfect shade before buying. Local canvas.
Start from a base color and use `oklch(from color l c h)` to create lighter or darker variants. Copy the code.
See the complete recursion tree for small Fibonacci or factorial calculations. Understand overlapping subproblems. Educational.
Plot different Big‑O complexities on a chart. See how O(log n) stays flat while O(2^n) explodes. Educational reference.
Press any key combination and see the human‑readable shortcut for macOS and Windows. Developer docs helper.
Select an activity, enter your weight and duration, and see the estimated calories burned. Based on MET values.
Touch your screen and see the pressure and radius reported. Visualize force. Mobile developer tool.
Highlight elements with aria‑describedby and see the linked description text. Verify a11y annotations.
Watch a simulation of how the JavaScript event loop handles synchronous code, microtasks, and macrotasks. Learn async.
Paste a website's HTML and see which text is only visible to screen readers (e.g., .sr‑only). Preview the accessible layer.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Add, remove, push, pop items and watch the data structure change visually. Supports arrays, stacks, and queues. For CS students.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.