@plteam/chat-ui
Version:
CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript
37 lines (24 loc) • 1.14 kB
Markdown
<p align="center">
<a href="https://cuikit.com" rel="noopener" target="_blank"><img width="150" height="150" src="https://examples.cuikit.com/landing/logo_300x300.png"></a>
</p>
# CUI Kit: Build the Perfect AI Chat for Your Website
**A free, open-source React and TypeScript library**
Easily integrate ChatGPT, Claude, Gemini, or any other AI model. A flexible, fast, and stylish interface built with React and Material UI, ready for full customization
## Documentation
For comprehensive details on how to use, configure, and contribute to this project, please refer to our [official documentation](https://docs.cuikit.com/).
## Installation
Using your favorite package manager, install @plteam/chat-ui
```
npm i @plteam/chat-ui
```
The CUI Kit package has a peer dependency on `@mui/material`. If you are not already using it in your project, you can install it with:
```
npm install @mui/material @emotion/react @emotion/styled
```
Please note that react and react-dom are peer dependencies too:
```
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
}
```