About
This site exists to solve a specific annoyance: most "free" online photo and document tools quietly upload your file to a server first, then return the result. For something like a passport photo — literally biometric data — that's a strange thing to be casual about.
Every tool here runs the actual processing (AI background removal, image compression, PDF generation) inside your browser, using WebAssembly and the Canvas API. There's no upload step because there's nothing to upload to — the code that resizes your photo is the same code sitting in your browser tab right now.
The admin/suggestions/stats pieces of the site are the one exception: those use a small backend (Supabase) because a suggestion or a review has to land somewhere for anyone to read it. That backend never sees your photos, PDFs, or files — only the text you explicitly type into a feedback or review form.
Runs on your device
Processing happens in your browser, not on a server.
Nothing to leak
Files that never leave your device can't be part of a breach.
Free, no catch
No accounts, no subscriptions, no watermarks.