Skip to content

The Photo Feed

The feed is where you see photos shared by you and your circles.

BrightBlur uses server-side rendering to load your feed metadata instantly. You’ll see captions, timestamps, and pixelated placeholders before any decryption starts — so the page feels fast even on slow connections.

As you scroll, BrightBlur automatically:

  1. Identifies which face slices you have permission to decrypt.
  2. Fetches the encrypted slices and the required keys.
  3. Decrypts them in your browser.
  4. Composites the clear faces over the pixelated regions in the base image.

This happens in real time, entirely on your device. The server never sees the unblurred result.

Tap any photo to see it full-screen. From the detail view, you can:

  • View the caption and date.
  • See which faces you have access to (and which are still pixelated).
  • Add comments.
  • Request access to a pixelated face.
  • Download the decrypted version of the photo.

Photos you’ve already viewed are cached locally, so they load instantly on repeat visits without re-downloading or re-decrypting. The cache is cleared when you log out.