11 practical tools

Free Developer Tools

Validate, encode, decode, test and inspect common developer data directly in the browser.

About these tools

Developer tools include JSON viewing, Base64 and binary conversion, URL encoding, JWT decoding, regular-expression testing, QR utilities, password generation and colour conversion.

When to use them

Use these tools for debugging API responses, preparing encoded values, checking patterns, inspecting tokens and creating small development assets.

Frequently asked questions

Does the JWT decoder verify signatures?

No. Decoding makes the header and payload readable but does not prove that the token is authentic.

Can JSON be valid but still wrong?

Yes. Syntax validation confirms that the JSON can be parsed; an API may still reject valid JSON when fields or value types do not match its expected schema.

Are generated passwords saved?

The Password Generator creates values in the browser. Copy them into a trusted password manager rather than storing them in an unsecured note.