Skip to content

Free ยท client-only ยท no sign-up

Developer tools.

Format JSON, decode JWTs, generate QR codes, keypairs and passwords. Everything runs in your browser โ€” nothing is uploaded.

Formatters

JSON formatter

Pretty-print, minify and validate JSON with exact error pointers. Pasted text never leaves this tab.

JSON ยท Validate

Formatters

HTML / CSS formatter

Tidy indented markup or minify it for shipping. Handles inline CSS and void elements.

HTML ยท CSS

Encoders

Base64 encode

Encode and decode text or files with UTF-8 support and URL-safe mode. Auto-updates as you type.

UTF-8 ยท File

Encoders

URL encoder

Percent-encode full URLs or single components, and split query strings into a readable table.

RFC3986

Encoders

JWT decoder

Read a JWT header and payload offline with expiry checks. Signatures are decoded, never verified here.

JOSE ยท Offline

Generators

QR generator

Text, URL, phone or Wi-Fi credentials to a scannable QR. Download as PNG or SVG.

Canvas ยท Offline

Generators

UUID v4

Bulk RFC-4122 v4 identifiers with cryptographically secure randomness. Copy as list, JSON or CSV.

Bulk ยท Copy

Generators

Password generator

Random or memorable passwords with an entropy meter. Built on WebCrypto randomness.

xkcd ยท 128-bit

Security

Keypair generator

RSA, EC (P-256/384/521) and AES keys via WebCrypto. Private keys stay masked until you reveal them.

PEM ยท JWK

Converters

Timestamp converter

Unix seconds or milliseconds to ISO, UTC and relative time โ€” with automatic unit detection and bulk rows.

Epoch ยท TZ

Converters

JSON to TypeScript

Infer TypeScript interfaces from JSON, with optional Zod schemas. Interface or type-alias output.

TS ยท Zod

Converters

Markdown to DOCX

Convert Markdown to a real .docx file with headings, lists, tables and code. Built lazily in your browser.

DOCX ยท Offline

Converters

Markdown to PDF

Markdown to a print-ready PDF with selectable text โ€” styled preview, then your browser's Save as PDF.

A4 ยท Print

Converters

JSX to HTML

HTML to JSX is near-lossless; JSX to HTML covers presentational components. Includes a live render check.

Babel ยท Preview

Converters

Mermaid diagrams

Paste Mermaid code โ€” flowcharts, sequence diagrams and more render live. Export SVG, PNG or JPG, transparent or themed.

SVG ยท Export

Text & CSS

Regex tester

Live JavaScript regex matching with flags, capture-group tables and a cheatsheet. Input-capped for safety.

JS RegExp

Text & CSS

Color contrast

HEX, RGB or HSL pairs checked against WCAG 2.2 โ€” AA/AAA badges plus the nearest passing shade.

WCAG 2.2

๐Ÿ”’ Privacy โ€” runs 100% locally

No uploads ยท no cookies ยท works offline after load. View Source if you don't believe it.

FAQ.

Is my data uploaded anywhere?

No. Every tool runs on Web APIs in this tab (TextEncoder, Canvas, SubtleCrypto, FileReader). The page works offline after first load โ€” try it with Wi-Fi off.

Which tool should I start with?

JSON formatter and QR generator cover the most daily jobs. Keypair generator and Markdown export are the heavyweights for crypto and docs work.

Can I use generated keys and passwords in production?

Passwords and UUIDs are WebCrypto-grade and safe anywhere. Generated private keys are fine for development; for production-critical infrastructure prefer ssh-keygen or openssl in a locked-down environment.

Do the tools work on mobile?

Yes โ€” every panel stacks vertically under the lg breakpoint, toolbars wrap, and touch targets stay at 48px minimum.