> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pipecat.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Voice UI Kit

> Pre-built React components for building voice AI interfaces with Pipecat.

The [Voice UI Kit](https://voiceuikit.pipecat.ai/) provides pre-built React components and custom hooks that accelerate building voice AI applications on top of the Pipecat JavaScript and React SDKs.

## Features

* Ready-to-use voice interface components
* Built on the Pipecat React SDK
* Customizable themes and styling
* Handles common UI patterns for voice AI (indicators, transcripts, controls)

## Getting Started

```bash theme={null}
npm install @pipecat-ai/voice-ui-kit
```

## Resources

<CardGroup cols={2}>
  <Card title="GitHub Repository" icon="github" href="https://github.com/pipecat-ai/voice-ui-kit">
    Source code, documentation, and examples.
  </Card>

  <Card title="Documentation" icon="book" href="https://voiceuikit.pipecat.ai/">
    Learn how to use the Voice UI Kit.
  </Card>
</CardGroup>
