Category

Developer

22 tools

JSON Formatter

Developer

Format and validate JSON. Indented or minified output, with clear error messages.

Base64 Encoder / Decoder

Developer

Encode text to Base64 or decode Base64 back to text. UTF-8 safe.

URL Encoder / Decoder

Developer

Percent-encode or decode URL components.

JWT Decoder

Developer

Decode JWT header and payload locally. Signature is not verified — paste tokens at your discretion.

UUID Generator

Developer

Generate random UUIDs (v4) in your browser. Bulk generation up to 100 at a time.

Hash Generator

Developer

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text. Runs entirely in your browser.

JSON ↔ YAML Converter

Developer

Convert between JSON and YAML in either direction. Clear error messages with line numbers.

YAML Validator

Developer

Check YAML syntax and surface every error with line and column. Built for k8s, GitHub Actions, and CI configs.

Regex Tester

Developer

Test JavaScript regular expressions against text. See every match, capture groups, and flag effects in real time.

Diff Viewer

Developer

Compare two texts side by side. Line, word, or character-level diff with clear highlighting.

HTML Entity Encoder & Decoder

Developer

Encode reserved HTML characters to entities, or decode entities back. Optional escape for all non-ASCII.

Query String Parser

Developer

Parse a URL or query string into key/value pairs, edit them, and rebuild a clean query string.

Timestamp Converter

Developer

Convert between Unix timestamps and ISO 8601 dates. Local and UTC views with relative time, instant updates as you type.

Markdown Editor

Developer

Live Markdown editor with side-by-side preview. GitHub-flavored Markdown, autosave, and HTML/MD download.

CIDR / Subnet Calculator

Developer

Calculate IPv4 and IPv6 subnets — network, broadcast, host range, mask, and usable host count from a CIDR.

CSV ↔ JSON Converter

Developer

Convert 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

Developer

Searchable 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

Developer

Validate 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

Developer

Format SQL queries across major dialects — PostgreSQL, MySQL, Snowflake, T-SQL, BigQuery, SQLite, and more. Keyword casing and indentation are configurable.

JSON Schema Validator

Developer

Validate 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

Developer

Paste 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

Developer

Drop 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.