IT-Tools

Developer Tools Collection
IT-Tools is a collection of handy online tools for developers, with all processing done client-side for privacy and speed.
Key Features
- Encoding and decoding tools
- Text manipulation
- Network utilities
- Cryptography tools
- Data generators
- All client-side processing
Why I Use It
IT-Tools is the utility belt I reach for when I need to do something small and specific — convert a timestamp, encode or decode a string, generate a UUID, format some JSON, check a regex, or any of the dozens of other one-off tasks that would otherwise send me searching for a website or writing a quick script. Everything runs client-side in the browser, so nothing is sent anywhere. Self-hosting it means it is always available even without internet access, which matters more than I expected. It is one of those tools that seems minor until you have it available everywhere and realize how often you use it.
Links: GitHub