ElevenLabs UI is a new open source library of customizable React components for building interfaces with the ElevenLabs Agents & Audio SDKs.
Built on shadcn/ui
, it provides full control over UI primitives like waveforms, orbs, messages & more.
Getting started
Components are available via the @elevenlabs/agents-cli
command.
1 | pnpm dlx @elevenlabs/agents-cli@latest components add <component> |
For example, to install the Orb component, you can run:
1 | pnpm dlx @elevenlabs/agents-cli@latest components add orb |
Read the docs and start building better agent & audio interfaces, faster.