Free Online Developer Tools

A set of fast, focused developer tools that run entirely in your browser โ€” no sign-up, no ads, and nothing is ever uploaded. Safe for private data, tokens, and code.

๐Ÿ”’ Every tool here runs 100% locally in your browser. Paste sensitive JSON, JWTs, or code freely โ€” it never leaves your device.

Format & validate

JSON Viewer
Open & explore large JSON in a fast collapsible tree with search โ€” without freezing.
JSON Formatter / Minifier
Beautify or minify JSON with one click, with syntax highlighting.
JSON String Escape / Unescape
Escape text for a JSON value, or unescape it back to plain text.
Validate JSON
Check JSON validity and find the exact error.
Fix JSON Errors
Common "Unexpected token" causes and how to fix each.

Convert

JSON โ†’ CSV
Turn an array of objects into a clean CSV for Excel or Sheets.
CSV โ†’ JSON
Parse CSV (quoted fields and all) into JSON, with safe type handling.
JSON โ†’ YAML
Convert JSON to YAML for config files โ€” types preserved.
JSON โ†’ XML
Convert JSON to XML โ€” objects to elements, arrays repeat, escaped.
JSON Flatten
Flatten nested JSON to dot-notation keys (a.b.c, list[0]).
JSON Sort Keys
Alphabetize JSON keys recursively for clean diffs.
JSON โ†’ TypeScript
Generate TypeScript interfaces from a JSON sample.
NDJSON โ‡„ JSON
Convert between newline-delimited JSON and a JSON array.

Inspect & compare

JSONPath Tester
Evaluate JSONPath expressions against your JSON.
JSON Diff
Compare two JSON documents by structure โ€” keys and values.
Text Diff Checker
Compare two texts or code blocks line by line.

Encode & decode

Base64 Encode / Decode
UTF-8-safe Base64, with a URL-safe option.
URL Encode / Decode
Percent-encode for URLs โ€” component vs full-URL, side by side.
HTML Entity Encode / Decode
Escape HTML (< > & " ') or decode entities back to text.
JWT Decoder
Decode a JSON Web Token's header, payload, and expiry โ€” locally.
Unix Timestamp Converter
Convert epoch โ‡„ date; auto-detects seconds vs milliseconds.
SHA Hash Generator
SHA-256/1/384/512 hashes via your browser's crypto.
UUID Generator
Random UUID v4 / GUID values โ€” bulk, with copy.

Text

Case Converter
camelCase, snake_case, kebab-case, CONSTANT_CASE and more.
Regex Tester
Test regular expressions live with highlighted matches and groups.
Word Counter
Words, characters, sentences, paragraphs, and reading time โ€” live.
Lorem Ipsum Generator
Placeholder text by paragraphs, sentences, or words.