Remix.run Logo
Show HN: Flect AI – The Podcast Search Tool I Wish Existed(flectai.com)
1 points by pnadolny 13 hours ago | 2 comments

Hey HN! Checkout Flect, a modern AI powered search engine for YouTube podcasts. Describe the content not the keywords.

Flect lets you describe a moment in a podcast and it returns a list of relevant YouTube podcast clips with links to the exact timestamp in the episode. So far I have the top 40 podcasts, 16k episodes, 30k+ hours of content, all searchable by context.

Lex Fridman (3+ years ago) - "one of the things that sucks with podcasts is it's hard to find stuff..." https://flectai.com/link/?id=677d98e4bb1e4ace8a95598df6cefbb...

Background: I love podcasts but I can never find the clips I’m looking for. Podcasts are exploding in popularity but theres no good search tools out there to find what I'm looking for. I feel like I'm in the pre-search engine age of the internet again but for podcasts. I tried a ton of tools out there but was unable to find anything that worked well. All I could find was naive keyword title searches or AI transcript summarization apps. I want to type in the context of what I remember the hosts talking about and I want it to return a list of relevant clips for me to choose from. Sometimes I don’t know the exact keywords, episode, or even podcast itself. I wanted it to link me to the exact clips I’m looking for and allow me to save or share with friends. Why doesnt this already exist? We deserve a better way to search podcast content.

I'm aware this is a common hobby project idea but nobody seems to have actually built an app that works well yet (as far as I could find, please share if it exists!). YouTube seems to be the most popular way to listen/watch podcasts these days plus it's accessible and easy to share links, so I started with that.

You can try out a few suggested searches on the landing page or write your own. Flect currently has capabilities to search with arbitrary text, filter for keywords or podcasts, save clips, share, etc.

I’m building this on the side so its built to be extremely lean and efficient. My tech stack: YouTube transcripts, AWS lambda, dbt and Athena for processing data, OpenAI embeddings small, MyScale for vector DB, supabase for auth and backend, nextjs and FastAPI. I’m working on the AI chat feature, taking search to the next level, allowing you to chat with a podcast, summarize, find relevant content, etc.

Would love to hear your thoughts and feedback! Thoughts? Suggestions? I'm all ears!

MrVandemar 12 hours ago | parent [-]

Log in?

(closes tab)

pnadolny an hour ago | parent [-]

Ah yeah I meant to add a guest login button. I'll try to get that added soon. Part of this was me learning how to build login with supabase and google.