Botpress — The open-source Virtual Assistant platform
Botpress is an open-source all-in-one bot creation platform that provides all the tools you need to build, debug and deploy AI-based conversational assistants. Built-in channels include:
- Facebook Messenger
- Slack
- Microsoft Teams
- Skype
- Website (Webchat)
- Telegram
Botpress is:
- Developer-focused
- Natural Language Understanding (NLU)
- Built-in graphical interface & flow editor
- Administration panel and bot management tools
- Runs fully on-prem (control your data)
- Support multiple messaging channels such as Webchat, SMS, Telegram, Facebook Messenger etc
📖 Documentation | 🍿 Tutorials | 💘 Community Forum |
---|
Botpress can be easily deployed on DigitalOcean as a 1-Click App here.
Botpress can also be deployed for free on Heroku. However, this is not the most optimal botpress experience, you may want to host your own language server
You can download the binaries here.
Prerequisites: Node 12.13 (you can use nvm) and Yarn.
- Run
yarn
to fetch node packages. - Run
yarn build
to build the core, the UI and the modules. - Run
yarn start
to start the server.
Building Issues
If you encounter errors when building modules (timeout, random errors, etc), try the following:
- Go in each module folder and type
yarn && yarn build
Here are some of the many ways to contribute.
- Contribute code by reading our contributing guide
- Fix spelling mistakes and amend the documentation
- Answer and ask questions on the Forum
For starters, there are some open issues with the [first good issue][starter-label] tag which are ideal for starting to contribute. They are all relatively easy to get started with.
Contributions to Botpress will be dual-licensed under AGPLv3 and the Botpress Proprietary License. This means that all contributors need to agree to the dual-license before their contributions can be accepted.
Please follow the Conventional Commits specs when doing commits. You should also read our code of conduct.
Botpress is dual-licensed under AGPLv3 and the Botpress Proprietary License.
By default, any bot created with Botpress is licensed under AGPLv3, but you may change to the Botpress License from within your bot's web interface in a few clicks.
For more information about how the dual-license works and why it works that way, please see the FAQS.
Botpress Partners is a list of agencies who can help you build your next conversational assistant.
Agency Name | Location |
---|---|
Okam | Montreal, Canada |
Lampyon | Toronto, Canada & Budapest, Hungary |
Smile | Asnières-sur-Seine, France |
Solvative | Kansas City, KS & New York, NY, USA |
ZeroBulb | Kerala, India |
Tasqat | Dubai, United Arab Emirates |
Creative Melon | Johannesburg, South Africa |
PaperGo | Patras, Greece |
BotArtisanz | Kerala, India |
DevSamurai | Tokyo, Japan |
Teplar Solutions | Coimbatore, Tamil Nadu, India |
SabanaTech | San José, Costa Rica, Latin America |
If you are an agency and would like to be on this list, please clone the repository & add your agency to the list in the README.md. Then, you can create a pull request on the repository and we'll make sure to review and merge your PR swiftly.