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
No Data to Display
Select a database and an object store to browse records
IndexedDB is a low‑level client‑side storage API built into modern browsers. It allows web applications to store significant amounts of structured data (including files and blobs) for offline use, faster load times, and persistent user preferences.
Only IndexedDB databases created under the same origin (protocol + domain + port) as this page. This is a browser security restriction and cannot be bypassed.
Yes. Click the edit icon on any row to modify its JSON value. Changes are written directly to the database using a read‑write transaction. Be cautious when editing production data.
Yes. The JSON editor serializes data as text. Special types like File, Blob, ArrayBuffer, and Date may lose their original type when round‑tripped through JSON. The tool displays warnings for such values.
Select a store and click the Export button. A .json file containing all records (with keys) will be downloaded. This is useful for backups or migrating data between origins.
No. Deleting a database permanently removes all its object stores and data. Always export your data before dropping a database if you might need it later.
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.