still in progress, not live on https://yurei.app/ yet, but you can clone it and try it out
a simple opensource social media researcher powered by exa ai api and youtube v3. built with vercel's ai sdk.
what it does:
- searches youtube for videos
- searches reddit for posts
- searches linkedin (kinda fucked rn, working on it)
using grok-21212 as the llm
- clone this repo
npm install
oryarn
- make a
.env.local
with:NEXT_PUBLIC_URL=http://localhost:3000 # For development NEXT_PUBLIC_SUPABASE_REDIRECT_URL=http://localhost:3000/auth/callback NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY= // v3 from google console YOUTUBE_API_KEY= EXA_API_KEY= XAI_API_KEY=
npm run dev
oryarn dev
- open http://localhost:3000
- Next.js
- Tailwind CSS
- Vercel AI SDK
- Supabase
- YouTube Data API v3
- Exa API for search capabilities
This project is licensed under Apache 2.0 - see LICENSE for details.