Tivoku: Image Resizer
Resize images directly in your browser with Tivoku Image Resizer, a 100% client-side web application using Ffmpeg WASM.
#Website#Svelte

Tech Stack Showcase
This project was built using:
- Frontend:
- SvelteKit: For a reactive user interface.
- Tailwind CSS: For utility-first styling.
- Shadcn UI: For pre-built components and design consistency.
- Ffmpeg WASM : For image processing in the browser.
- Hosting:
- Self-hosted on Kubernetes: For container orchestration and management.
- Analytics:
- Plausible: For privacy-focused web analytics.
Project Description
Tivoku Image Resizer is a simple web application that allows users to resize images directly in their browser. It uses Ffmpeg WASM for image processing, enabling users to upload images and resize them without needing a server-side component. The application is 100% client-side, meaning all processing happens in the user’s browser, making it fast, efficient, and secure for the user. I know that there are many image resizers out there, but I have never built one myself, so I wanted to try it out.