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.

JSONCookies

JSON formatter

Validate, pretty-print or minify JSON, with the exact position of the first syntax error.

JSONFormat

Base64 encoder / decoder

Convert text to and from Base64, with UTF-8 support and a URL-safe alphabet option.

EncodingUTF-8

JWT decoder

Decode the header and payload of a JSON Web Token and read its timestamps in plain English.

AuthJWT

Hash generator

SHA-1, SHA-256, SHA-384 and SHA-512 digests of any text, computed with the Web Crypto API.

CryptoSHA

UUID generator

Generate cryptographically random UUID v4s in bulk, plus NIL and short random IDs.

IDsRandom

Password generator

Build strong random passwords or passphrases and see how much entropy they actually carry.

SecurityRandom

URL tools

Percent-encode or decode strings, and break any URL apart into its parts and query params.

URLQuery

Timestamp converter

Convert Unix epochs to and from dates in your local zone and UTC, with a live clock.

DateEpoch

Text tools

Change case, slugify, trim, sort, dedupe and reverse lines — with live word and byte counts.

TextSlug

Diff checker

Compare two blocks of text line by line and see exactly what was added and removed.

DiffCompare

Regex tester

Test a regular expression against sample text, with highlighted matches and capture groups.

RegexMatch

Color converter

Convert between HEX, RGB and HSL, preview the color and check contrast against black and white.

ColorContrast

Lorem ipsum generator

Generate placeholder paragraphs, sentences or words — as plain text or HTML.

ContentPlaceholder