Example using Vite build tool instead of Next.js, demonstrating how to integrate the Voice UI Kit with any React setup.
- Vite development server
PipecatAppBasehelper component- Card-based UI layout
- Voice visualizer component
- Audio controls and connection management
# Build the voice-ui-kit package (required for workspace dependencies)
cd ../..
pnpm i
pnpm build
# Install dependencies
cd examples/04-vite
pnpm install
# Start development server
pnpm devOpen http://localhost:5173 to view the example.
PipecatAppBase- Simplified client wrapperCard- Container componentVoiceVisualizer- Audio visualizationUserAudioControl- Microphone controlsConnectButton- Connection managementFullScreenContainer- Layout wrapper
- Vite 7
- React 19
- TypeScript
- ESLint