Botonic is the open source framework developed by Hubtype for building amazing Chatbots for any Platform with React. Botonic is an easy to learn, open-source framework that lets you create powerful conversational interfaces that work on the most popular messaging apps (Whatsapp, Facebook Messenger, Telegram and more), your website or even your native mobile apps (Android/iOS).
Building chatbots is a lot like building websites, that's why Botonic uses the same abstractions used in React, like routes, components and JSX, so you can build modern conversational interfaces (with text, NLP, rich interactive messages and webviews) using technology you already know and love.
$> npm install -g @botonic/cli
$> botonic new myBot tutorial
Run your bot locally while developing:
$> cd myBot
$> botonic serve
botonic serve
is just an alias for npm run start
which will start a local server at http://localhost:8080. While you develop, the server will auto reload every time you make changes to your code.
$> botonic deploy
Check out the Getting Started Tutorial is a step-by-step guide to start building high quality conversational apps.
See the docs for more information.
Node and NPM are required. LTS version of NodeJS Installer is recommended.
You can verify the installation running npm --version
and node --version
on a terminal.
If you have any suggestions or just want to let us know what you think of Botonic, feel free to contact us on Slack!