About

Built for people who care about their images.

Reshrimp is a free, open source image processing tool that runs entirely in your browser.

The story

Most online image tools require uploading your photos to someone else's server. That means trusting a third party with your personal images, waiting for uploads and downloads, and dealing with file size limits and account requirements.

Reshrimp was built to prove that you don't need any of that. Modern browsers have everything needed to resize, convert, and compress images — the Canvas API, Blob handling, and efficient JavaScript engines. Why send data across the internet when your computer can handle it locally in milliseconds?

Tech stack

Astro Static site framework
TypeScript Type-safe processing logic
Canvas API Browser-native image processing
Tailwind CSS Utility-first styling
GitHub Pages Free static hosting
Vitest Unit testing framework

Contributing

Reshrimp is open source under the MIT license. Contributions of all kinds are welcome — bug fixes, new features, documentation improvements, or just feedback.