Local JSON Data Explorer - Online Browser Storage Viewer
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
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.
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
Search for any file extension to see its full name, MIME type, and description. Covers thousands of entries. Static data.
Enter a URL and extract tabβindex order violations and focusable elements. Quick accessibility audit. Clientβside fetch.
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
Drop a file and see its detected type based on the first bytes (magic number). Identifies hundreds of formats. Local.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Paste HTML and see a collapsible tree of tags. Understand document outline and nesting. Handier than raw code.
Stack multiple background images and blend them with colors. Create unique textures. Copy the CSS code instantly.
Query DNS records for any domain directly from your browser using DNS-over-HTTPS. See A, AAAA, MX, CNAME, and TXT records. No logs.
Inspect any website's SSL/TLS certificate details: issuer, expiry date, subject, and SANs. Verify certificate chains. All checks are private and require no server upload.
Enter a URL and see a visual map of the tab order. Detect broken tabindex values. Improve keyboard navigation.
Paste your JSONβLD or Microdata and test it against Google's Rich Results criteria. Get warnings. Local linter.
Add, remove, push, pop items and watch the data structure change visually. Supports arrays, stacks, and queues. For CS students.
Paste HTML and see the order in which elements would receive focus via Tab key. Highlight issues. Local accessibility testing.
Encode or decode text using Base32 scheme. Ideal for legacy systems and data obfuscation. Works completely offline in your browser for maximum security.
Validate ISBNβ10 and ISBNβ13 numbers and compute their check digits. Useful for booksellers and libraries. All local.
Highlight elements with ariaβdescribedby and see the linked description text. Verify a11y annotations.
Paste an ASCIIβarmored PGP message and view its packet structure. See the encrypted/plaintext blocks without decrypting.
Paste raw email headers and see authentication results (SPF, DKIM, DMARC) in a readable table. Find spoofing attempts.
Create a CAA DNS record to specify which certificate authorities can issue SSL certs for your domain. Prevent misβissuance.
Drop or paste an .ics file and see all events in a readable table. Check dates, times, and locations. Privacyβfriendly.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.
See your current page load broken down into DNS, TLS, request, and DOM phases. Understand where time is spent.
Understand which file system to choose for your SD card based on capacity and device. A quick guide, no actual formatting.
Format your SQL code with consistent indentation. Choose 2 or 4 spaces. No syntax validation, just neat output.
Generate cryptographically secure BIP39 mnemonic phrases (12 or 24 words) for HD wallet seeds. All entropy generated locally.
Paste a line of poem and see which syllable stresses create a particular meter. Educational tool.
Search by MIME or file extension to see the corresponding type. Helpful when configuring web servers. Static.
Patch the PerformanceObserver and show your pageβs Core Web Vitals as you browse. See realβtime scores and suggestions.
Paste raw email headers and get a human-readable breakdown of the delivery route, authentication results, and delays. Private analysis.