Like most developers, I have a handful of small utilities I reach for every
day — formatting JSON, decoding a JWT, generating a UUID, testing a regex.
For years I just googled "json formatter" and pasted my data into whatever
site came up first. Then one day I caught myself pasting a production JWT
into a random online parser that POSTs everything to its server. That felt






