Skip to content
🤖 The Conversational Platform with built-in language understanding (NLU), beautiful graphical interface and Dialog Manager (DM). Easily create chatbots and AI-based virtual assistants.
TypeScript JavaScript CSS HTML Shell Python
Branch: master
Clone or download
allardy Merge pull request #2922 from botpress/ya-fix-flow2
fix(flow): better fix for links refresh
Latest commit 3acf32c Jan 31, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Improve the contribution guidelines Dec 16, 2019
.vscode Update launch.json Jan 21, 2020
bench fix(security): updated lodash version Sep 30, 2019
build Merge pull request #2814 from keenethics/issues/#2722 Jan 22, 2020
docs v12.4.2 Jan 22, 2020
examples update react Jan 27, 2020
licenses Update LICENSE_BOTPRESS Nov 9, 2018
modules Merge pull request #2889 from asashour/2667 Jan 30, 2020
src fix(flow): better fix for links refresh Jan 31, 2020
.editorconfig small refac of tests Jun 7, 2019
.gitattributes Use LF for text files Dec 4, 2019
.gitignore feat(ci) Add e2e tests to CI (#2425) Oct 10, 2019
.gitmodules merge with next May 31, 2019
.prettierrc fixed prettier Jul 24, 2018
CHANGELOG.md v12.4.2 Jan 22, 2020
README.md Added a new agency partner (#2912) Jan 29, 2020
api.rest minor change Aug 26, 2019
batch-update.ts fix singular and plural nouns Jan 3, 2020
commitlint.config.js allow empty type on commit messages Nov 9, 2018
gulpfile.js fix(build) yarn watch will create studio symlink (#2512) Oct 17, 2019
icon.png set file icon osx Oct 9, 2018
jest-puppeteer.config.js test Oct 21, 2019
jest.config.js ignoring e2e tests in backend tests Aug 22, 2019
jest.e2e.config.js feat(ci) Add e2e tests to CI (#2425) Oct 10, 2019
jest.setup.js feat(ci) Add e2e tests to CI (#2425) Oct 10, 2019
package.json Merge pull request #2882 from asashour/jest Jan 23, 2020
release-version.sh v12.4.0 Jan 16, 2020
tslint.json added side panel to history Jun 13, 2019
yarn.lock chore(deps): upgrade jest and puppeteer Jan 22, 2020

README.md

Botpress — The open-source Virtual Assistant platform

CodeBuild

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

Learn Botpress
📖 Documentation � Tutorials 💘 Community Forum

Deploy in the Cloud

Botpress can be easily deployed on DigitalOcean as a 1-Click App here.

DigitalOcean

Deploy using Binaries

You can download the binaries here.

Building from source

Prerequisites: Node 10.11 (you can use nvm) and Yarn.

  1. Run yarn to fetch node packages.
  2. Run yarn build to build the core, the UI and the modules.
  3. Run yarn start to start the server.
Building Issues

If you encounter errors when building modules (timeout, random errors, etc), try the following:

  1. Go in each module folder and type yarn && yarn build

Contributing

Here are some of the many ways to contribute.

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.

License

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

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
ZeroBulb Kerala, India
Tasqat Dubai, United Arab Emirates
Creative Melon Johannesburg, South Africa
PaperGo Patras, Greece
BotArtisanz Kerala, India

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.

You can’t perform that action at this time.