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
For comprehensive details on how to use, configure, and contribute to this project, please refer to our official documentation.
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"
}