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.
Parse a JSON array and generate SQL INSERT or UPDATE statements. Perfect for data migration. Client‑side only.
Store passwords and notes encrypted with a master passphrase. Data lives only in your browser's localStorage. No cloud.
Create a breadcrumb schema for your website. Fill in the pages and get the ready‑to‑paste JSON‑LD snippet for rich results.
Read, write, and delete cookies using the modern Cookie Store API. Monitor change events. No more document.cookie parsing.
A minimalist text notepad that auto-saves to your browser's localStorage. No ads, no signup, no data leaves your device. Perfect for quick ideas.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Paste a `Set‑Cookie` header and see all attributes parsed: domain, path, Max‑Age, SameSite, Secure, HttpOnly. Debug cookies easily.
Write notes that are encrypted in your browser before saving to localStorage. Only accessible with your passphrase.
See which fonts map to generic families (serif, sans‑serif, monospace) on different operating systems. A handy reference.
Play a virtual piano keyboard using mouse or computer keys. Sustain and octave control. Record and play back your tune.
Record your stamps with Scott number, condition, and value. Add images. Browse your collection. Local storage only.
Scale a recipe to serve a crowd and calculate container sizes needed. Meal prep helper.
Press any key combination and record the sequence. Export as JSON or human‑readable text. Perfect for documenting shortcuts.
Enter a URL and trace the full redirect chain, seeing each hop's status code and location. Identify unnecessary redirects. Client-side fetch.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Enter a resource name and HTTP method to get a complete Express route handler with try/catch and comments.
Log daily veggies and see total vitamin C mg provided. Ensure your guinea pig avoids scurvy.
Fill in bio, skills, projects to generate a clean HTML portfolio page. Copy the code. Local builder.
Enter starting room temp, target temp, and method to see how many minutes to chill your wine perfectly.
Add items with category, color, season. Plan outfits. Drag and drop. Stored locally.
Paste HTML and copy the formatted rich text to your clipboard. Paste directly into Word or Google Docs with styles intact.
Generate a Next.js page.tsx file with Server Component or Client Component. Layout and metadata included.
Enter a component name and get a basic Vue 3 Single File Component template with script setup. Fast scaffolding.
Generate a Nuxt 3 page component with script setup, metadata, and styles. For Vue.js developers. Copy the .vue file.
Convert comma‑separated data into a series of SQL INSERT statements. Define the table name and column order. Local.
Generate a SolidJS component with signals, props, and styles. Choose TypeScript. Copy the ready‑to‑use code.
A precise online metronome with adjustable BPM, beat emphasis, and time signature. Works offline. Essential for musicians.
Convert a Unix timestamp or ISO date into a human‑friendly relative string like '2 days ago'. See examples.
Calculate your Basal Metabolic Rate and Total Daily Energy Expenditure. Set goals for weight loss, maintenance, or gain.