Developer Tools
Free online tools for developers — formatters, encoders, validators, generators and more.
JSON Formatter
formatterFormat, validate, and beautify JSON data with real-time error detection. Supports pretty print, minify, and sample JSON file loading.
XML Formatter
formatterFormat and beautify XML documents with proper indentation, tag nesting validation, and minification.
HTML Formatter
formatterFormat and beautify HTML code with proper tag indentation, void element handling, and one-click minification.
CSS Formatter
formatterFormat, beautify, or minify CSS code. Proper indentation for selectors, properties, and media queries.
SQL Formatter
formatterFormat SQL queries with keyword uppercasing, proper clause indentation, and multi-dialect support.
YAML Formatter
formatterFormat and validate YAML with consistent 2-space indentation, key alignment, and comment preservation.
JavaScript Formatter
formatterFormat and beautify JavaScript code with proper bracket alignment, semicolons, and consistent spacing.
Markdown Previewer
formatterWrite and preview Markdown with live rendering. Supports line breaks, bullet points, blockquotes, tables, and GFM syntax.
YAML ⇄ JSON Converter
converterConvert between YAML and JSON formats with validation. Essential for Docker, Kubernetes, and CI/CD config management.
CSV ⇄ JSON Converter
converterConvert CSV tabular data to JSON arrays or JSON back to CSV. Handles headers, custom delimiters, and Excel-compatible output.
XML ⇄ JSON Converter
converterConvert XML documents to JSON or JSON back to XML. Handles attributes, namespaces, and CDATA sections.
Base64 Encode / Decode
converterEncode text to Base64 or decode Base64 strings. Supports UTF-8, URL-safe Base64, and hex conversion.
URL Encode / Decode
converterEncode special characters for safe URL usage or decode percent-encoded strings back to readable text.
HTML Encode / Decode
converterConvert special characters to HTML entities or decode entities back to text. Prevents XSS and ensures proper rendering.
Unix Timestamp Converter
converterConvert between Unix timestamps and human-readable dates. Handles seconds, milliseconds, and ISO 8601 formats.
Markdown ⇄ HTML Converter
converterConvert Markdown to clean HTML or reverse HTML back to Markdown syntax. Supports GFM tables, task lists, and code blocks.
UUID Generator
generatorGenerate UUID v4 (random), UUID v7 (time-sorted), and ULID identifiers in bulk with one-click copy.
Password Generator
generatorGenerate cryptographically secure passwords with configurable length, character sets, and entropy calculation.
Hash Generator
generatorGenerate SHA-1, SHA-256, and SHA-512 cryptographic hashes from any text input in real-time.
Cron Expression Generator
generatorBuild cron expressions visually with human-readable explanations and preset schedules like "every 5 minutes" or "Monday at 9am".
Lorem Ipsum Generator
generatorGenerate placeholder text in paragraphs, sentences, or words. Perfect for design mockups and layout testing.
QR Code Generator
generatorGenerate QR codes from text, URLs, WiFi credentials, or any data. Download as PNG with customizable size.
Color Palette Generator
generatorGenerate harmonious color palettes from any base color. Supports complementary, analogous, triadic, and monochromatic schemes.
JWT Generator
generatorGenerate JWT tokens with custom claims, expiration, and signing secrets for API development and testing.
JSON Validator
validatorValidate JSON syntax with detailed error messages including line numbers, error type, and fix suggestions.
Regex Tester
validatorTest regular expressions with real-time match highlighting, capture groups, and a library of common patterns for email, URL, IP, and more.
JWT Decoder & Validator
validatorDecode JWT tokens to inspect header (algorithm), payload (claims), and check expiration status — all client-side.
Email Validator
validatorValidate email address format against RFC 5322 standards. Batch validate multiple addresses with detailed error reporting.
URL Validator
validatorValidate URL format and parse into components: protocol, hostname, port, path, query parameters, and fragment.
XML Validator
validatorValidate XML well-formedness: proper tag nesting, attribute quoting, encoding, and single root element.
YAML Validator
validatorValidate YAML syntax with real-time error detection. Catches indentation errors, tab usage, and duplicate keys.
HTML Validator
validatorValidate HTML markup for unclosed tags, improper nesting, deprecated elements, and missing accessibility attributes.
Diff Checker
utilityCompare two texts side by side with color-coded additions, deletions, and unchanged lines. Works with code, configs, and documents.
Text Case Converter
utilityConvert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case, PascalCase, and CONSTANT_CASE.
Line Counter
utilityCount total lines, blank lines, non-empty lines, unique lines, and duplicates. Remove blanks or duplicates with one click.
Word Counter
utilityCount words, characters (with/without spaces), sentences, paragraphs, and estimate reading and speaking time.