This app includes:
- Welcome screen featuring a "Start Conversation" button to initiate the CVI
- Hair check screen with custom select options to manage audio and video devices
- Video call interface powered by Daily.co
- Integration with Tavus API for conversation management
Check out our demo video to see the Conversational Video Interface in action:
-
Install dependencies:
npm install
-
Create a
.env
file in the root directory and add your Tavus API key:VITE_APP_TAVUS_API_KEY=your_api_key_here
You can create an API key at https://platform.tavus.io/
-
Start the development server:
npm run dev