Developer

Format, encode, convert and debug — faster.

A complete toolkit for engineers: JSON formatters, encoders, hash generators, JWT decoders and more. Everything runs locally in your browser, so your data never leaves your device.

21
Tools
21
Guides
100%
Free

Popular Developer tools

Trending

JSON Formatter & Validator

Beautify, minify and validate JSON with clear error reporting.

Developer

Base64 Encode / Decode

Convert text and files to and from Base64 in one click.

Developer

URL Encode / Decode

Percent-encode and decode URLs and query parameters.

Developer

UUID Generator

Generate cryptographically random UUID v4 identifiers.

Developer
New

Regex Tester

Test regular expressions live with match highlighting and capture groups.

Developer
TrendingNew

Cron Expression Generator

Build, explain and preview cron schedules in plain English.

Developer
New

Unix Timestamp Converter

Convert Unix timestamps to human dates and back, in local and UTC time.

Developer

Hash Generator

Compute SHA-1, SHA-256, SHA-384 and SHA-512 hashes.

Developer
New

JSON to CSV Converter

Convert between JSON arrays and CSV with proper quoting and parsing.

Developer
TrendingNew

CSV to JSON Converter

Convert CSV to JSON with headers, delimiter detection and no upload.

Developer
New

SQL Formatter

Format and beautify SQL for MySQL, PostgreSQL, SQLite and more.

Developer
Trending

JWT Decoder

Decode and inspect JSON Web Token headers and payloads.

Developer
New

HTML Entity Encode/Decode

Encode and decode HTML entities, including numeric and named references.

Developer
New

Markdown Previewer

Write Markdown and see rendered output plus clean HTML, live.

Developer
New

Color Contrast Checker

Check WCAG color contrast ratios with AA and AAA pass/fail results.

Developer
TrendingNew

YAML ↔ JSON Converter

Convert YAML to JSON and JSON to YAML, privately in your browser.

Developer
New

CSS Minifier & Beautifier

Minify CSS to shrink files, or beautify minified CSS to read it.

Developer
New

Number Base Converter

Convert numbers between binary, octal, decimal and hexadecimal.

Developer
New

XML Formatter & Validator

Beautify, minify, validate XML and convert it to JSON.

Developer
New

Chmod Calculator

Convert Linux file permissions between checkboxes, octal and symbolic.

Developer
New

JSON Escape / Unescape

Escape text for JSON strings, or unescape JSON back to plain text.

Developer

Learn about Developer

Understanding JSON: A Practical Guide for Developers
Developer

Understanding JSON: A Practical Guide for Developers

What JSON is, how it is structured, and the common mistakes that break parsers — with examples you can fix in seconds.

6 min readUpdated 2026-05-12
Base64 Encode and Decode: A Practical Developer Guide
Developer

Base64 Encode and Decode: A Practical Developer Guide

Learn how Base64 encoding works, when to use it, and how to safely encode text, files, and data URLs right in your browser.

5 min readUpdated 2026-06-29
URL Encode and Decode: Percent-Encoding Done Right
Developer

URL Encode and Decode: Percent-Encoding Done Right

Understand percent-encoding, the difference between encoding a component and a full URL, and how to avoid broken query parameters.

5 min readUpdated 2026-06-29
UUID Generator: Random v4 IDs You Can Trust
Developer

UUID Generator: Random v4 IDs You Can Trust

Learn what UUID v4 identifiers are, why they are practically unique, and how to generate cryptographically random IDs in bulk.

4 min readUpdated 2026-06-29
Hash Generator: SHA-256 and Friends in Your Browser
Developer

Hash Generator: SHA-256 and Friends in Your Browser

Compute SHA-1, SHA-256, SHA-384, and SHA-512 hashes locally and learn when each algorithm is the right choice.

5 min readUpdated 2026-06-29
JWT Decoder: Read and Debug JSON Web Tokens
Developer

JWT Decoder: Read and Debug JSON Web Tokens

Decode a JWT header and payload, inspect claims like exp and iss, and understand why decoding is not the same as verifying.

5 min readUpdated 2026-06-29
HTML Entity Encode and Decode: Escape Safely
Developer

HTML Entity Encode and Decode: Escape Safely

Learn how HTML entities work, why escaping prevents XSS and layout breaks, and how to convert named, decimal, and hex entities.

5 min readUpdated 2026-06-29
Unix Timestamp Converter: Epoch to Human Time
Developer

Unix Timestamp Converter: Epoch to Human Time

Convert Unix timestamps to human-readable dates and back, handle seconds vs milliseconds, and work confidently across time zones.

5 min readUpdated 2026-06-29
Number Base Converter: Binary, Hex, Octal, Decimal
Developer

Number Base Converter: Binary, Hex, Octal, Decimal

Convert numbers between binary, octal, decimal, and hexadecimal with BigInt-safe precision for very large values.

4 min readUpdated 2026-06-29
Regex Tester: Build and Debug JavaScript Patterns
Developer

Regex Tester: Build and Debug JavaScript Patterns

Test JavaScript regular expressions with live highlighting, inspect capture groups, and learn the flags that change everything.

6 min readUpdated 2026-06-29
JSON to CSV Converter: Clean, Quoted, Two-Way
Developer

JSON to CSV Converter: Clean, Quoted, Two-Way

Convert JSON arrays to CSV and CSV back to JSON with correct quoting, escaping, and header handling for spreadsheets.

5 min readUpdated 2026-06-29
Color Contrast Checker: Pass WCAG AA and AAA
Developer

Color Contrast Checker: Pass WCAG AA and AAA

Check text and background contrast ratios against WCAG AA and AAA thresholds to build accessible, readable interfaces.

5 min readUpdated 2026-06-29
Cron Every 5 Minutes — and the Rest of Cron Syntax, Explained
Developer

Cron Every 5 Minutes — and the Rest of Cron Syntax, Explained

The five fields of a cron expression, the */5 pattern everyone searches for, and the day-of-week gotcha that surprises even experienced engineers.

6 min readUpdated 2026-07-04
Cron Expression Cheat Sheet — Copy-Paste Examples for Every Schedule
Developer

Cron Expression Cheat Sheet — Copy-Paste Examples for Every Schedule

Free cron expression cheat sheet with copy-paste examples for every 5 minutes, hourly, daily at midnight, weekdays only, and more.

6 min readUpdated 2026-08-09
Cron Every 10 Minutes — Syntax, Examples and Best Practices
Developer

Cron Every 10 Minutes — Syntax, Examples and Best Practices

Use the cron expression */10 * * * * to run jobs every 10 minutes, plus examples for common schedules and troubleshooting tips.

5 min readUpdated 2026-08-09
CSV to JSON Converter: Cleanly Convert Spreadsheets to JSON
Developer

CSV to JSON Converter: Cleanly Convert Spreadsheets to JSON

Convert CSV data to JSON objects or arrays, handle quoted fields and delimiters, and do it all privately in your browser.

6 min readUpdated 2026-08-09
YAML to JSON Converter: Transform Config Files Safely
Developer

YAML to JSON Converter: Transform Config Files Safely

Convert YAML config and manifest files to JSON online, with a real parser that preserves structure and keeps data local.

6 min readUpdated 2026-08-09
XML Formatter & Validator: Clean Up XML Quickly
Developer

XML Formatter & Validator: Clean Up XML Quickly

Beautify, minify and validate XML files online, while preserving structure for sitemaps, feeds, SOAP and config data.

6 min readUpdated 2026-08-09
JSON Escape and Unescape: Safely Format Strings for JSON
Developer

JSON Escape and Unescape: Safely Format Strings for JSON

Escape text for JSON strings or decode escaped JSON back to plain text, avoiding broken payloads and invalid syntax.

5 min readUpdated 2026-08-09
Markdown Previewer: Write Markdown and See HTML Instantly
Developer

Markdown Previewer: Write Markdown and See HTML Instantly

Preview Markdown live, generate clean HTML, and avoid formatting mistakes in READMEs, docs and blog drafts.

5 min readUpdated 2026-08-09
CSS Minifier & Beautifier: Shrink or Read Stylesheets
Developer

CSS Minifier & Beautifier: Shrink or Read Stylesheets

Minify CSS to reduce file size, or beautify minified CSS for readability — safely and privately in your browser.

5 min readUpdated 2026-08-09

Developer FAQ

Yes — every tool is free with no account required.

Most tools run entirely in your browser, so once the page loads they keep working without sending your data anywhere.