Search tools

Find a tool by name or what it does.

Developer tools

Free online developer tools that run entirely in your browser. Format and validate JSON, encode and decode Base64, decode JWTs, generate hashes and UUIDs, and encode URLs without sending anything to a server. Fast, private, and free.

All developer tools

Frequently asked questions

Is my data sent to a server?
No. JSON formatting, Base64 conversion, JWT decoding, hashing, UUID generation, and URL encoding all run locally in your browser. Tokens, payloads, and secrets never leave your device.
Which developer tools are available?
A JSON formatter and validator, Base64 encode and decode, a JWT decoder, a hash generator, a UUID generator, and URL encode and decode, with more added over time.
Is it safe to decode a JWT or hash sensitive values here?
Yes. The JWT decoder only reads the token client-side to show its header and payload, and never verifies or stores it remotely. Hashing also runs entirely on your device, so nothing is transmitted.
What hash algorithms and UUID versions are supported?
The hash generator covers common algorithms such as MD5, SHA-1, and SHA-256, and the UUID generator produces standard random identifiers ready to copy.
Are the developer tools free?
Yes. Every developer tool is free to use, with no account, no sign-up, and no rate limits.