A Next.js frontend for a simple AI voice assistant using LiveKit's official JavaScript SDK and React Components. The application implements its own token server, and is designed to be used with any voice-enabled agent built using LiveKit Agents.
When deployed in a sandbox, LiveKit will host an instance of this application for you, providing a unique, shareable URL through which you can access it. Any agents running with the same LiveKit project credentials will join, meaning that you can rapidly iterate on your agent prototypes, and share the results instantly with friends and colleagues. To begin testing your agent, deploy this app in sandbox then set up an agent on your local machine using the LiveKit CLI:
lk app create --template voice-pipeline-agent-python
NOTE: For a list of all available templates, run lk app list-templates
.
To run this application locally, clone the repo or use the LiveKit CLI:
lk app create --template voice-assistant-frontend
For more information on prototyping using LiveKit Sandbox, see the documentation.