Professional. Private. Powerful. AI-driven Image Tools in your Browser.
Tuziyo is a modern web application providing a suite of professional-grade image editing tools powered by state-of-the-art AI. Designed with privacy-first principles, all processing happens locally in your browser using WebGPU and WASM technologies.
- 🪄 AI Inpainting: Remove unwanted objects or restore missing parts of images with advanced neural networks (MI-GAN).
- 📐 Expert Resizer: Batch resize images with precision, supporting both pixel and percentage scaling with aspect ratio locking.
- ✂️ Precision Crop: Pixel-perfect cropping with presets for social media (16:9, 4:3, 1:1, etc.).
- 🔄 Smart Converter: Instantly convert images between formats (HEIC, PNG, JPG, WebP) with batch support.
- 🔒 100% Private: Your images never touch any server. Everything is processed locally on your machine.
- 🔥 High Performance: Hardware-accelerated results via WebGPU and highly optimized WASM modules.
- Framework: React Router v7 (Framework Mode with SSR)
- Runtime: Bun
- Deployment: Cloudflare Pages (SSR via Pages Functions)
- Styling: Tailwind CSS 4.0
- Icons: Lucide React
- AI Engine: ONNX Runtime Web (WebGPU/WASM)
- Image Processing: Canvas API, heic2any, JSZip
You will need Bun installed on your machine.
# Clone the repository
git clone https://github.com/ledboot/tuziyo.git
# Navigate to the project directory
cd tuziyo
# Install dependencies
bun install# Run the development server
bun dev# Build the project
bun run build
# Preview the Cloudflare deployment locally
bun startThis project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by ledboot