Metoolzy offers a suite of 8 developer tools running entirely in the browser — no installation, no account needed. All are free and process client-side.
JWT Decoder decodes JSON Web Tokens, displays the header, payload, and checks expiration (exp/iat). Does not verify signatures — secure because tokens are not sent anywhere.
UUID Generator generates UUID v4 using crypto.randomUUID(). Supports bulk generation of up to 100 UUIDs, uppercase options, and copying individually or all.
Regex Tester tests regular expressions with real-time match highlighting. Shows capture groups, and supports flags (g, i, m, s).
Hash Generator generates MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes for text or files. Output is in HEX or Base64. Uses Web Crypto API + spark-md5.
Timestamp Converter converts Unix timestamps ↔ dates. The live clock displays the current timestamp. Shows Local time, UTC, ISO 8601, and relative time.
Cron Parser parses cron expressions into easy-to-understand English descriptions, showing the next 5 runs.
Number Base Converter converts between binary, octal, decimal, and hexadecimal. Supports BigInt for extremely large numbers.
Code Playground — an HTML/CSS/JS editor using Monaco Editor (VS Code). Live preview, console, external CDN libs, share via URL, and keyboard shortcuts.