LocalStorage Manager - Online View, Edit & Export Keys
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
UD5 Toolkit
No saved documents yet
Parse JSON to explore the tree structure
user.address.city) and bracket notation for array indices (items[0].name). For keys with special characters or spaces, bracket notation with quotes is used (data["special-key"]). You can copy any node's path with one click using the copy button in the path bar.
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
Browse, edit, and delete keys stored by the idbâkeyval library in your browser. Handy for debugging PWAs.
Paste HTML and see a collapsible tree of tags. Understand document outline and nesting. Handier than raw code.
Convert nested JSON translation files into a flat CSV table for translators. Also reverse back. Local only.
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.
Convert a flat JSON object into an INI file format with sections and keys. Useful for legacy configs. Local only.
Paste HTML and extract all unique dataâ* attributes into a clean list. Understand the data model of a page.
Paste NâTriples data and convert it to a compact JSONâLD representation. Work with linked open data. Local.
Drop or paste an .ics file and see all events in a readable table. Check dates, times, and locations. Privacyâfriendly.
Browse the fonts installed on your system and type a custom phrase to see how it looks. Uses Local Font Access API where available.
Add, remove, push, pop items and watch the data structure change visually. Supports arrays, stacks, and queues. For CS students.
Use the File System Access API with file handles for persistent read/write. Learn incremental saving patterns.
Paste your AcceptâLanguage header and see which languages your site should serve based on quality values. Internationalization helper.
See which fonts map to generic families (serif, sansâserif, monospace) on different operating systems. A handy reference.
Paste a website's HTML and see which text is only visible to screen readers (e.g., .srâonly). Preview the accessible layer.
Enter a URL and extract tabâindex order violations and focusable elements. Quick accessibility audit. Clientâside fetch.
Stack multiple background images and blend them with colors. Create unique textures. Copy the CSS code instantly.
Search for any file extension to see its full name, MIME type, and description. Covers thousands of entries. Static data.
Highlight elements with ariaâdescribedby and see the linked description text. Verify a11y annotations.
Drop a file to see its MIME type and the first few magic bytes (hex and ASCII). No upload, works instantly.
Patch the PerformanceObserver and show your pageâs Core Web Vitals as you browse. See realâtime scores and suggestions.
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.
Paste an ASCIIâarmored PGP message and view its packet structure. See the encrypted/plaintext blocks without decrypting.
Paste a `SetâCookie` header and see all attributes parsed: domain, path, MaxâAge, SameSite, Secure, HttpOnly. Debug cookies easily.
Enter a URL and get a quick simulation of First Contentful Paint, LCP, and CLS using browser metrics. Lightweight alternative.
Create a temporary chat room between two browser tabs or devices on the same network using WebRTC data channels. Copy the code.
Enter a URL and see a visual map of the tab order. Detect broken tabindex values. Improve keyboard navigation.
Paste raw email headers and get a human-readable breakdown of the delivery route, authentication results, and delays. Private analysis.
Enter a URL and a userâagent to see if it is allowed or blocked by the robots.txt file. Quick bot validation.