OOnDevice

Free Developer Tools Online

Developer tools that run on your computer — format JSON, test regular expressions, decode JWTs, encode Base64, and more. Nothing uploads. Works on bad wifi or no wifi.

Quick browser-based utilities for everyday development tasks — format and validate JSON, test regular expressions with live match highlighting, decode and inspect JWTs, encode or decode Base64 strings, convert UNIX timestamps, generate UUIDs, minify CSS and JavaScript, and create cron expressions. Everything runs on your computer, which matters when debugging production tokens, sensitive config files, or API payloads you would rather not paste into an online service. The full developer toolkit is below.

Frequently asked questions

Is it safe to paste a JWT or API token here?
Yes. JWT Decoder and all other dev tools run entirely in your browser. Tokens are not transmitted anywhere — you can verify this in DevTools Network tab, which will show zero outgoing requests when you use the tools.
Does the JSON formatter validate schema or just syntax?
It validates syntax (RFC 8259) and pretty-prints with configurable indentation. Schema validation against a JSON Schema definition is not currently supported.
Can I use these tools in a corporate environment with strict firewall rules?
Yes. After the initial page load, the dev tools make no outbound network requests. They will function on air-gapped machines as long as the page is cached.