IT Tools
it-tools.techAn open-source collection of roughly eighty developer utilities in one interface — hash generators, UUID and ULID generators, crontab parsers, chmod calculators, token generators, colour pickers, and a long tail of converters. Everything runs client-side, and the whole thing ships as a Docker image, so a team that cannot send data to a public site can host it internally.
- Reach for it when
- A one-off utility that is too niche for us to build — a bcrypt hash, a MAC address lookup, an IBAN validator.
- The tradeoff
- Breadth without depth. It gives you the calculator and nothing else: no explanation of what the output means, no guidance on when the answer is misleading.