A Tavus-powered AI Mentor for my investing course hub. The app gives students a direct way to ask questions face-to-face instead of digging through slides, recordings, and tutorials on their own.
- Node.js 20+
- Tavus API credentials
Create a local .env.local file:
TAVUS_API_KEY=your_api_key
TAVUS_REPLICA_ID=your_replica_id
TAVUS_PERSONA_ID=your_persona_idnpm install
npm run devOpen http://localhost:3000.