About SMToolsAI

SMToolsAI is a collection of 103 small utilities that do one job each and do it in your browser. No account, no upload, no watermark. This page explains who builds it, how it pays for itself, and the reasoning behind the one decision that shapes everything else.

The problem this exists to solve

Most everyday computer problems are small and irritating rather than difficult. A photograph is in a format the upload form refuses. A PDF is two megabytes over a submission limit. An essay is thirty words too long. A JSON response is unreadable because it arrived on one line.

None of these deserve a software licence, a twenty-minute install or an account with a password you will reuse. They deserve a web page that opens, does the thing, and gets out of the way. That is the entire brief SMToolsAI was built against.

Why nothing is uploaded

Almost every free online converter works the same way: you upload your file, a server processes it, and you download the result. It works, and it means your document sat on a computer you do not control, for a length of time you cannot verify, subject to a retention policy you did not read.

For a holiday snap that hardly matters. For a signed contract, a bank statement, a medical letter, an unreleased design or a client's confidential report, it matters a great deal. So we built the site the other way round.

Every tool here runs inside your browser tab. Your file is read into memory using the File API, processed with the Canvas API or a JavaScript library already loaded in the page, and handed back to you as a download. No network request carries your data. You can watch this yourself: open your browser's developer tools, switch to the Network tab, and convert something. Nothing goes out.

The clearest proof is that most tools keep working with your connection turned off, once the page has loaded.

What that choice costs

Honesty about trade-offs is more useful than marketing. Running in the browser has real disadvantages, and we would rather state them than pretend otherwise.

  • Very large files are limited by your device's memory rather than by a server farm.
  • Some formats cannot be decoded outside particular browsers, HEIC and TIFF being the well-known cases, and the affected pages say so plainly.
  • Batch work is as fast as your own hardware, which on an older phone means slower.
  • A few operations that a server does trivially, such as cracking an unknown PDF password, are simply not possible here, and we will not pretend they are.

We think the trade is worth it. Where a tool cannot do something, the page says so rather than failing quietly and leaving you to guess.

How the site is paid for

Advertising, and nothing else. There is no premium tier, no credit-card form and no feature held back to push you towards one. Every setting on every tool is available to everyone from the first visit.

We are not selling data, because there is no data to sell. The tools never receive your files, and the site has no accounts, no sign-up form and no email list. What advertising does mean is third-party cookies from the ad network, which is set out properly on the privacy policy page.

How it is built

Static HTML, plain CSS and vanilla JavaScript. No framework, no build step, no backend. Pages are small and load quickly because there is very little to load, and the few third-party libraries in use are fetched only on the pages that need them, only when you press the button.

That is an unfashionable choice in 2026 and a deliberate one. A utility page should not ship a megabyte of framework to draw a file input. It also means the site will keep working for a very long time without maintenance, which matters for something meant to be a permanent bookmark.

What we will not do

A short list, because these are the promises worth holding us to. We will not add accounts. We will not add a paid tier that removes settings from the free one. We will not watermark your output. We will not add a tool that requires uploading your file to make it work, however popular that tool might be. And we will not claim a capability the code does not have.

If you find somewhere the site falls short of that, the contact page is the place to tell us. Corrections to the written guidance are as welcome as bug reports, and both get read.

Where to start

The full directory lists everything by category, and the search box on the homepage finds a tool by name, by file format or by the task you are trying to finish. The busiest pages are the image compressor, merge PDF and the word counter, which is a fair summary of what most people need most days.

Common questions

Who is behind SMToolsAI?

A small independent team that builds and maintains the site. There is no venture funding and no parent company. The contact page reaches us directly.

Is SMToolsAI really free, with no catch?

Yes. All 103 tools are free with no usage cap, no trial and no locked settings. Advertising pays for the hosting, and that is the entire business model.

How can you offer this without charging?

The site is cheap to run. Because processing happens on your device rather than ours, there are no conversion servers to pay for. Static hosting for a site this size costs very little.

Can I suggest a tool that is missing?

Please do. Suggestions go through the contact page. The one condition is that a tool has to be possible without uploading your file, or it does not belong here.

Can I use the tools for commercial work?

Yes. Convert client images, prepare documents for paying customers and use the output commercially. There is no licence restriction on what you produce.