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
Select a database and object store to view data
This tool browses IndexedDB databases for the current originnavigator.storage.estimate() to check current usage and quota.navigator.storage.persist(). Data is also origin‑specific and cleared when the user clears browser data for that site.indexedDB.deleteDatabase('name') in JavaScript, or clear site data in browser settings. Individual object stores can be deleted via a version upgrade with db.deleteObjectStore().indexedDB.databases() method (used by this tool) is supported in Chrome 70+, Firefox 70+, Safari 14+, and Edge 79+.Explore your website’s IndexedDB databases and object stores. Add, delete, and inspect records. Like phpMyAdmin for IndexedDB.
Drop a PDF and extract any embedded JavaScript or form actions. Check for malicious code. Privacy‑friendly analysis.
Generate the doGet() and doPost() boilerplate for a Google Apps Script web app. Ready to paste into the editor.
Render 1000 styled elements using inline styles vs. CSS classes and compare time. Understand CSS‑in‑JS trade‑offs.
Select a Node.js version from the LTS list and instantly download a .nvmrc file. Lock your project’s runtime.
Drag and drop pieces to set up a chess position. Generate FEN string and copy to share. Analyze openings. Local only.
Enter a resource name and HTTP method to get a complete Express route handler with try/catch and comments.
Quick reference of HTTP methods with their semantics, idempotency, and example REST usage. Static, fast.
Apply real-time CSS filters or canvas effects to a video and download the processed output. Experiment with video post-processing locally.
Enter two URLs and see if they resolve to the same canonical form after normalization. Find duplicate content issues.
Construct HTTP Link headers for server push replacements, preload, and preconnect. Copy the header value.
Create a simple seating chart by dragging desk icons and assigning names. Print or screenshot. Perfect for teachers.
Select text and see the Selection object properties. Create ranges programmatically. Understand how rich‑text editors work.
Create a Blob from text or a file and generate a temporary URL for it. Understand the Blob API. Dev demo.
Enter a CSS selector and see its specificity broken down into A,B,C columns with a visual weight comparison. Learn specificity.
Fill in a component name and generate a complete Stencil.js component with TSX, CSS, and test files. Quick start.
Search and copy HTML entities for arrows, math, currency, and symbols. See the glyph and code. Fast reference.
Chain multiple CSS filter functions and see the result on an image. Copy the filter string. No upload.
Choose Babel presets (env, React, TypeScript) and plugins. Get a clean babel.config.json to transpile your code. Local tool.
Search for common ingredient substitutions (e.g., buttermilk, egg, cornstarch). Quick reference for when you're missing something. Local data.
Enter a common chemical name to see summary hazard pictograms and precautions. Quick reference.
Limit browser gestures on an element: pan‑x, pinch‑zoom, manipulation. Draw on a canvas to test. Mobile dev helper.
Rotate the hue of any image globally. Turn a red car blue instantly. Download the result. Works entirely in the browser.
Select a color in an image and completely remove it or make it transparent. Great for background removal experiments. Local.
Create and format Markdown tables by adjusting rows and columns. Align text, copy the raw Markdown. Perfect for README files.
Generate strong random strings for API tokens, session secrets, or encryption keys. Uses crypto.getRandomValues().
Answer questions about project type and strength needed to get a joint recommendation. Animations.
Automatically remove the background from any photo using a small on‑device AI model (WASM). No upload. Works offline.
Add a soft vignette to your photo. Control radius, darkness, and feathering. Creates a classic photographic look.
Apply a realistic oil painting texture to your photo. Adjust brush size and roughness. Brush stroke simulation.