yurei app
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
how to install
clone this repo npm install or yarn 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=
how to run
npm run dev or yarn dev open http://localhost:3000
tech stack
license
This project is licensed under Apache 2.0 - see LICENSE for details.