Skip to content

brittbinler/voice-assistant

 
 

Repository files navigation

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

  • Copy and rename .env.example to .env.local, then add the required environment variables to connect to your LiveKit server.

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.

About

A simple voice assistant example built with Next.js and LiveKit React Components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • JavaScript 2.9%
  • CSS 0.8%