How I Built a Free Image Toolkit : freeimgkit (Next.js + WebAssembly)
I recently launched FreeImgKit — a collection of free Here's what I built and the technical decisions behind it. FreeImgKit has 6 tools: Image compressor (JPG, PNG, WebP) Image resizer with aspect ratio lock Photo cropper with preset ratios Format converter (PNG↔JPG↔WebP) Social media resizer (all platform presets) AI background remover Most image tools upload your file to a server, Privacy — your images are stored on someone's server Speed — upload time adds latency I decided everything would r


