Skip to the tool

Privacy

The short version: your files never leave your device, and I don't know who you are.

Your files

Every tool on Snipsmith runs as JavaScript inside your browser. When you select an image, it is read from your disk into your browser's memory, processed there, and written back out as a download. There is no server-side component, so there is nothing for me to store, log, or leak. You can verify this yourself: open your browser's developer tools, switch to the Network tab, and use a tool. You will see no upload requests. Turning off your internet connection after the page loads also works.

Cookies and accounts

There are none. No sign-up, no login, no tracking cookies, no advertising pixels. The only thing stored on your device is a single browser preference remembering whether you chose light or dark mode.

Analytics

If analytics are ever added, it will be a privacy-friendly, cookie-free service that records page views in aggregate and nothing about you personally. No third party gets access to anything you put into a tool, because nothing you put into a tool ever leaves your browser.

Hosting

The site is a set of static files on a CDN. Like any web server, that CDN sees the usual request metadata (IP address, browser, requested page) needed to deliver the page to you. That is the full extent of the data involved.