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.
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
You can swap out the character by creating your own or finding one that you like in the docs.
The easiest way to deploy your avatar interaction to use the Vercel Platform.