Skip to content

Latest commit

 

History

History
96 lines (60 loc) · 3.03 KB

README.md

File metadata and controls

96 lines (60 loc) · 3.03 KB

Botonic

Build Chatbots and Conversational Apps Using React

botonic Version Downloads/week License

Node.js

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).

️️️ ⚛️ Why React

Node.js

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.

🚀 Getting Started

Install

$> npm install -g @botonic/cli

Create a bot

$> botonic new myBot tutorial

Run your bot

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.

Deploy

$> 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.

📌 Requirements

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.

📚 Related Links

📣 Feedback

If you have any suggestions or just want to let us know what you think of Botonic, feel free to contact us on Slack!