Developer Tools
Format, encode, and debug code
JSON Formatter
PopularFormat, validate, and minify JSON data with syntax highlighting
Base64 Encoder/Decoder
Encode text to Base64 and decode Base64 strings
URL Encoder/Decoder
Encode and decode URL components and query strings
UUID Generator
PopularGenerate random UUID v4 identifiers
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text
Regex Tester
PopularTest and debug regular expressions with match highlighting
JWT Decoder
Decode and inspect JWT token header and payload
HTML Formatter
Beautify and format HTML code with proper indentation
CSS Minifier
Minify CSS code by removing whitespace and comments
JavaScript Minifier
Minify JavaScript code to reduce file size
SQL Formatter
Format and beautify SQL queries with proper indentation
XML Formatter
Format and validate XML documents with syntax highlighting
YAML to JSON Converter
NewConvert YAML to JSON and JSON to YAML format
Markdown Preview
Live preview of Markdown with syntax highlighting
Diff Checker
PopularCompare two texts and highlight differences side by side
Cron Expression Builder
Build and validate cron expressions with human-readable descriptions
Color Format Converter
Convert colors between HEX, RGB, HSL, and other formats
CSV ↔ JSON Converter
NewConvert CSV with headers to JSON objects, or arrays of objects back to CSV
cURL to fetch()
NewTurn a cURL command into JavaScript fetch() with method, headers, and body
URL & Query String Builder
NewBuild a full URL with query parameters; values are encoded for safe sharing
Timestamp Converter
NewConvert Unix timestamps to human-readable dates and times in multiple formats
Number Base Converter
NewConvert numbers between binary, octal, decimal, and hexadecimal bases
Color Palette Generator
NewGenerate complementary, analogous, triadic, and monochromatic color palettes from any base color
CSS Gradient Generator
NewCreate beautiful linear and radial CSS gradients with a live preview
Crontab Guru
NewParse and understand cron expressions with human-readable descriptions and next run times
HTTP Header Analyzer
NewParse and analyze HTTP response headers with descriptions and security insights
.htaccess Generator
NewGenerate Apache .htaccess rules for HTTPS redirects, caching, GZIP, and security
Robots.txt Tester
NewTest and validate robots.txt rules to see which URLs are allowed or blocked for crawlers
CSV to Markdown Table
NewConvert CSV data into a formatted Markdown table with alignment options
.env File Generator
NewPopularGenerate .env and .env.example files visually with templates for Node.js, Next.js, and Vite projects
JSON to Zod Schema
NewPopularConvert any JSON object to a Zod schema with smart type inference for email, URL, datetime, and more
CSS Box Shadow Generator
NewPopularBuild multi-layer CSS box shadows visually with live preview — copy the CSS with one click
.gitignore Generator
NewPopularGenerate .gitignore files for any tech stack — Node, Python, React, Go, Java, and 30+ more
Color Contrast Checker
NewPopularCheck WCAG 2.1 AA/AAA color contrast ratios for accessible web design
README Generator
NewPopularGenerate a professional GitHub README.md with badges, features, installation, usage, and license sections
JSON to CSV Converter
NewConvert JSON arrays of objects to CSV format with custom separators and download
JSON Schema Validator
NewPopularValidate JSON data against a JSON Schema with detailed error reporting
HTML Entity Encoder/Decoder
NewEncode special characters to HTML entities and decode HTML entities back to text
JSON to TypeScript
NewPaste JSON and instantly get TypeScript interfaces or type aliases with nested types
Tailwind CSS Converter
NewPopularConvert vanilla CSS to Tailwind utility classes and Tailwind classes back to CSS
JSON Path Finder
NewPaste JSON and click any value to get its JSONPath in bracket or dot notation
API Request Builder
NewPopularBuild and send HTTP requests visually with headers, query params, body, and auto-generated cURL/fetch code
Nginx Config Generator
NewGenerate Nginx server blocks with SSL, reverse proxy, gzip, security headers, CORS, and rate limiting
Docker Compose Generator
NewBuild docker-compose.yml visually with pre-built templates for PostgreSQL, Redis, MongoDB, Nginx, and more
Chmod Calculator
NewCalculate Unix file permissions in octal, symbolic, and command format with an interactive grid
SVG Optimizer
NewOptimize and minify SVG files by removing comments, metadata, editor attributes, and unnecessary whitespace
JWT Generator
NewGenerate signed JSON Web Tokens (JWT) with HS256 using the WebCrypto API, right in your browser