Browser Storage Quota Estimator - Online Check Limit
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
UD5 Toolkit
Inspect LocalStorage, SessionStorage & IndexedDB usage in real-time
| Key | Value Preview | Size | Actions |
|---|
No LocalStorage entries found on this domain.
| Key | Value Preview | Size | Actions |
|---|
No SessionStorage entries found on this domain.
| Database Name | Version | Est. Size | Actions |
|---|
No IndexedDB databases found on this origin.
| Name | Value Preview | Size | Actions |
|---|
No cookies accessible on this domain.
navigator.storage.estimate() API and reflects the combined usage of LocalStorage, SessionStorage, IndexedDB, Cache API, and Service Worker caches.
indexedDB.databases() method. The total usage from navigator.storage.estimate() still includes IndexedDB data even if individual databases can't be enumerated.
navigator.storage.persist() API, which may prompt the user for permission. If granted, the browser may allocate more space and protect the data from automatic eviction when disk space is low.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
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.
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.
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.
Create a sticky scroll progress bar for blog posts. Choose colors and height. Copy the minimal CSS and HTML.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Generate a standard XML sitemap for your website by entering a start URL. Crawls internal links directly from your browser. No server-side processing.
Build a complete Nginx location block for reverse proxy, static files, or redirect. Copy the snippet. Quick config help.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Use the CSS Custom Highlight API to style arbitrary text ranges without modifying the DOM. See the future of find‑in‑page.
Enter the approximate age of opened paint and answer visual/olfactory questions to see if it's still usable. Reduce waste.
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Browse, edit, and delete keys stored by the idb‑keyval library in your browser. Handy for debugging PWAs.
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
Call navigator.storage.estimate() and display a visual pie chart of used vs. available browser storage. For PWA debugging.
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.