A privacy-first suite of online image tools. Free tools run entirely in your browser. Pro AI tools name the specific model running underneath. Built by one person, maintained openly.
Most online image tools push you toward an upload — even when the compression or resize could happen in your browser in milliseconds. They gate small features behind opaque credit systems, hide which AI model is actually running, and decorate landing pages with testimonials that nobody can verify.
ImageSuite started in 2026 as a reaction to that pattern. The goal: rebuild the standard tools (compress, resize, crop, convert, PDF, watermark, blur, color picker, meme maker, collage) as fast, private, browser-side tools — and pair them with AI tools that tell you which model is doing the work and charge a flat monthly price instead of credits.
Compress, resize, crop, rotate, convert, watermark, blur, filters, color picker, meme maker, collage, photo editor, image-to-PDF, PDF-to-image, PDF merge, PDF split, auto-enhance, and favicon generator all run as client-side JavaScript.
Your image is loaded into the browser, processed using HTML5 Canvas / WebAssembly / pdf-lib, and the result is downloaded. Nothing is uploaded to a server. You can verify this in your browser's Network tab — there's no outbound request when you process an image.
AI features need GPUs, which means a server call. ImageSuite forwards your image to Replicate — a model-hosting platform — runs the named model, and returns the result. We don't retain the image; Replicate's retention policy applies to the inference call.
Every Pro tool's UI tells you which model is running so you can compare against the original paper or self-host it.
Free tools process your image locally — no upload. Pro tools forward to Replicate only when an AI run is unavoidable, and we don't store the image on our side.
Pro is a flat $9/month. You don't burn through credits per generation. We may add fair-use limits if abuse becomes a problem, but the default is "use the tools you signed up for".
Every AI tool names the exact Replicate model it calls — Real-ESRGAN, BRIA RMBG-2.0, CodeFormer, DDColor, FLUX, Wan, LAMA, Florence-2. No "powered by AI" hand-waving.
No invented user counts, no fabricated testimonials, no "trusted by Fortune 500" filler. If a number appears on this site, it reflects something real.
Pro features are wrappers around open-source or commercially licensed models hosted on Replicate. None of these are ours — credit goes to the original authors. ImageSuite handles input normalisation, model selection, async polling for slow models, and UI.
ImageSuite is a solo indie project — one developer, no investors, no marketing team. That has real trade-offs: feature requests land faster than at a larger company, but coverage is narrower (some niche tools won't exist until there's a clear ask). Bug reports get a personal reply, usually within a day.
The stack is Next.js 15 (App Router), TypeScript, Tailwind, Clerk for auth, Stripe for billing, Supabase for storage and rate limiting, and Replicate for AI inference. Hosted on Netlify. None of that is secret — view-source confirms most of it.
Bug reports, feature requests, pricing questions, or just curious about how a tool works? Email is the fastest path. I read everything personally.
support@imagesuite.ioAlso: Help Center · Privacy Policy · Terms