A modern web application for professional image compression and optimization.
- Upload and compress multiple images
- Adjustable compression quality and settings
- Real-time preview with before/after comparison
- Batch processing capabilities
- Download compressed images individually or as a zip
- Responsive design with dark mode support
- React 18
- TypeScript
- Vite
- Tailwind CSS
- Browser Image Compression API
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThis app is configured for deployment on Vercel. The build output is in the dist folder.
To deploy:
- Connect your GitHub repository to Vercel
- Vercel will automatically detect the configuration and deploy
- The app will be available at your Vercel domain