Skip to main content
oriz

About oriz

oriz is a collection of free, browser-based image tools built with one mission: make powerful image processing accessible to everyone while respecting your privacy.

Why We Built This

Most online image tools require you to upload your photos to their servers. This means:

  • Your data leaves your device
  • You trust a company with your personal images
  • Processing can be slow due to upload/download times
  • The service might track you or show ads based on your uploads

Our Approach

All processing happens on your device. Using modern web technologies like WebAssembly and the Canvas API, we can compress, resize, convert, edit, and enhance images entirely in your browser.

Your images never travel over the network. This makes oriz:

  • 100% private - we literally never see your images
  • Lightning fast - no upload/download wait times
  • Works offline - use tools even without internet after initial load
  • Free forever - no servers means minimal hosting costs

Who Built This

oriz is built and maintained by Chirag (chirag127). It started as a personal project to solve common image editing needs without the privacy tradeoffs of existing tools.

The project is open source. Find us on GitHub.

Technology

Built with Astro, React, and Tailwind CSS. Hosted on Cloudflare Pages for global performance. All image processing uses browser-native APIs and WebAssembly.