Home

    ---
    title: apogee-ai-ui
    description: React widgets for AI applications — also published as `@apogee/ai-ui-react` on npm.
    ---

    # apogee-ai-ui

    > React widgets for AI applications — also published as `@apogee/ai-ui-react` on npm.

    ## What is in this package

    | Component | What it renders |

| --- | --- | | <ChatUI> | Streaming chat with tool-use indicators | | <VoiceUI> | Voice agent UI with mic / waveform | | <AgentInspector> | Step-by-step agent trace inspector | | <GenerativeUI> | Renders structured blocks returned by the model | | <AgUiRenderer> | Renders AG-UI events (message/tool/render) | | <TraceUI> | OpenTelemetry trace viewer for an LLM run | | <HilUI> | Human-In-the-Loop approve/reject panel |

    ## Install

    ```bash
    npm install @apogee/ai-ui-react
    ```

    ## Where it fits

    This package is part of the [Apogee Framework](/framework/) ecosystem. It can be used:

    - **Standalone** — install and use directly via `pip` (or `npm` for `@apogee/ai-ui-react`).
    - **As a plugin** — generated projects detect it and register matching CLI subcommands automatically.

    See the [framework's modules overview](/framework/modules/overview/) for how all 28 packages fit together.

    ## Read next

    - [Installation](getting-started/installation.md)
    - [Quickstart](getting-started/quickstart.md)
    - [Reference](reference/index.md)