Utils
Small tools I kept needing and got tired of looking for. No accounts, no ads, no server round-trips.
Every tool runs entirely in your browser — nothing is uploaded or stored.
Cookie trimmer
Trim a browser cookie export down to domain, name, value and path, as a single-line JSON array.
JSON formatter
Validate, pretty-print or minify JSON, with the exact position of the first syntax error.
Base64 encoder / decoder
Convert text to and from Base64, with UTF-8 support and a URL-safe alphabet option.
JWT decoder
Decode the header and payload of a JSON Web Token and read its timestamps in plain English.
Hash generator
SHA-1, SHA-256, SHA-384 and SHA-512 digests of any text, computed with the Web Crypto API.
UUID generator
Generate cryptographically random UUID v4s in bulk, plus NIL and short random IDs.
Password generator
Build strong random passwords or passphrases and see how much entropy they actually carry.
URL tools
Percent-encode or decode strings, and break any URL apart into its parts and query params.
Timestamp converter
Convert Unix epochs to and from dates in your local zone and UTC, with a live clock.
Text tools
Change case, slugify, trim, sort, dedupe and reverse lines — with live word and byte counts.
Diff checker
Compare two blocks of text line by line and see exactly what was added and removed.
Regex tester
Test a regular expression against sample text, with highlighted matches and capture groups.
Color converter
Convert between HEX, RGB and HSL, preview the color and check contrast against black and white.
Lorem ipsum generator
Generate placeholder paragraphs, sentences or words — as plain text or HTML.