Runs in your browser · No sign-up · Nothing uploaded

Developer tools that
keep your data local

JSON, JWT, hashing, regex, timestamps, format conversion, images and colors — paste and go, with nothing left behind when you close the tab. 118 of the 122 tools run entirely in your browser; only 4 of them (DNS, IP, response headers and TLS certificates) go through a server proxy, because those simply cannot be done from a page.

Tools
122
Categories
8
Run locally
118
Sign-ups
0
Try it right here
Input
Output
Valid JSON · nothing left the browserOpen the full tool

01Browse by category

Eight categories covering the odd jobs you hit every day

Categories follow how people actually search, not how the code is organised. Open one to see every tool it contains.

All tools
01

Formatters & Validators

Formatters & Validators

Turn messy or minified structured text into something readable, and pinpoint syntax errors.

JSON FormatterJSON ValidatorJSON Viewer

15 live / 15 planned

02

Converters

Converters

Convert both ways between two data formats, or between type definitions in two languages.

JSON to YAML ConverterYAML to JSON ConverterJSON to CSV Converter

21 live / 21 planned

03

Encoding & Crypto

Encoding & Crypto

Base64, URL and hex encoding, plus hashing, symmetric and asymmetric encryption, and token inspection.

Base64 Encoder & DecoderFile to Base64URL Encoder & Decoder

21 live / 21 planned

04

Generators

Generators

Generate IDs, passwords, fake data, QR codes and common project config files.

UUID GeneratorULID GeneratorNanoID Generator

15 live / 15 planned

05

Text & Diff

Text & Diff

Compare text, debug regular expressions, switch naming conventions and clean up content in bulk.

Text Diff CheckerJSON DiffRegex Tester

13 live / 13 planned

06

Date & Number

Date & Number

Convert timestamps and time zones, read cron expressions, and change number bases and units.

Unix Timestamp ConverterTimezone ConverterDate Difference Calculator

9 live / 9 planned

07

Network & Web

Network & Web

Parse URLs and request headers, look up status codes and MIME types, plan subnets and write site config.

HTTP Status CodesURL ParserMIME Type Lookup

15 live / 15 planned

08

Image & Color

Image & Color

Compress and convert images, convert between color spaces, check contrast ratios and generate CSS visuals.

Image CompressorImage Format ConverterImage Resizer

13 live / 13 planned

03Design principles

Three rules that shaped this site

The work happens in your browser

Almost every tool uses nothing but native browser capabilities: Web Crypto for hashing, Canvas for image processing, DOMParser for XML. The handful of network tools that genuinely require a connection are labelled "via server proxy" right on the page, not glossed over.

Tool first, explanation below

Someone searching for "JSON formatter" wants to paste something immediately, not read a tutorial first. Every tool page puts the workspace above the fold with a fullscreen side-by-side view; the explanation, code samples and troubleshooting notes sit underneath.

Every tool ships with real documentation

Not just an input box: each page has a short definition, step-by-step instructions, equivalent JavaScript / Python / Shell code, the causes and fixes for common errors, and answers to the questions people actually ask.

Before you paste anything sensitive

You can verify the "stays in your browser" claim yourself

Open your browser's network panel, then paste and process something on any tool page. Apart from the page's own static assets, you will not see a single request carrying your input.