Skip to main content
To install components from the registry, you can use the following remote registries config in your components.json file:
{
  "registries": {
    "@agent-ui-studio": "https://ui.hcompany.ai/r/{name}.json"
  }
}
You can then add items using the following command:
npx shadcn@latest add @agent-ui-studio/web-agent-viewer

Development

Clone the repository, then install the dependencies and run the development server.
pnpm install
pnpm dev
The development server will be available at http://localhost:3003. To build the registry:
pnpm build
I