Developer format & encoding tools
13 small utilities for the things you do between writing code — formatting JSON, decoding a JWT, hashing a file, reading a cron line. Every one runs entirely in your browser.
No uploads · no accounts · no tracking cookiesFormat & convert
Pretty-print, validate, and move data between JSON, YAML, and CSV.
Encode & decode
Base64, percent-encoding, and JWT inspection — text and files.
Hash & HMAC
Checksums and keyed digests computed in your browser with SubtleCrypto.
Generate
Identifiers and tokens with predictable, spec-correct output.
Time & scheduling
Unix timestamps across time zones and cron expressions in plain English.
Text & patterns
Regular-expression testing and line/word-level diffing.
How this site works
Each tool is a static HTML page with a small JavaScript widget. When you
paste text or pick a file, the processing happens in your browser using
built-in Web APIs — JSON.parse, TextEncoder,
SubtleCrypto,
and a few small bundled libraries. There is no backend and no upload
endpoint anywhere in the codebase, so your data cannot leave the page even
by accident. See the privacy page for specifics.