Blog

Home-View: See Your Phone's Photos on Your Laptop, No Cloud Involved

How Home-View turns your phone into a local web server, why it only works on your own network, and what the trusted-devices flow does.

September 14, 2026 · Maximilian Keppeler

The oldest question in photo apps is “how do I see these on my computer?” and the standard answer has been “upload them.” Home-View gives a different one: the phone serves them itself.

What happens when you tap Start

The app starts a small web server on the phone and announces it on the local network. The screen shows a QR code containing the address and a session token. On your laptop, tablet or TV, you scan the code or type the address, and the phone asks you to approve the new device. The browser then opens a viewer that browses folders, collections, people and search, and streams photos and videos straight from the phone.

Nothing is uploaded. The only bytes that cross the network go from the phone to the device in front of you.

Why it only works at home

Home-View refuses connections from public addresses. It stops itself when Wi-Fi drops, when the battery falls below a threshold you set, when the session duration ends, or after a period of inactivity. It is not remote access, and it does not try to be. The trade-off is deliberate: the safest server is one that only exists on your own network for as long as you need it.

Trusted devices

The first time a device connects, you approve it on the phone. Mark it trusted and it reconnects next time without the QR code, until you revoke it. The Trusted Devices screen lists every approved device and lets you remove one or all.

What is exposed

By default, hidden collections, biometric-locked collections and people are excluded. Toggles let you include them for a session if you want the whole library on the big screen.

Two honest notes

The connection uses plain HTTP on your local network, not HTTPS. Treat Home-View like any other device at home, not like a service on the internet.

The web viewer itself is a small bundle downloaded once from Firebase Hosting, then cached on the phone and served locally. Your media never passes through that server; it only delivered the viewer’s code.

Premium

Home-View is one of the six Premium features. Setup steps are in Set up Home-View on your laptop or TV, and the feature page is Home-View.

Features mentioned

More from the blog