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.
Check estimated usage and quota for local and session storage on your browser. Quick dev tool.
Paste two JSON objects and see a highlighted diff showing what was added, removed, or changed. For API testing.
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.
Paste a JSON array of objects and download a properly formatted .xlsx Excel file. No server; uses SheetJS in the browser.
Browse the built‑in styles that browsers apply to HTML elements. Understand why your page looks different. Static reference.
Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Scan for nearby Bluetooth Low Energy devices using the browser. Read device names and signal strength. Experimental API.
Convert a JSON array of strings or numbers into a single‑column CSV. Quick data dump. Local.
Paste a JSON object and see a dynamic, draggable tree graph representation. Excellent for debugging nested data.
Select a folder of images and start a full‑screen slideshow right in your browser. Adjust interval and transition. No upload.
Add customizable padding to any image. Make it square or fit a specific aspect ratio by adding whitespace. Download padded PNG.
Split a text into an array of individual characters, ready to paste into code. Options for quotes and newlines.
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 visual guide to common copy‑editing and proofreading symbols. Click a mark to see its meaning. For writers.
Look at HTTP headers and JavaScript objects to guess which browser extensions might be installed. For awareness.
Apply a precise rounded corner effect to an image by cropping with a mask. Download as transparent PNG. All local.
Remove silent parts from an audio recording. Useful for podcasts and lectures. Set threshold and minimum silence duration.
Select a part of an audio file and trim it to the selection. Playback preview. Download the cropped audio. No upload.
Check current browser storage usage (localStorage, IndexedDB, Cache) and available quota. Handy debugging tool.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Generate random JSON data with customizable fields (users, products, orders). Useful for frontend mocking. All local.
Record your screen, application window, or browser tab directly using the Screen Capture API. Download as WebM. All local.
Paste Lottie JSON code or upload a .json file and see the animation play. Control speed and loop. Perfect for developers.
Display a dynamic list of keyboard shortcuts for the current browser and operating system. Filter by category. Keep it open for reference.
Build cron expressions using a visual editor with dropdowns. See human-readable description and next run times. Easier than raw cron.
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.