IndexedDB Browser - Online View & Edit Client‑Side DB
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
UD5 Toolkit
No Data to Display
Select a database and an object store to browse records
IndexedDB is a low‑level client‑side storage API built into modern browsers. It allows web applications to store significant amounts of structured data (including files and blobs) for offline use, faster load times, and persistent user preferences.
Only IndexedDB databases created under the same origin (protocol + domain + port) as this page. This is a browser security restriction and cannot be bypassed.
Yes. Click the edit icon on any row to modify its JSON value. Changes are written directly to the database using a read‑write transaction. Be cautious when editing production data.
Yes. The JSON editor serializes data as text. Special types like File, Blob, ArrayBuffer, and Date may lose their original type when round‑tripped through JSON. The tool displays warnings for such values.
Select a store and click the Export button. A .json file containing all records (with keys) will be downloaded. This is useful for backups or migrating data between origins.
No. Deleting a database permanently removes all its object stores and data. Always export your data before dropping a database if you might need it later.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
Estimate how many MB/GB your storage can hold based on navigator.storage.estimate() and display as a pie chart.
Drop a WAV file and see its full header: sample rate, bit depth, channels, and chunk structure. Raw bytes explained.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Paste your CSS and see warnings for properties that have limited browser support. Links to CanIUse. Modernize safely.
Record your screen, window, or tab with audio directly in the browser. Download as WebM. No extension required.
View the individual red, green, and blue channels of an image as grayscale. Photographer and developer tool.
Enter a URL and see a list of its ARIA landmarks (banner, main, nav). Check document structure for accessibility. Local fetch.
Browse the built‑in styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Call navigator.storage.estimate() and display a visual pie chart of used vs. available browser storage. For PWA debugging.
Scan for nearby Bluetooth Low Energy devices using the browser. Read device names and signal strength. Experimental API.
Select a folder of images and start a full‑screen slideshow right in your browser. Adjust interval and transition. No upload.
Drop a PDF and see its embedded metadata: author, title, creation date, and more. No content is uploaded; pure browser PDF parsing.
Paste a list of JavaScript values and see them pretty‑printed as if in the browser console. Great for debugging.
See how many tabs you have open and estimate memory usage based on navigator object. Fun productivity check.
Generate a hash showing how trackers can fingerprint your browser (canvas, WebGL, fonts). Educational and privacy‑aware.
A small widget that records your clipboard text history (only while open). Search and re‑copy old snippets. No log upload.
Choose a font family and see how it renders famous pangrams (The quick brown fox…). Instant web font loader.
Select bonding and lone pairs to see the predicted shape (trigonal bipyramidal, octahedral). Static diagrams.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
See exact dimensions of your current browser inner/outer window, screen resolution, and pixel ratio. Developer debug.
Drop any file to see its raw hexadecimal representation and ASCII side‑by‑side. Navigate with offset. Client‑side only.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Record your screen, application window, or browser tab directly using the Screen Capture API. Download as WebM. All local.
Set up a chess position using FEN notation or drag pieces. Share the position link or screenshot. No AI, just board.
Display a dynamic list of keyboard shortcuts for the current browser and operating system. Filter by category. Keep it open for reference.
View and edit CSV data in a familiar table interface. Add/delete rows and columns, sort, and export. Fully local, no cloud sync.
Paste a user agent string to get a human-readable breakdown of browser, operating system, and device. See your own current agent info automatically.