Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.08 KB

Create Simli App

This starter is an example of how to create a composable Simli interaction that runs in a Next.js app. The project consists of a Next.js app that uses the Simli SDK (simli-client) and dailybots a voice agent API, to construct a video agent interaction.

Start by putting in environment variables

Create a .env.local file in the root of the project and add the following environment variables:

SIMLI_API_KEY=your-simli-api-key
DAILYBOTS_API_KEY=your_dailybots_api_key

To run the app, run the following command:

npm run start

Characters

You can swap out the character by creating your own or finding one that you like in the docs.

alt text alt text alt text alt text

Deploy on Vercel

The easiest way to deploy your avatar interaction to use the Vercel Platform.