About ImageSuite

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.

Why ImageSuite exists

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.

How the tools actually work

Free tools — in your browser

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.

Pro AI tools — via Replicate

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.

What we stand for

Privacy by default

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.

Flat pricing, no credit games

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".

Model transparency

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 fake social proof

No invented user counts, no fabricated testimonials, no "trusted by Fortune 500" filler. If a number appears on this site, it reflects something real.

The AI models running under Pro

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.

  • Image generation: FLUX Schnell (black-forest-labs/flux-schnell)
  • Upscaling 2×/4×/8×: Real-ESRGAN (nightmareai/real-esrgan)
  • Background removal: BRIA RMBG-2.0 (851-labs/background-remover)
  • Photo restoration: CodeFormer (sczhou/codeformer) for faces, Microsoft "Bringing Old Photos Back to Life" for damage
  • Colorize B&W: DDColor (piddnad/ddcolor)
  • Cartoonify: face-to-many (fofr/face-to-many)
  • Photo → video: Wan 2.2 i2v-fast (wan-video/wan-2.2-i2v-fast)
  • Object removal: LAMA (allenhooo/lama)
  • Background replacement: BRIA + FLUX Fill Pro (black-forest-labs/flux-fill-pro)
  • OCR (image → text): Florence-2 (lucataco/florence-2-large)
  • Passport photo: BRIA for background + canvas composition for country-spec sizing

Who builds this

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.

Recent + what's next

Shipped recently

  • · PDF Merge + PDF Split (in-browser)
  • · Auto-Enhance one-click photo fix
  • · Favicon Generator (all sizes + manifest)
  • · AI OCR (Florence-2)
  • · AI Passport Photo (8 country presets)
  • · Dark mode across every page
  • · Bug fix: /upscale GPU-memory failures on large inputs
  • · Bug fix: /colorize AVIF/WebP/HEIC decode crashes

In progress / on the list

  • · End-to-end QA across every tool with real photos
  • · More AI Pro tools as new models stabilize on Replicate
  • · Better mobile editor performance
  • · Public API for developers (early roadmap)
  • · More long-form guides in the blog

Get in touch

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.io

Also: Help Center · Privacy Policy · Terms