@plteam/chat-ui
v3.1.17
Published
CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript
Maintainers
Readme
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.
Installation
Using your favorite package manager, install @plteam/chat-ui
npm i @plteam/chat-uiThe 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/styledPlease 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"
}