CF
Main
Free · runs in your browser

Dev Tools

A small set of developer tools I built and actually use. Fast, no sign-up, and everything happens locally — your data never leaves your device.

Format

JSON Prettier

Format & beautify

Paste messy or broken JSON and get it clean and indented automatically, with syntax highlighting. Minify, copy, done.

Open tool
Validate

JSON Verify

Validate & locate errors

Check if your JSON is valid in one click. If it's broken, see the exact line and column with a pointer right at the problem.

Open tool
Compare

JSON Compare

Diff two documents

Compare two JSON documents — key order and formatting ignored. If they differ, see exactly which fields changed, by path.

Open tool
Encode

Base64

Encode & decode

Convert text to Base64 or decode it back in one click. Full Unicode and URL-safe support, with live conversion as you type.

Open tool
Auth

Auth Header

Encode & decode

Build or read an Authorization header. Encode a Bearer token or Basic credentials, or paste an existing header to decode the JWT payload or user:pass.

Open tool
Types

JSON to TS

Generate types

Paste JSON and get clean TypeScript interfaces instantly. Infers nested types, merges array shapes, and marks optional & nullable fields.

Open tool
Convert

Object to JSON

Object dump → JSON

Turn a logged object / map dump with unquoted keys & values into valid JSON — or a .env file, headers, or query string. Handles nesting, arrays, and types.

Open tool
Keys

SSH Keygen

Generate & download keys

Create an Ed25519 or RSA SSH key pair right in your browser and download it as a ready-to-use .zip, with copy-paste steps for where to put the files.

Open tool
Images

Image Paste

Upload → WebP → short URL

Drop an image, get a lightweight WebP and a short shareable URL with a live preview. Converted in your browser before upload — the original never leaves your device.

Open tool
100% client-side. Nothing you paste is ever sent to a server.