Tools
Client-side dev tools I reach for regularly. No backend, nothing sent to any server, no ads, no cookies. Bookmark whatever's useful.
/tools/slug 01
Turkish slug generator
URL-safe slugs with proper ğ ı ş ç ö ü handling.
/tools/jwt 02
JWT decoder
Decode + pretty-print header + payload, verify HMAC signatures.
/tools/json 03
JSON formatter
Pretty-print, validate, or minify. Pinpoints parse errors.
/tools/regex 04
Regex tester
Live match highlighting + named/numbered capture groups.
/tools/hash 05
Hash generator
SHA-1/256/384/512 of text or any local file (WebCrypto).
/tools/time 06
Timestamp converter
Unix seconds ↔ milliseconds ↔ ISO ↔ human time.
/tools/uuid 07
UUID generator
v4 (random) and v7 (sortable) with bulk output.
/tools/base64 08
Base64 encoder
Standard + URL-safe, UTF-8 and hex side-by-side.
Missing something you'd use? drop a line.