Botpress Cloud Botpress is the ultimate platform for building next-generation chatbots and assistants powered by OpenAI. Start building incredible assistants for your projects or businesses at lightning speed. Getting started…
Botpress Cloud





Botpress is the ultimate platform for building next-generation chatbots and assistants powered by OpenAI. Start building incredible assistants for your projects or businesses at lightning speed.
[Getting started](#getting-started) •
Cloud •
Documentation •
[Integrations](#integrations) •
[Plugins](#plugins)
This Repository
This repository contains:
- [Integrations](#integrations) – all public integrations on the Botpress Hub maintained by Botpress
- [Devtools](#devtools) – all Botpress Cloud dev tools (CLI, SDK, API Client)
- [Bots](#bots) - some example of bots "_as code_" made only using the SDK and the CLI
- [Plugins](#plugins) – all plugins on the Botpress Studio (coming soon)
Contributing
We love contributions from the community!
We welcome pull requests and issues relevant for any code contained in this repository. See the [This Repository](#this-repository) section for more details.
For bugs or features related to Botpress Cloud, you may create an issue on this repository, but keep in mind that you will get a faster response by talking to us on Discord instead!
For any problem related to on-premise Botpress v12, please see the Botpress v12 repository.
Integrations
The [/integrations](./integrations) folder contains all our public and open-source integrations. We invite the community to contribute to our integrations or to publish their own to the Botpress Hub.
Integration Development
To develop an integration, start by installing the Botpress CLI:
sh
npm install -g @botpress/cli # for npm
yarn global add @botpress/cli # for yarn
pnpm install -g @botpress/cli # for pnpm
Then, in the directory of your choice, create a new integration:
sh
bp init
This command will generate an integration from one of the proposed templates.
_This step can be executed in any directory and git repository of your choice. You don't have to fork this repository to create an integration._
You can then modify both the definition and implementation of your integration respectively located in the integration.definition.ts and src/index.ts files.
For more information on how to develop an integration, please refer to the Documentation.
Integration Deployment
To try out your integration, you can deploy its current version to your workspace using the Botpress CLI:
sh
bp deploy
This will deploy your integration's current version to your workspace and make it available to all your bots. If this version is already deployed, it will be updated. Otherwise, a new version will be created.
By default, all integrations are private to the workspace they have been deployed in. When you are ready to share your version with the community, you can make it public by running:
sh
bp deploy --visibility public
This will make your integration available to all Botpress users on the Botpress Hub. Once a version of your integration is public, it cannot be updated again.
Bots
The [/bots](./bots) folder contains examples of bots "_as code_" made only using the client, the SDK and the CLI.
This is not the recommended way to build bots and is in no way a replacement for the Botpress Studio.
However it can be useful for experienced developers who want to build bots in a more programmatic way.
It is also used internally by the Botpress team since the Studio and SDK both use the same underlying primitives.
Plugins
Coming soon.
Devtools
| Package | Description | Docs | Code |
| -------------------------------------------------------------------- | ------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------- |
| @botpress/cli | Build, Deploy and Manage Bots, Integrations and Plugins | Docs | [Code](./packages/cli) |
| @botpress/client | Type-safe clients to consume the Botpress APIs | [Docs]() | [Code]() |
| @botpress/sdk | SDK used by to build integrations | [Docs]() | [Code]() |
Local Development
Prerequisites
The development environment requires the following tools to be installed:
git: Git is a free and open source distributed version control system.node: Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.pnpm: PNPM is a fast, disk space efficient package manager.
Windows-specific prerequisites
Building from sources
sh
# Clone the repository
git clone https://github.com/botpress/botpress.git
cd botpress
# Install dependencies
pnpm install
# Build all packages
pnpm run build
# Run Checks
pnpm run check
Licensing
All packages in this repository are open-source software and licensed under the [MIT License](LICENSE). By contributing in this repository, you agree to release your code under this license as well.
Let's build the future of chatbot development together! 🤖🚀
Members
-
botpress ★ PINNED
The open-source hub to build & deploy GPT/LLM Agents ⚡️
TypeScript ★ 15k 22h agoExplain → -
v12
Botpress OSS – v12
TypeScript ★ 152 1y agoExplain → -
solutions
List of Botpress templates / examples for common problems. Kick start your chatbot development with these ready-to-go custom modules, actions, hooks, and tools!
JavaScript ★ 67 1y agoExplain → -
botpress-examples
No description.
JavaScript ★ 56 9y agoExplain → -
inbox ▣
Custom Inbox for managing Botpress conversations
TypeScript ★ 54 2y agoExplain → -
messaging
Botpress messaging server
TypeScript ★ 49 1y agoExplain → -
Boost
🤖 Boost, the open-source Messenger motivational bot 🔥
JavaScript ★ 48 9y agoExplain → -
studio
The studio is the main interface you'll use to build and edit your chatbot.
TypeScript ★ 48 1y agoExplain → -
nlu
This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
C++ ★ 26 2y agoExplain → -
cdk-postgresql
AWS CDK Constructs for PostgreSQL
TypeScript ★ 25 3mo agoExplain → -
adk
Botpress ADK
★ 24 1d agoExplain → -
modules ▣
MOVING TO BOTPRESS/BOTPRESS, branch `develop/x`, folder "packages"
JavaScript ★ 23 7y agoExplain → -
packages
Botpress Internal Packages
TypeScript ★ 18 1d agoExplain → -
botpress-api.ai
☠ 301 – Moved here (user Botpress NLU) --->
JavaScript ★ 15 8y agoExplain → -
skills
A collection of skills for AI coding agents building with Botpress. Skills are packaged instructions and documentation that extend agent capabilities for Botpress development.
Shell ★ 12 1d agoExplain → -
growth
No description.
TypeScript ★ 12 3mo agoExplain → -
custom-module-template
Starting point for building Botpress Custom Modules
TypeScript ★ 10 2y agoExplain → -
botpress-aws-cdk
Botpress deployment example on AWS, using the AWS CDK
TypeScript ★ 8 3y agoExplain → -
docs
Botpress Documentation
MDX ★ 7 23h agoExplain → -
custom-channel
Example of a custom channel with messaging
JavaScript ★ 7 4y agoExplain → -
tutorial
Getting Started – Tutorial for Botpress X (https://botpress.io/docs/10.0/getting_started/)
JavaScript ★ 7 7y agoExplain → -
documentation-v12
Botpress official documentation
JavaScript ★ 5 3y agoExplain → -
web-chat-bot ⑂
A Sample web chat bot
JavaScript ★ 5 7y agoExplain → -
aws-sso-displayname
Greasemonkey script that makes the assumed role more readable when using AWS SSO
JavaScript ★ 5 3y agoExplain → -
docs-archive ▣
This repository contains all the documentation published on the website
JavaScript ★ 4 4y agoExplain → -
action-server-example-python
No description.
Python ★ 4 6y agoExplain → -
orders-module
Example module & bot for Orders use case
TypeScript ★ 4 5y agoExplain → -
gh-actions
Shared Github Actions
Shell ★ 3 23d agoExplain → -
react-native-example
No description.
JavaScript ★ 3 2y agoExplain → -
botpress-version-manager
Botpress version manager for modules
JavaScript ★ 3 9y agoExplain → -
runtime ▣
No description.
TypeScript ★ 2 4y agoExplain → -
public-cloud-solutions
A repo used to share public solutions for challenges with Botpress Cloud
TypeScript ★ 2 4mo agoExplain → -
react-embedded-webchat
No description.
CSS ★ 2 3y agoExplain → -
auth0-socketio-jwt ⑂
Authenticate socket.io incoming connections with JWTs
★ 2 6y agoExplain → -
duckling ⑂
Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.
Haskell ★ 2 7y agoExplain → -
json-schema-to-zod ⑂
No description.
TypeScript ★ 2 2y agoExplain → -
quick-start-module
A module template to help you get started
TypeScript ★ 2 7y agoExplain → -
docs-bot
AI assistant for the Botpress docs
TypeScript ★ 1 19d agoExplain → -
desk-agent-example
Example custom agent for desk
TypeScript ★ 1 3mo agoExplain → -
docs-updater
A Botpress ADK agent that updates Mintlify documentation when PRs are merged in your codebase.
TypeScript ★ 1 5mo agoExplain → -
rag-migration
Migration tool to RAG v2 stack
TypeScript ★ 1 9mo agoExplain → -
readme
No description.
★ 1 1y agoExplain → -
.github
Community health files for the @botpress organization
★ 1 1y agoExplain → -
grafana-hexmap-panel ⑂
A Grafana panel plugin for hexagonal tiling of data.
★ 1 4y agoExplain → -
demo-bot ▣
No description.
JavaScript ★ 1 7y agoExplain → -
botpress-webchat-plugin-calendar
No description.
JavaScript ★ 1 8y agoExplain → -
aws-s3-signed-uploads-example
S3 Uploads with Signed URLs
TypeScript ★ 1 2y agoExplain → -
bp-report
Custom Module for reporting issues
JavaScript ★ 1 3y agoExplain → -
md2ob
Library to convert an array of markdown files to a valid OpenBook JSON schema
TypeScript ★ 1 3y agoExplain → -
botpress-google-analytics-demo
No description.
JavaScript ★ 1 7y agoExplain → -
pkg ⑂
Package your Node.js project into an executable
JavaScript ★ 1 7y agoExplain → -
docs-v2
No description.
MDX ★ 0 22h agoExplain → -
webchat-auth
Demo of the userkey generation available in webchat
JavaScript ★ 0 7mo agoExplain → -
pulse-fashion-ecom
No description.
TypeScript ★ 0 8mo agoExplain → -
docs-examples
Examples for the Botpress documentation
TypeScript ★ 0 10mo agoExplain → -
xk6-faker ⑂
A k6 extension for random fake data generation.
JavaScript ★ 0 4y agoExplain → -
documentation-examples
No description.
CSS ★ 0 2y agoExplain → -
zod ⑂
TypeScript-first schema validation with static type inference
TypeScript ★ 0 2y agoExplain → -
json-schema-to-typescript ⑂
Compile JSONSchema to TypeScript type declarations
★ 0 2y agoExplain → -
tilt-extensions
Tilt extensions of common tilt patterns
Starlark ★ 0 2y agoExplain → -
hard-source-webpack-plugin ⑂ ▣
No description.
JavaScript ★ 0 6y agoExplain → -
handstand ⑂ ▣
For the Build-a-Bot Office Hours Livestream on Youtube!
HTML ★ 0 3y agoExplain → -
status ▣
No description.
HTML ★ 0 4y agoExplain → -
zod-to-json-schema ⑂
Converts Zod schemas to Json schemas
TypeScript ★ 0 2y agoExplain → -
openapi-generator ⑂
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Java ★ 0 3y agoExplain → -
cloudmapper ⑂
CloudMapper helps you analyze your Amazon Web Services (AWS) environments.
JavaScript ★ 0 3y agoExplain → -
aws-cdk-example ▣
No description.
TypeScript ★ 0 5y agoExplain → -
changed-files ⑂
:octocat: Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
★ 0 3y agoExplain → -
get-user-teams-membership ⑂
GitHub Action to get a user teams membership in a given organization
★ 0 3y agoExplain → -
github-app-token ⑂
Impersonate a GitHub App in a GitHub Action
★ 0 3y agoExplain → -
botpress-cicd-example
No description.
JavaScript ★ 0 5y agoExplain → -
docs_home ⑂
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
★ 0 3y agoExplain → -
botpress-1 ⑂
🤖 Dev tools to reliably understand text and automate conversations. Built-in NLU. Connect & deploy on any messaging channel (Slack, MS Teams, website, Telegram, etc).
★ 0 3y agoExplain → -
studio-installer
No description.
★ 0 3y agoExplain → -
openbook-dialogflow
No description.
JavaScript ★ 0 3y agoExplain → -
openbook-templates
No description.
TypeScript ★ 0 3y agoExplain → -
oathkeeper ⑂
A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. Inspired by the BeyondCorp / Zero Trust white paper. Written in Go.
Go ★ 0 4y agoExplain → -
custom-user-id
Example of a custom user id with messaging
TypeScript ★ 0 4y agoExplain → -
cdktf-template
No description.
JavaScript ★ 0 4y agoExplain → -
cdk-lambda-example
Example CDK app that deploys a Typescript Lambda function
TypeScript ★ 0 4y agoExplain → -
testbot
No description.
HTML ★ 0 4y agoExplain → -
botpress-electron
This converts the Botpress binaries into a binary downloader / installer / runner
TypeScript ★ 0 3y agoExplain → -
typings
No description.
★ 0 4y agoExplain → -
node-crfsuite-pos
CRFsuite based Part of Speech tagger.
C++ ★ 0 5y agoExplain → -
traefik-forward-auth ⑂
Minimal forward authentication service that provides Google/OpenID oauth based login and authentication for the traefik reverse proxy
Go ★ 0 4y agoExplain → -
aws-sigv4-proxy ⑂
This project signs and proxies HTTP requests with Sigv4
Go ★ 0 4y agoExplain → -
tagify ⑂
🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
JavaScript ★ 0 5y agoExplain → -
BotpressUiPath
No description.
C# ★ 0 3y agoExplain → -
kmeans ⑂
K-Means clustering
JavaScript ★ 0 7y agoExplain → -
aws-codebuild-docker-images ⑂
Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Dockerfile ★ 0 7y agoExplain →
No repos match these filters.