A simple chatbot component to create conversation chats

npm install react-simple-chatbot --save
There are several examples on the website. Here is the first one to get you started:
import ChatBot from 'react-simple-chatbot';
const steps = [
{
id: '0',
message: 'Welcome to react chatbot!',
trigger: '1',
},
{
id: '1',
message: 'Bye!',
end: true,
},
];
ReactDOM.render(
<ChatBot steps={steps} />
,
document.getElementById('root')
);
react-simple-chatbotBuilt something with react-simple-chatbot? Submit a PR and add it to this list!
Please check the contributing guide
| Lucas Bassetti |
See also the list of contributors who participated in this project.
If you liked this project, you can donate to support it :heart:
MIT · Lucas Bassetti
$ claude mcp add react-simple-chatbot \
-- python -m otcore.mcp_server <graph>