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
All encryption happens entirely in your browser. Your notes and passwords are never sent to any server. We use AES-256-GCM encryption with PBKDF2 key derivation (100,000 iterations). If you forget your password, the encrypted data cannot be recovered.
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.
Store passwords and notes encrypted with a master passphrase. Data lives only in your browser's localStorage. No cloud.
Write an encrypted letter to your future self, protected by a password. No server. Pure local Crypto.
Paste HTML and copy the formatted rich text to your clipboard. Paste directly into Word or Google Docs with styles intact.
Generate strong, memorable passphrases using the Diceware word list (EFF). Choose number of words. Cryprographically random selection. Privacy guaranteed.
Render Markdown and copy the formatted output as rich text to paste directly into Word or Google Docs.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
A GUI to manage all keys in your browser's localStorage. Add, delete, edit, and export data. Debug progressive web apps.
Type any text and generate a printable cursive handwriting practice sheet with dotted lines. Choose font styles. Local generation.
View, edit, and manage JSON objects saved in your browser's localStorage. Delete, export, or import keys. No setup.
Enter current and new loan details plus closing costs to see how many months to break even on a refinance.
Play a virtual piano keyboard using mouse or computer keys. Sustain and octave control. Record and play back your tune.
Paste a raw cookie string and see a formatted key‑value table. Debug session cookies and understand flags. Runs in browser.
Paste an article and click to black out words, leaving a poem. Print your final creation.
Generate a BLAKE3 hash of any text or file. Extremely fast. Perfect for checksums and content addressing. Local.
Add semi-transparent text watermark to images. Customize position, opacity, rotation, and font. Batch processing with instant download. Fully local & private.
Read, write, and delete cookies using the modern Cookie Store API. Monitor change events. No more document.cookie parsing.
Press any key combination and record the sequence. Export as JSON or human‑readable text. Perfect for documenting shortcuts.
Scale a recipe to serve a crowd and calculate container sizes needed. Meal prep helper.
Calculate your Basal Metabolic Rate and Total Daily Energy Expenditure. Set goals for weight loss, maintenance, or gain.
Fill in bio, skills, projects to generate a clean HTML portfolio page. Copy the code. Local builder.
Compute confidence intervals for a population mean (known/unknown sigma) and proportion. All popular Z/T values. Local.
Enter starting room temp, target temp, and method to see how many minutes to chill your wine perfectly.
Parse a JSON array and generate SQL INSERT or UPDATE statements. Perfect for data migration. Client‑side only.
Measure your typing speed in words per minute and accuracy. Random word prompts. Compare results over time. No data sent.
Paste a `Set‑Cookie` header and see all attributes parsed: domain, path, Max‑Age, SameSite, Secure, HttpOnly. Debug cookies easily.
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.
Create gradient‑filled text with the background‑clip property. Choose linear or radial gradients. Get the CSS. Modern typography.
Enter a component name and get a basic Vue 3 Single File Component template with script setup. Fast scaffolding.