Local Password Vault - Online Encrypted Browser Storage
Store passwords and notes encrypted with a master passphrase. Data lives only in your browser's localStorage. No cloud.
UD5 Toolkit
Generate strong, memorable passphrases using cryptographically secure random word selection.
Crypto.getRandomValues() API, which is cryptographically secure. It does not rely on predictable math.random(). While rolling physical dice is the gold standard (no software trust required), our generator is safe for most personal use cases.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.
Generate a BLAKE3 hash of any text or file. Extremely fast. Perfect for checksums and content addressing. Local.
Paste an article and click to black out words, leaving a poem. Print your final creation.
Render Markdown and copy the formatted output as rich text to paste directly into Word or Google Docs.
Hash any text using simple, fast algorithms: DJB2, SDBM, or CRC32. Get integer or hex. For quick lookups. Local.
Write notes that are encrypted in your browser before saving to localStorage. Only accessible with your passphrase.
Type any text and generate a printable cursive handwriting practice sheet with dotted lines. Choose font styles. Local generation.
Measure your typing speed in words per minute and accuracy. Random word prompts. Compare results over time. No data sent.
Add semi-transparent text watermark to images. Customize position, opacity, rotation, and font. Batch processing with instant download. Fully local & private.
Create gradientâfilled text with the backgroundâclip property. Choose linear or radial gradients. Get the CSS. Modern typography.
Select trip type (beach, business, camping) and get a pre-filled packing checklist. Customize and print. Local storage.
Paste HTML and copy the formatted rich text to your clipboard. Paste directly into Word or Google Docs with styles intact.
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.
Provide a hook name and select features (state, effect, callback). Get a complete React custom hook with TypeScript. Faster development.
Press any key combination and record the sequence. Export as JSON or humanâreadable text. Perfect for documenting shortcuts.
Fill in bio, skills, projects to generate a clean HTML portfolio page. Copy the code. Local builder.
Enter current and new loan details plus closing costs to see how many months to break even on a refinance.
Enter a resource name and HTTP method to get a complete Express route handler with try/catch and comments.
Scale a recipe to serve a crowd and calculate container sizes needed. Meal prep helper.
Play a virtual piano keyboard using mouse or computer keys. Sustain and octave control. Record and play back your tune.
Add items with category, color, season. Plan outfits. Drag and drop. Stored locally.
Select color bands to decode a resistor's value, tolerance, and temperature coefficient. Essential for anyone working with electronics hardware.
Log pool depth, flame height, and soot for each wick series. Quickly identify the best wick for your wax and vessel.
Generate a SolidJS component with signals, props, and styles. Choose TypeScript. Copy the readyâtoâuse code.
Create a breadcrumb schema for your website. Fill in the pages and get the readyâtoâpaste JSONâLD snippet for rich results.
Paste a raw cookie string and see a formatted keyâvalue table. Debug session cookies and understand flags. Runs in browser.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Convert a Unix timestamp or ISO date into a humanâfriendly relative string like '2 days ago'. See examples.
Enter a component name and get a basic Vue 3 Single File Component template with script setup. Fast scaffolding.