This starter is an example of how to create a Simli interaction runs in a Next.js app. It uses the Simli Auto system (read about Simli Auto here).
Rename .env_sample to .env and paste your API key.
NEXT_PUBLIC_SIMLI_API_KEY="SIMLI-API-KEY"npm install --forceGo to app.simli.com and create your avatar. You can use one of the existing avatars or create a new one by uploading a photo.
Click on your avatar and go to "Sample code" and paste it in app/SimliAgent.tsx.
npm run devYou should now have a working Simli agent in your Next.js app!
You can find more info and sample repos in our docs



