React-chatbot-kit
npm install react-chatbot-kit
Overview
The chatbot works by importing it and giving it a messageparser, a config and an actionprovider. Scroll on to view more information about each part. Or ask the bot.
Quickstart
To get started quickly, check out the following gist to get a scaffold for each part you need to provide to the chatbot.
Go to gistConversation with DocsBot
Easy to Use
React-chatbot-kit was designed as a way to get started building chatbots on the frontend in a quick and easy manner.
Modular design
Extend the chatbot with custom widgets, that are just regular old react components.
Open source
Fully open source. Free to use for you and your project forever.