Skip to content

videosdk-live/character-sdk-react-native-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Character SDK React Native Quickstart

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.


📦 What's Inside?

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/

✨ Key Features

  • 🔊 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

🚀 Getting Started

Choose the version you want to try: Voice or Vision

1. Clone the Repo

git clone https://github.com/videosdk-live/character-sdk-react-native-quickstart
cd character-sdk-react-quickstart

2. Pick a Quickstart

Navigate to one of the example folders:

cd videosdk-react-character-voice
# OR
cd videosdk-react-character-vision

Step 3: Install the dependecies

Install all the dependecies to run the project.

npm install

for iOS

cd ios && pod install

Step 4: Start Metro Server

npm run start

Step 5: Run the App

Bingo, it's time to push the launch button.

npm run android
npm run ios

🧠 Learn More


Made with ❤️ by the VideoSDK Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •