9 free tools

⚙️ Free Developer Tools

The small utilities you reach for a dozen times a week. All of them run locally in the browser — your JSON, your tokens, and your passwords never leave the machine you are sitting at.

How to get the most out of these

These are deliberately small: each does one thing you would otherwise script, search for, or do badly by hand. The JSON formatter validates with the browser's own parser, the password generator uses the cryptographic randomness your password manager uses, and the diff runs the same algorithm family as Git. Nothing here is a toy version of the real thing - for these narrow jobs, this is the real thing.

Local execution matters most in this category, because the things developers paste are the things that must not leak: API responses full of customer data, tokens, connection strings, passwords. Every tool on this page works offline once loaded. If you are ever unsure, open the network tab and watch - nothing leaves.

The limits are the flip side of the smallness: no JSON repair, no diff for binary files, no password vault. When a job outgrows the tool, the tool's own page says so and points at what to use instead.

Other tool categories