Skip to main content

Installation

It's available on NPM registery and you can install it using your favorite package manager. Here is an example with npm:

Install botui core library and its React package.

npm i botui @botui/react

You can think of the core library as the bot and the framework packages as the UI parts of BotUI, respectively.

Quickstart

You can also just clone our 🪄 quickstart repo and get started.