About
A small developer toolbox with a practical purpose
TinyDevTools focuses on the little text problems that interrupt development work: repeated lines, blank lines, inconsistent whitespace, ordering, and quick duplicate checks.
Why these tools?
Many cleanup tasks are too small to justify installing a package or writing a one-off script, yet too repetitive to do comfortably by hand. TinyDevTools provides focused browser utilities for those moments.
How the current tools work
The five text tools use client-side JavaScript. Input is read by the page, transformed in the browser, and written to the output field. There is no TinyDevTools endpoint that receives the text for processing.
Development philosophy
- Make the tool useful before optimizing it for search.
- Document actual behavior, including edge cases.
- Prefer small, understandable implementations.
- Build something a developer would bookmark even if there were no ads.