Developer Tools: Formatters, Encoders, Generators and Debugging Utilities
Little jobs. The kind I do twenty times a day and never, ever want to open a heavyweight app for. Pretty-print some JSON, or decode a JWT to see why auth keeps rejecting it. Sanity-check a cron line before it pages me at 3 a.m. and ruins a perfectly good night. Honestly, I think most online dev tools overthink this, so here mine just sit, all on one page. You paste something and read the answer. Then you close the tab. It all runs in your browser. Whatever you type stays on your machine.
Developer utilities
It all runs right here in the browser. No upload, no account. Nothing waiting on a server two timezones away. I built them around the work I actually do: chasing a broken API response until it makes sense, or wrestling a config that flat-out refuses to parse. Generating some value I need once and then forget by lunch. If you basically live in a terminal and a text editor (I do), these patch the small gaps those two leave open.













