#246 · Primary category: AI Chatbots

chat-bubble

bot bot-framework chat-bots chatbot chatbot-ui javascript natural-language-classifiers nlp

Simple chatbot UI for the Web with JSON scripting 👋🤖🤙

Project last updated:10/30/21

GitHub Stars

600

Forks

167

Contributors

11

License

MIT

Why we included this project

If you want a chat window on a web page without pulling in a framework, this library gets you there fast. You define the whole conversation as a JSON object, spelling out what the bot says and which reply options the user can pick, so a working interface can be up in minutes with no backend to wire. It handles scripted flows fine on its own, and when you want real language understanding, you can hook in a natural-language classifier by intercepting input and responses, with a RASA example included. The 1KB gzipped size and ES5 compatibility mean it slots into older or constrained frontends without fuss. For simple FAQ or guided-flow bots, it's a clean way to prototype the UI layer before committing to something heavier.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category