TvRecommendationBridge

Google TV Recommendation Bridge

Visit Website
September 3, 2026 Built and shipped an Android TV app in under 3 weeks — priced as a one-time payment instead of a subscription

Started this on July 20th because Google TV's recommendations kept opening the wrong app for me — click a movie, it lands in whatever random app instead of the one I actually watch things in (Stremio, Nuvio, Plex, etc). Built TvRecommendationBridge to fix that: it catches the click (or a voice search result), identifies the title, and opens it directly in Nuvio, Stremio, WuPlay, Plex, Jellyfin, or Wholphin — whichever you've picked.

Two things worth being upfront about, since I get asked constantly:

I built almost all of this with Claude Code. I make the product/pricing decisions, do all the real-device testing (own TCL TV, which turned out to have its own special background-kill restrictions to fight), and catch what's actually broken vs. working as intended — but the implementation itself is mostly AI-written at this point. Not something I hide when asked directly.

Priced as one-time €4.99, not a subscription. 2-day free trial, no card needed. Didn't want to add another recurring charge to something people already pay for streaming apps on top of.

What started as a simple redirect grew fast: it now has a Trakt-style layer (watchlist, history, continue-watching, next-episode dates, cross-referenced recommendations), and I just shipped a referral program — invite a friend, get free trial days once they actually use the app (not just install it), more if they buy, and a free Lifetime license after 10 paid referrals.

Posted this on a few subreddits already and got some pushback on the AI-usage and the paid model — fair reactions, but also confirmed people will actually engage with a redirect tool like this if it does its one job well.

Happy to answer anything — pricing decisions, the referral mechanic, or the AI-split specifically.

Site: https://yushetf33.github.io/TvReccomendationBridge/

Github: https://github.com/Yushetf33/TvReccomendationBridge/releases

3 Comments

  1. 1
    The original redirect problem feels like the clearest wedge. Have paid users mainly bought it for fixing the wrong-app handoff, or are the watchlist/recommendation features becoming the bigger reason to keep it?
    1. 1
      honestly don't have real data on this - no survey or tracking on "why" someone converts, just email + subscription status. my gut says it's still mostly the redirect, since the watchlist/trakt-style stuff only shipped a couple weeks after the core app did, so there hasn't been enough time for it to be the reason someone bought vs. just a nice thing they discover after. would be a good thing to actually track going forward instead of guessing though - might add a quick "why'd you upgrade" prompt at some point
      1. 1
        That gap between gut feel and actual conversion reason is the interesting part. I’d be interested in digging into what the paid users are really buying. What’s the best email to reach you on?

About

Google TV's recommendation rows kept opening the wrong app for me — click a movie, it lands somewhere I don't actually watch things in. Built a small accessibility-service bridge to fix that for myself, and it grew