π» Developer Toolkit β Free Online Dev Tools
Format JSON, decode JWTs, hash, Base64, UUIDs, CSVβJSON and more β runs locally, so your tokens and data never leave the browser.
Tools in this kit
{ }JSON Formatter & BeautifierJSON pretty-print, beautifier, minifier, and validator β all in your browser>Image to Base64Convert images to Base64 data URIs β perfect for embedding in code#οΈβ£Hash GeneratorGenerate cryptographic hashes from text or filesπJWT DecoderDecode JSON Web Tokens β see header, payload, and expirationπUUID GeneratorGenerate universally unique identifiers β offline and secureπCSV β JSONConvert CSV to JSON or JSON to CSV with custom delimitersβοΈYAML β JSONConvert YAML to JSON or JSON to YAML with validationπURL Encoder / DecoderEncode or decode URLs and query strings instantlyπTimestamp ConverterConvert between Unix timestamps and human-readable datesπRegex TesterTest and debug regular expressions with real-time matchingπ¨Color ConverterConvert colors between HEX, RGB, HSL, CMYK, and HSV formatsπMarkdown β HTMLConvert Markdown to HTML or HTML to Markdown with live preview
Related how-to guides
- π How to Encode and Decode Base64 (and Turn an Image Into a Data URI) β Encode and decode Base64 text, and convert a small image into a data URI you can inline in CSS or HTML β all locally in your browser, nothing uploaded.
- π How to Convert CSV to JSON (and Back) β Convert CSV to JSON in your browser β an array of objects keyed by the header row β and back again. Plus the gotchas with quoting, delimiters, and type coercion.
- π How to Decode a JWT (Safely β Without Leaking It) β Decode a JWT to read its header and payload in seconds β and why pasting a live token into a random online decoder can get your session hijacked.
- π How to Format, Validate, and Beautify JSON β Pretty-print messy JSON, catch syntax errors with line numbers, and minify for production β all in your browser without uploading API responses full of tokens.
- π How to Generate an MD5 or SHA-256 Hash (and Verify a Download) β Generate MD5, SHA-1, or SHA-256 hashes in your browser and verify a downloaded file matches the publisher's checksum. Plus an honest note on which are broken.
- π How to Generate a UUID (v4) β and When You Actually Need One β Generate one or many random UUID v4 / GUID values in your browser. Learn when to use a UUID as a key and when you should NOT use one as a security token.