
Developer utilities
Just Tools
Small tools. Useful answers. Right in your browser.
The problem
Everyday development needs quick ways to format data, inspect text, and prepare prompts.
My implementation
I develop a collection of browser utilities with processing logic separated from the interface. The JSON formatter validates and formats input locally, with dedicated regression tests.
Try it / inspect it
Open the JSON formatter, paste an example, and format or minify it. Inspect the source to see how the tool logic is kept independent of the UI.
