ElevenLabs UI

Next

Introduction

ElevenLabs UI is a component library and custom registry built on top of shadcn/ui to help you build multimodal agentic experiences faster. It provides pre-built components for agents, transcription, audio & more.

Components are available via the @elevenlabs/cli command.

pnpm dlx @elevenlabs/cli@latest components add <component>

For example, to install the Orb component, you can run:

pnpm dlx @elevenlabs/cli@latest components add orb

Here are some basic examples of what you can achieve using components from ElevenLabs UI.

Voice Chat

Transcriber

Voice Form

You can explore more examples here or view the source code for all components on GitHub.