I’ve added a new section to this site: Dev Tools. It’s a collection of free, browser-based utilities for developers.
So far, there are five tools:
The formatters run entirely in your browser. The HTTP server script runs locally on your machine.
I use formatters like these all the time during development. Most of the online options are cluttered with ads or require unnecessary sign-ups. I wanted something minimal that just works.
Since this site is already running on Hugo, it was straightforward to add interactive tools alongside the blog. Each tool is a single page with its own JavaScript — no frameworks, no build complexity.
I plan to add more tools as I find myself reaching for them in my daily work. If you have suggestions, feel free to let me know.
You can find all available tools on the Dev Tools page.