About TinyWebTools
TinyWebTools is a collection of small, single-purpose web utilities. Each one does one job, does it immediately, and asks nothing of you first.
Why it exists
Most free online tools follow the same pattern. You upload a file to a stranger's server, wait behind a queue, accept a watermark or a page limit, and get pushed toward an account you did not want. For a holiday photo that may be tolerable. For a passport scan, a bank statement or a signed contract, it is not.
Nearly everything those tools do can be done by the browser you already have. So that is how we built ours.
How we build
- One tool, one job. No dashboards, no modes, no upsell between you and the answer.
- Client-side by default. If the job can be done in your browser, it is. Where a server is genuinely needed, the page says so plainly.
- No signup for the basics. Open the page, get your result, close the tab.
- Nothing kept. No file, text or result is stored on a server.
- Honest about limits. Where a tool trades something away, such as PDF compression turning text into an image, we say so before you use it rather than in the small print.
What powers it
The tools are plain HTML, CSS and JavaScript with no framework. Heavy libraries are loaded only after you choose a file, never on page load, which is why pages open instantly. PDF work uses pdf-lib and pdf.js, HEIC decoding uses libheif compiled to WebAssembly, and GIF encoding uses gifenc. All of it is served from our own domain rather than a third-party CDN.
What is next
New tools ship regularly, chosen from what people actually search for and complain about. If something you need is missing, tell us on the contact page and describe the job rather than the feature. That is usually enough to get it built.