7 tools
Developer tools
Free developer tools that run in your browser: JSON formatter, Base64 and URL encoders, JWT decoder, hash and UUID generators, and a regex tester.
About these developer tools
These developer tools cover the small, repetitive jobs that interrupt real work: making a minified API response readable, checking whether a token has expired, turning a string into Base64 for a header, or confirming that a regular expression matches the lines you expect. Each one opens instantly, needs no account, and processes your input with standard browser APIs such as JSON.parse, TextEncoder, crypto.subtle and RegExp.
Nothing you paste is uploaded. That matters for developers because the inputs are often production tokens, customer records or internal URLs. You can open any of these pages, disconnect from the network, and keep working. Every tool also explains its edge cases in a short FAQ, so you can check a detail like Base64 padding or JWT clock skew without leaving the page.