Category
Developer
12 tools
JSON Formatter
DeveloperFormat and validate JSON. Indented or minified output, with clear error messages.
Base64 Encoder / Decoder
DeveloperEncode text to Base64 or decode Base64 back to text. UTF-8 safe.
URL Encoder / Decoder
DeveloperPercent-encode or decode URL components.
JWT Decoder
DeveloperDecode JWT header and payload locally. Signature is not verified — paste tokens at your discretion.
UUID Generator
DeveloperGenerate random UUIDs (v4) in your browser. Bulk generation up to 100 at a time.
Hash Generator
DeveloperGenerate MD5, SHA-1, SHA-256, and SHA-512 hashes from text. Runs entirely in your browser.
JSON ↔ YAML Converter
DeveloperConvert between JSON and YAML in either direction. Clear error messages with line numbers.
YAML Validator
DeveloperCheck YAML syntax and surface every error with line and column. Built for k8s, GitHub Actions, and CI configs.
Regex Tester
DeveloperTest JavaScript regular expressions against text. See every match, capture groups, and flag effects in real time.
Diff Viewer
DeveloperCompare two texts side by side. Line, word, or character-level diff with clear highlighting.
HTML Entity Encoder & Decoder
DeveloperEncode reserved HTML characters to entities, or decode entities back. Optional escape for all non-ASCII.
Query String Parser
DeveloperParse a URL or query string into key/value pairs, edit them, and rebuild a clean query string.