Hey HN, I built this because every online JSON formatter / password generator / Base64 tool I found was either:
(a) Loading 20+ trackers and 3MB of JavaScript for a tool that needs 5KB
(b) Sending my data to a server (why does a JSON formatter need a backend?)
(c) Requiring sign-up to use basic functionality
ToolPry is 15 tools, all pure client-side JS, no frameworks, each tool is a single HTML file. Uses Web Crypto API for password generation and SHA hashing. Total site size is ~50KB.
Feedback welcome — what developer tools do you wish existed as a clean, fast, no-BS web app?