Free Developer Tools
15 toolsFormat JSON, decode tokens, test regular expressions, generate UUIDs, and work with colours - free developer utilities that run in your browser.
About Developer Tools
These are the small utilities developers reach for every day. Beautify and validate messy API responses with the JSON Formatter, inspect a token with the JWT Decoder, build a pattern in the Regex Tester, or grab a UUID. Encoding tools for Base64 and URLs round out the kit.
Because everything runs client-side, code snippets and tokens you paste stay on your device - useful when you are working with anything sensitive.
Frequently Asked Questions
Do these tools send my code to a server?
No. They run entirely in your browser, so snippets, tokens, and data you paste are not uploaded.
Is it safe to decode a JWT here?
Yes - decoding happens locally and reads only the token's claims. As always, only inspect tokens you are authorised to handle.
Are the tools free with no limits?
Yes. Every developer tool is free to use with no sign-up or usage caps.