Quick Notepad - Online Private Note Taker with Auto Save
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.
UD5 Toolkit
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.
Read, write, and delete cookies using the modern Cookie Store API. Monitor change events. No more document.cookie parsing.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Apply a tint remover that guesses the original colors from a sepia photo. Not perfect, but fun. All in canvas.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Enter a component name and get a basic Vue 3 Single File Component template with script setup. Fast scaffolding.
Provide a hook name and select features (state, effect, callback). Get a complete React custom hook with TypeScript. Faster development.
Generate a Next.js page.tsx file with Server Component or Client Component. Layout and metadata included.
Apply tone mapping algorithms to bring out details in highlights and shadows. Simulate HDR from a single image.
Scale a classic homemade playdough recipe to any amount. Choose colors with safe options. Simple local calculator.
Write an encrypted letter to your future self, protected by a password. No server. Pure local Crypto.
Calculate the entropy (in bits) of a password based on character pool size and length. Visual strength meter with crack time estimation. Local only.
Enter a router's MAC address or serial and generate the common default WPA passphrase for major ISP brands. Educational purpose only.
Automatically remove the background from any photo using a small on‑device AI model (WASM). No upload. Works offline.
Open the same page in two tabs and draw together in real time using BroadcastChannel API. Share ideas without a server.
Write notes that are encrypted in your browser before saving to localStorage. Only accessible with your passphrase.
Enter a password and see the estimated time it would take to crack using brute force at different speeds. Educational.
Check if a password appears in the Have I Been Pwned database using k‑Anonymity. Only the first 5 characters of the hash are sent.
Generate a bcrypt hash from a password with configurable salt rounds. Verify a password against a hash. Entirely client‑side.
Create a temporary chat room between two browser tabs or devices on the same network using WebRTC data channels. Copy the code.
Snap or type expense details and store them locally. Categorize and see monthly totals. No cloud, no sign‑up.
Write daily notes encrypted with a password. All data stored in your browser. Export as encrypted file. True privacy.
Enumerate all fonts installed on your device and see a real‑time preview. Useful for design tools. Permission required.
Derive a strong cryptographic key from a password using PBKDF2 with SHA‑256. Adjust iterations and salt. Educational and test tool.
Generate Argon2id hashes in the browser using a WASM compilation. Choose memory, iterations, and parallelism. Secure local hashing.
Hash passwords using the bcrypt algorithm with configurable cost factor. Also verify a password against a stored hash. All local.
Create a random long password that alternates consonants and vowels to mimic a pronounceable word. XKCD meets CVCV. Local.
Evaluate password strength through a short interactive story where each character set adds lines to a narrative. Educational fun.
Type a password and see a bar that fills based on estimated bits of entropy. Color‑coded feedback. No storage.
Create secure passwords that look like gibberish words but are easy to pronounce and remember. Mix of syllables. Local generation.