Storage Quota Visualizer - Online See Available Space
Call navigator.storage.estimate() and display a visual pie chart of used vs. available browser storage. For PWA debugging.
UD5 Toolkit
Simple key-value storage viewer powered by IndexedDB
This database is empty. Add your first key-value pair to get started.
Loading entries...
Try a different search term.
get(key), set(key, value), del(key), and clear() β similar to localStorage but with asynchronous operations and much larger storage capacity. Under the hood, it uses a single IndexedDB database (default: keyval-store) with one object store (default: keyval). Values can be any structured-cloneable type: strings, numbers, objects, arrays, Dates, Blobs, and more.
navigator.storage.estimate(). Compared to localStorage's hard 5β10 MB limit, IndexedDB offers significantly more room for data.
navigator.storage.persist() to reduce eviction risk. Also note that clearing browser data/cache or using private/incognito mode will remove IndexedDB data.
getAll(), serialize to JSON, and save the file. Regular exports are recommended for critical data since browser storage can be cleared unexpectedly.
Call navigator.storage.estimate() and display a visual pie chart of used vs. available browser storage. For PWA debugging.
Encode special characters into URL-safe format or decode percent-encoded strings back to plain text. Fast and reliable, runs locally in your browser.
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.
Obfuscate strings using simple techniques to prevent casual reading. Useful for hiding spoilers or email addresses from bots. Decode with the same tool.
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.
Estimate potential honey yield by entering hive count, forage radius, and bloom type. Educational for beekeepers.
Encode short audio clips into Base64 data URIs for direct embedding in HTML5 <audio> tags. No external files needed.
Enter a name and query npm registry via public API to check if it's taken or scoped. Quick.
Construct HTTP Link headers for server push replacements, preload, and preconnect. Copy the header value.
Count significant digits in a number and round to a specific number of sig figs. Perfect for chemistry and physics labs.
Click a planet to see mass, diameter, moons, temperature, and distance from sun. Beautifully styled static data.
Enter the approximate age of opened paint and answer visual/olfactory questions to see if it's still usable. Reduce waste.
Type two letters and see if your chosen font has a kerning pair for them. Adjust tracking and see live spacing.
Browse the OKLCH color space with sliders for lightness, chroma, and hue. See the CSS oklch() code. Modern and accessible.
Explore your websiteβs IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
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.
List cached responses for your domain. View headers, content, and delete individual entries. Understand your PWA's cache.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.