The user interface for the Offline AI Voice Assistant, built with React and LiveKit.
npm installnpm run devThe app will be accessible at http://localhost:5173/ (or similar).
src/: Main source code.components/: React components.VoiceAssistant: Core component for voice interaction using LiveKit hooks.
App.jsx: Main application setup drawing together components.
public/: Assets available directly (icons, logo).
- LiveKit React Components: Out-of-the-box support for connecting to rooms, visualizers, and state management.
- Tailwind CSS Integration: Styled for sleek dark mode aesthetics.