The 30-minute problem nobody talks about
Every night it was the same ritual in my house. We'd sit down, turn on the TV, open one streaming app, scroll. Open another app, scroll. Read three plot summaries, watch two trailers, lose interest. Twenty, thirty minutes gone — and we still hadn't pressed play. Some nights we just gave up and went to bed.
The streaming services have a perverse incentive here: the longer you browse, the longer you're "engaged." Their home screens are designed to show you everything, not to help you decide. The paradox of choice is a feature, not a bug.
I'm a developer, so eventually I did what developers do: I got annoyed enough to build something.
What I actually wanted
Not another catalog. Not another "trending now" row. I wanted to answer one question fast:
"Given how I feel right now, and the services I already pay for, what should I watch tonight?"
Three constraints mattered:
- Mood first. Some nights I want to laugh, some nights I want tension, some nights background comfort TV. Genre alone doesn't capture that.
- Only what I can actually watch. Recommending a movie that's locked behind a service I don't subscribe to is worse than useless.
- It has to work on the couch. This is a TV problem, so it has to work with a remote — D-pad navigation, big readable cards, no tiny touch targets.
That last one is why I built it for Android TV specifically. Most "what to watch" tools are phone apps or websites. But the decision happens in front of the TV, remote in hand.
How PinpoinTV works
The flow is deliberately short — three taps to a pick:
- Pick your mood (How are you feeling? — e.g. light & funny, tense, cozy, epic).
- Pick a genre / content type (movie or series, and the vibe).
- It uses AI to generate a tailored recommendation — filtered to the streaming subscriptions you've told it you have, and to your country's availability.
You get a concrete pick with the poster and details, not a wall of 200 thumbnails. If it's not the one, you're one click from the next.
Under the hood it's a React Native app on the new architecture, talking to an AI backend that does the recommendation reasoning, with poster/details enrichment (TMDB) so the result looks like a real choice, not a text blob.
What I learned building for Android TV
- The remote changes everything. Focus states, D-pad order, and big hit areas aren't polish — they're the whole UX. A layout that's lovely on a phone is unusable from the couch.
- Less is the feature. Every extra option I added made the app worse. The win was showing one good pick fast, not a better grid.
- "Only on my subscriptions" is the killer feature. It's the difference between a fun toy and something you actually use on a Tuesday night.
Try it (and tell me what's missing)
PinpoinTV is free on Google Play for Android TV: https://play.google.com/store/apps/details?id=com.leonidster.moviesrecommenderreactnative
Landing page + 2-min demo: https://leonidster.github.io/pinpointv-site/
I'm still actively improving it, and honestly the most useful thing right now is blunt feedback. If you've ever lost half an evening to the scroll, I'd love to know whether this fixes it for you — and what would make it a daily habit.
Built by one person to solve one annoying problem. If it saves you even one "we spent longer choosing than watching" night, it did its job.
Top comments (0)