A CLI for adding chat components to your project.
Check out the full documentation and API reference here.
Some of the components rely on shadcn-ui, so make sure to have it installed.
Use the add
command to add components to your project.
It is recommended to install all components at once:
npx shadcn-chat-cli add --all
To view a list of all available components run the following command:
npx shadcn-chat-cli add
Otherwise, install individual components by running:
npx shadcn-chat-cli add [component]
The components will be installed in a subdirectory of the components
folder: src/components/ui/chat
Contributions are more than welcome! Please make sure to read the contributing guidelines first.