livekit-examples / voice-assistant-frontend

A simple voice assistant example built with Next.js and LiveKit React Components
https://sandbox-voice-assistant-livekit.vercel.app
Apache License 2.0
32 stars 29 forks source link
sandbox

Voice assistant frontend

A minimalistic frontend for interacting with LiveKit Agents.

Screenshot of the frontend application.

[!TIP] The best way to test this application along with many others is to use LiveKit Sandbox. Spin up your sandbox in a matter of seconds and test and share your local agents without having to worry about hosting your front end.

Development setup

[!TIP] If you are using LiveKit Cloud, you can find your project environment variables here.

# Make sure dependencies are installed (only required once).
pnpm install
# Run den local development server.
pnpm dev
# Open http://localhost:3000 in your browser.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.