Skip to content

Latest commit

 

History

History

cvi-quickstart-react

Tavus Conversational Video Interface

🚀 Features

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
Prejoin UI Hair check UI
in-call UI

🎥 Demo Video

Check out our demo video to see the Conversational Video Interface in action:

Watch the Demo

🛠 Getting Started

  1. Install dependencies:

    npm install
    
  2. 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/

  3. Start the development server:

    npm run dev
    

📚 Learn More