Web · May 2026 — present
Image Toolkit
Browser-native image tools
Founder & software architect
I designed the architecture and built image-toolkit, a web platform for image processing that runs entirely in the browser for core workflows—no server file uploads required for the main paths. Modular tools cover compression, conversion, resize, crop, visual adjust, icon packs, and background removal, with a focus on privacy, client-side performance, maintainability, functional scalability, and technical SEO.
More detail
- Built with Next.js 16, React 19, TypeScript, and Tailwind CSS as a modular toolkit of single-purpose utilities rather than a heavy desktop-style suite.
- Format support includes HEIC, JPG, PNG, WebP, and AVIF; batch processing with ZIP export for multi-file workflows.
- Performance path uses Web Workers, OffscreenCanvas, and WebGPU where available for intensive transforms, keeping previews and exports on-device.
- Product surface also includes AI-assisted flows (upscale, background and object removal), favicon/app icon generators, and editorial guides aimed at developers, designers, and marketers.
Stack
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS
- Web Workers
- OffscreenCanvas
- WebGPU