Category
Developer
22 tools
JSON Formatter
DeveloperFormat and validate JSON. Indented or minified output, with clear error messages.
Base64 Encoder / Decoder
DeveloperEncode text to Base64 or decode Base64 back to text. UTF-8 safe.
URL Encoder / Decoder
DeveloperPercent-encode or decode URL components.
JWT Decoder
DeveloperDecode JWT header and payload locally. Signature is not verified — paste tokens at your discretion.
UUID Generator
DeveloperGenerate random UUIDs (v4) in your browser. Bulk generation up to 100 at a time.
Hash Generator
DeveloperGenerate MD5, SHA-1, SHA-256, and SHA-512 hashes from text. Runs entirely in your browser.
JSON ↔ YAML Converter
DeveloperConvert between JSON and YAML in either direction. Clear error messages with line numbers.
YAML Validator
DeveloperCheck YAML syntax and surface every error with line and column. Built for k8s, GitHub Actions, and CI configs.
Regex Tester
DeveloperTest JavaScript regular expressions against text. See every match, capture groups, and flag effects in real time.
Diff Viewer
DeveloperCompare two texts side by side. Line, word, or character-level diff with clear highlighting.
HTML Entity Encoder & Decoder
DeveloperEncode reserved HTML characters to entities, or decode entities back. Optional escape for all non-ASCII.
Query String Parser
DeveloperParse a URL or query string into key/value pairs, edit them, and rebuild a clean query string.
Timestamp Converter
DeveloperConvert between Unix timestamps and ISO 8601 dates. Local and UTC views with relative time, instant updates as you type.
Markdown Editor
DeveloperLive Markdown editor with side-by-side preview. GitHub-flavored Markdown, autosave, and HTML/MD download.
CIDR / Subnet Calculator
DeveloperCalculate IPv4 and IPv6 subnets — network, broadcast, host range, mask, and usable host count from a CIDR.
CSV ↔ JSON Converter
DeveloperConvert between CSV and JSON, both directions. RFC 4180 parsing handles quoted fields and embedded newlines; delimiter and header options are configurable.
HTTP Status Code Reference
DeveloperSearchable HTTP status code reference (1xx → 5xx) with short descriptions and typical use cases. Filter by class, copy a code, link to the IETF spec.
Cron Parser & Builder
DeveloperValidate a 5-field cron expression and preview the next N execution times, or build one from a frequency picker (minute/hour/day/week/month/year).
SQL Formatter
DeveloperFormat SQL queries across major dialects — PostgreSQL, MySQL, Snowflake, T-SQL, BigQuery, SQLite, and more. Keyword casing and indentation are configurable.
JSON Schema Validator
DeveloperValidate a JSON document against a JSON Schema (Draft 2020-12 by default). Errors point to the failing path with a human-readable reason — fully client-side via Ajv.
cURL → Code Converter
DeveloperPaste a curl command and get the equivalent fetch, axios, Go net/http, and Python requests snippet. Handles -X, -H, -d / --data, -u, --form, and multiline backslash continuation.
AWS Billing Analyzer
DeveloperDrop an AWS Cost Explorer CSV export and see service / region / tag breakdowns, top spenders, month-over-month change, and a plain-language summary. Files never leave your browser.