About TheToolly
TheToolly is a collection of 29 small, single-purpose web tools — PDF utilities, image converters, short calculators, text helpers, and a handful of generators — built for the kind of task where opening a full desktop application would be absurd. You drop a file in, or type a number, and you get what you came for. No account, no email capture, no paid tier waiting three clicks in.
29 free tools
PDFs, images, video, audio, text, colour, OCR, calculators.
No signup
No accounts, no email required, no usage counters or daily limits.
Browser-first
27 of 29 tools run entirely in your browser. Two call a server — we say which.
Ad-supported
One AdSense ad per page pays the hosting bill. No paywalls.
What we actually do
Most of TheToolly runs as JavaScript inside your browser. When you open the
PDF merger, the PDF never leaves your laptop — the browser downloads a library
called pdf-lib, stitches your file together locally, and hands
back the result. The video compressor runs a WebAssembly build of FFmpeg; the
OCR tool runs Tesseract compiled to WebAssembly with a language model that
downloads once and then caches. For random numbers and passwords we use
crypto.getRandomValues — the same source browsers use for TLS.
None of this is magic; it's just the modern web doing heavy work client-side.
The two exceptions we need to be honest about
PDF to Word is not a browser-only tool. Converting a
layout-first format (PDF) into a flow-first format (.docx) with any quality
needs Python libraries that don't have good pure-JavaScript equivalents, so we
run pdf2docx on a small server. Your PDF is uploaded over HTTPS,
processed in memory, and discarded. The Grammar Checker sends
your text to the public LanguageTool API for analysis. If either of those
isn't acceptable for a given document, use a different tool or run them
offline — the other 27 tools do not contact any server with your data.
What TheToolly isn't
It isn't an AI product. The Text Summarizer uses classic TF-IDF sentence scoring, not a language model. The "AI Humanizer" is a find-and-replace for over-used AI phrases like "delve into" and "it's important to note" — it won't fool a real detector, and we say so on the page. The Plagiarism Checker is actually a local text-similarity comparer between two documents you paste yourself; it does not search the web. If a tool needs a caveat, the tool's own page says so in plain English rather than burying it in marketing copy.
How we pay for it
One Google AdSense ad slot per page. We use Google Analytics to see which tools people actually use so we can prioritise fixing them. Those are the only two third-party scripts on the site, and they're documented in the privacy policy. There are no pop-ups, no newsletter gates, no "you are using an ad blocker, please disable it" nags, no autoplay video, and no tracking beyond what Analytics and AdSense do by default.
Who makes it
TheToolly is maintained by a very small independent team. We don't have a sales pipeline, a content-marketing calendar, or an SEO writer on staff, so if a tool page feels plainly worded that's by design — we'd rather explain what a tool actually does than stuff a page with "unlock the power of" filler.
Get in touch
Bug reports, suggestions for new tools, or take-down requests all go to thetoollyy@gmail.com. If you want a tool added, the Suggest a Tool form opens a pre-filled email so we can actually read it. Contact details and a list of what we respond to live on the contact page.