A collection of React-based examples to help you quickly build AI-powered, real-time interactions with VideoSDK's Character SDK.
Get started with Voice-Only or Vision-Based AI Characters that talk, see, remember, and adapt — in real-time.
This repository includes two fully working quickstart examples:
Example | Description | Folder Path |
---|---|---|
🗣️ Voice Character | Audio-only, real-time AI character interactions | videosdk-react-character-voice/ |
👀 Vision Character | Video + audio, face-to-face AI character chat | videosdk-react-character-vision/ |
- 🔊 Real-time conversations (Voice or Video)
- 🧠 Characters with persona, memory, and state retention
- 🌍 Multilingual input support
- ⚡ Powered by VideoSDK + WebRTC + LLMs
- 🧩 Clean, extendable React code
git clone https://github.com/videosdk-live/character-sdk-react-native-quickstart
cd character-sdk-react-quickstart
Navigate to one of the example folders:
cd videosdk-react-character-voice
# OR
cd videosdk-react-character-vision
Install all the dependecies to run the project.
npm install
for iOS
cd ios && pod install
npm run start
Bingo, it's time to push the launch button.
npm run android
npm run ios
Made with ❤️ by the VideoSDK Team