Developer Tools
30 free developer tools. Tools for developers.
AllText ToolsCalculatorsConvertersDeveloper ToolsFinanceImage ToolsHealth & FitnessDate & TimeGames & RandomCooking & KitchenEducation & StudySEO & MarketingPet CareHome & DIY
JSON Formatter
Format, validate, and minify JSON in your browser. Pretty-print raw JSON with indentation, catch inline syntax errors, or collapse to one line.
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to plain text. Supports full UTF-8 including emoji. Runs in your browser — data never leaves your device.
URL Encoder / Decoder
Encode or decode URL components and query strings instantly. Converts special characters to percent-encoded format — essential for debugging web requests.
Hash Generator
Generate SHA-1, SHA-256, and SHA-512 hashes from any text. Results update live as you type — runs via Web Crypto API, data stays in your browser.
UUID Generator
Generate random UUID v4 identifiers instantly. Choose uppercase or lowercase, with or without hyphens. Uses the browser's secure crypto API.
Regex Tester
Test and debug regular expressions with live match highlighting. Supports g, i, m, s flags and capture groups — ideal for developers and data engineers.
JWT Decoder
Decode JSON Web Token (JWT) headers, payloads, and claims. Displays exp and iat as human-readable dates. Runs entirely in your browser — token never sent.
Cron Expression Helper
Build cron expressions visually or paste any cron string for a plain-English description. Supports 5-field syntax with common presets for developers.
Password Generator
Generate secure random passwords with customizable length and character sets. Uses crypto.getRandomValues.
SQL Formatter
Format and beautify SQL queries — supports PostgreSQL, MySQL, SQLite, SQL Server, BigQuery, and standard SQL.
YAML Validator & Formatter
Validate YAML syntax and convert between YAML and JSON. Catches indentation errors and reports line numbers.
XML Formatter & Validator
Format, prettify, and validate XML documents. Configurable indent and minify mode.
Markdown to HTML Converter
Convert Markdown to clean HTML — GitHub-flavored with live preview, copy output, and download options.
HTTP Status Codes Reference
Searchable reference for all HTTP status codes — 1xx informational through 5xx server errors with descriptions.
User Agent Parser
Parse any User-Agent string into browser name, version, OS, engine, and device type. Load your own UA or paste any string. Runs locally in your browser.
CSS Gradient Generator
Create beautiful linear and radial CSS gradients with a live preview and copy-ready code.
WCAG Color Contrast Checker
Check color contrast against WCAG 2.1 AA and AAA standards. Verify accessibility for text and UI.
Chmod Calculator
Convert between numeric (755) and symbolic (rwxr-xr-x) Unix file permissions. Click permission bits to build a chmod value.
.gitignore Generator
Generate a .gitignore file for any stack — Node, Python, Java, macOS, VSCode, and more. Pick multiple templates and combine.
cURL Command Builder
Build cURL commands from a form. Pick method, add headers, query params, and JSON body — get a shell-safe command to copy.
JSON ↔ YAML Converter
Convert JSON to YAML and YAML to JSON instantly. Validates input, preserves types, and handles nested structures.
CSS Box Shadow Generator
Visual CSS box-shadow generator with live preview. Adjust offset, blur, spread, color, and inset. Copy production-ready CSS.
Markdown Table Generator
Paste CSV, TSV, or edit cells directly to generate GitHub-flavored markdown tables. Supports column alignment (left/center/right).
CSS Border Radius Generator
Visual CSS border-radius generator. Adjust each corner independently with sliders, preview live, and copy the CSS.
JSON Diff
Compare two JSON objects and see added, removed, and changed keys with full path. Works on nested structures and arrays — pure browser, nothing uploaded.
Cron with Timezone
Evaluate a cron expression in any IANA timezone. Get the next 5 fire times, time-until-each, and human-readable schedule explanation.
Regex Cheatsheet
Searchable regex reference covering character classes, quantifiers, anchors, lookaround, groups, and flags. Each entry includes a usable pattern and example.
MIME Type Lookup
Look up MIME types by file extension or vice versa. Searchable database covering text, image, audio, video, application, and font media types per IANA registry.
HTML Entity Encode / Decode
Encode special characters to HTML entities or decode entities back to characters. Supports named entities, numeric (&#NN;), and hex (&#xNN;) forms.
UUID Validator
Validate a UUID and identify its version (1, 3, 4, 5, 6, 7, 8) plus variant. Decodes embedded timestamps for v1, v6, and v7 UUIDs.