-

ZGI UI

Next

Introduction

ZGI 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 through the shadcn CLI.

pnpm dlx shadcn@latest add https://ui.zgi.ai/r/<component>.json

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

pnpm dlx shadcn@latest add https://ui.zgi.ai/r/orb.json

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

Voice Chat

Transcriber

Voice Form

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