DEV Community
•
2026-04-07 18:20
Why I started building my own “simple tools” website
As developers, we often need very small utilities: format JSON, decode base64, generate hashes, convert timestamps…
But most websites offering these tools are overloaded with ads, trackers and login walls.
I wanted something:
clean
fast
distraction-free
So I started building https://quickeasy.tools
— a collection of minimal online tools that just work.
It’s a small side project, but I plan...