About MyTools
MyTools is a small collection of everyday IT and web utilities — an IP subnet calculator, JSON formatter, password generator, QR code generator, and a couple dozen others — built to be fast, free and usable without creating an account.
Why we built this
Most "online tool" sites bury a simple utility under ads, trackers and multi-step sign-up flows. MyTools does the opposite: pick a tool, use it, done. Almost every tool runs entirely in your browser, so your input is never uploaded anywhere.
How it's built
The site is static HTML, CSS and vanilla JavaScript — no framework, no build step, no client-side tracking scripts. The two tools that genuinely need a server (DNS Lookup and the HTTP Headers Checker) are powered by small serverless functions that make the request on your behalf and immediately return the result, with no logging of what you looked up beyond standard, temporary infrastructure logs.
No accounts, ever
There is no login, no user database and nothing to sign up for. Every tool is available to every visitor, instantly.
Feedback
Found a bug or have an idea for a new tool? Open an issue on our GitHub page.