Most "free" TV remote apps make you pay a weekly subscription. So I built one that's actually free — and it auto-skips Netflix intros by watching your screen with the camera.
Hey r/SideProject 👋 Full disclosure: solo dev, this one's mine.
You know those "free" TV remote apps that work for about three taps, then demand a weekly subscription? (A weekly sub. For a remote.) That's what set me off. So I built the opposite of that.
LazyBinger turns your iPhone into a universal remote for ~12 TV brands — Apple TV, Roku, Fire TV, Samsung, LG, Sony, Google TV, Vizio, Hisense… The entire remote is free forever: no account, no weekly sub, nothing ever leaves your Wi-Fi. The exact thing other apps paywall is just… free here.
Then I got carried away:
- 📺 It auto-skips intros for you. Prop the phone facing the TV and it watches the screen through the camera. When "Skip Intro" or "Next Episode" shows up, it reads the text on-device (Apple's Vision OCR) and fires the tap to your TV. You literally do nothing. (Started with image/template matching → nightmare. Switched to text-only OCR with fuzzy matching + a "the word has to dominate its line" rule, so a subtitle like "we should skip ahead" doesn't trigger it. Way more robust.)
- 🎙️ Voice control. Say "play", "pause", "mute", "night night" — yep, "night night" turns the TV off. On-device speech that keeps listening even with the phone locked, screen off.
- 🔒 It runs from your Lock Screen. While it's listening you get a Lock Screen + Dynamic Island card — your last command, the connected TV, and a mini-remote (arrows + OK) — so you can run the TV without unlocking or even opening the app.
- ⌚ The whole remote's on the Apple Watch too, for when reaching for the phone is simply too much.
Everything runs on-device — no server, no account, the camera records nothing.
Two honest caveats, because someone will ask: leaning on the camera + mic chews through battery, so I keep the phone plugged in and propped up for a binge. And voice can occasionally false-trigger on TV dialogue (a character says "pause" and… well, pause) — setting your own longer, custom magic words shuts that down.
The remote and the Watch app are free forever. The camera auto-skip and voice control are the paid upgrade, and there's a one-time lifetime option, not just a subscription — I'm not about to become the thing I built this to escape 😅
Clip below is the auto-skip doing its thing in one continuous shot. Happy to take any questions or feedback — what would actually make this useful for your binges? Link's in the comments 👇