Overview
The web embed voice agent starter app is a lightweight, embeddable voice agent widget that you can add to any website. It provides a compact interface for voice agent interactions that can be embedded as a floating widget or inline component.
Features
- Lightweight embeddable widget for any website.
- Audio visualizer and session controls.
- Sandbox token server support for quick development.
- Customizable appearance and positioning.
Get started
Clone the repository:
git clone https://github.com/livekit-examples/agent-starter-web-embed.gitcd agent-starter-web-embed
Install dependencies:
pnpm install
Update the configuration with your LiveKit credentials, then start the development server:
pnpm dev
Source code
Web Embed Voice Agent
A voice AI agent that can be embedded in any web page.
livekit-examples/agent-starter-embed