This starter is an example of how to create a composable Simli AI Agent that runs in a Next.js app.
1. Rename .env_sample to .env and paste your API key: SIMLI-API-KEY
NEXT_PUBLIC_SIMLI_API_KEY="SIMLI-API-KEY"
npm install --force
3. Create your avatar at simli studio
4. Copy code output from simli studio and paste it in app/SimliAgent.tsx
.
npm run dev
You can find more info and sample repos in our docs
An easy way to deploy your avatar interaction to use the Vercel Platform.