# Tavus Conversational Video Interface with Transparent Background This example demonstrates how to use the Tavus Conversational Video Interface (CVI) with a transparent background effect. ## 🚀 Features - Simple interface to start a video conversation - Transparent background effect using Tavus's greenscreen technology - Basic audio controls (mute/unmute) - Built with React and Daily.co for video calling ## 🎮 Try it Live [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/Tavus-Engineering/tavus-examples/tree/main/examples/cvi-transparent-background?file=src%2FApp.tsx) ## 🛠 Getting Started 1. Install dependencies: ```bash npm install ``` 2. Start the development server: ```bash npm run dev ``` 3. Enter your Tavus API key when prompted in the app > You can create an API key at https://platform.tavus.io/api-keys ## 📚 Learn More - [Developer Documentation](https://docs.tavus.io/) - [API Reference](https://docs.tavus.io/api-reference/) - [Tavus Platform](https://platform.tavus.io/) - [Daily React Reference](https://docs.daily.co/reference/daily-react)