Dev Tools

Free online developer tools: format JSON/XML/SQL, decode Base64/JWT, generate hashes, convert cURL, and more.

Free Online Developer Tools

Developer tools that live in the browser save the context-switching of opening a terminal or installing a package for a one-off task. Format a JSON response, decode a Base64 string, inspect a JWT, generate a hash, or encode a URL β€” all without leaving the page you're working on.

Every tool processes data client-side. Sensitive tokens, passwords, and API keys are never sent to a server.

Which developer tool should I use?

I want to…Use this tool
Pretty-print or validate JSONJSON Formatter
Encode or decode Base64Base64 Encoder/Decoder
Encode or decode URL charactersURL Encoder/Decoder
Escape or unescape HTML entitiesHTML Entity Encoder
Escape strings for JSON, regex, or SQLString Escape Tool
Convert a Unix timestamp to a dateTimestamp Converter
Test or debug a regex patternRegex Tester
Decode a JWT and inspect its claimsJWT Decoder
Generate MD5, SHA-256, or SHA-512 hashesHash Generator
Hash a password with bcryptBcrypt Hash Generator
Build or look up a cron expressionCron Generator
Format or beautify SQL queriesSQL Formatter
Format and validate XMLXML Formatter
Convert YAML to JSON or backYAML ↔ JSON Converter
Convert CSV to JSON or backCSV ↔ JSON Converter
Convert a curl command to codecURL Converter
Minify or beautify HTML, CSS, or JSCode Minifier
Pick a color and generate a paletteColor Picker
Check color contrast for WCAG accessibilityColor Contrast Checker
Generate a CSS gradientCSS Gradient Generator
Generate a CSS box-shadowCSS Box Shadow Generator
Generate Apache redirect rules.htaccess Generator
Generate meta tags and Open Graph tagsMeta Tag Generator
Build a robots.txt fileRobots.txt Generator