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 overview of your browser's storage usage and limits
Key‑value store (permanent)
Data for one session only
Stored by websites
IndexedDB, Cache API, etc.
navigator.storage.estimate()) gives you an estimate of how much storage your origin is using and the total quota available. It includes IndexedDB, Cache API, service workers, and other site data, but not cookies or Web Storage (localStorage / sessionStorage) – those are typically included in the usage figure as well, depending on the browser.localStorage.clear(), sessionStorage.clear(), or delete IndexedDB databases with indexedDB.deleteDatabase(). The Storage API also offers navigator.storage.persist() and navigator.storage.persisted() to request persistent storage.Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
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.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
See a live readout of window scrollX and scrollY. Visualize scroll direction. For debugging sticky navs.
See the International Space Station’s current position on a world map in real time. Uses public API. No refresh.
Keep a simple list of movies you want to watch. Add notes and check them off. Purely local storage.
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.
See the chromaticity diagram and compare sRGB, DCI‑P3, and your display. Fun for design geeks.
Register a custom CSS property with syntax, initial value, and inherits. Animate colors and numbers that couldn’t before.
Read and write NDEF records to NFC tags using the Web NFC API. Supports text, URL, and MIME records. Works on Android with Chrome.
Paste an OpenAPI YAML/JSON and render a static, readable API document. No server, pure browser‑based rendering.
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.
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.