A small tool for a simple problem
BlurIt was built because blurring sensitive details in an image should be a one-step thing.
Why this exists
Sharing a screenshot or a photo usually means hiding something first: a name, an address, a face, or a license plate. Most editors make that awkward — and many “free” image tools quietly upload the file you hand them.
BlurIt keeps it honest. Everything runs in your browser, so there is nothing to upload and nothing to trust us with. No account, no queue, no “processing on our servers”.
How it’s built
The site is a static Next.js application. Images are decoded with the browser’s ImageBitmap API, blurred with the Canvas API, and exported as PNG, JPG, or WebP — all locally. There is no backend and no database.
What we don’t do
- We don’t store your images.
- We don’t collect your personal information.
- We don’t claim to use AI or “magic” technology.
- We don’t require an account.
An honest note on blurring
Blurring makes a selected area unreadable, but it is not a guarantee against every conceivable reconstruction technique. For truly sensitive material, consider fully deleting the area from the exported image as well. We simply give you a private tool that does what it says.
Want to say hello or report a problem? hello@blurit.app.