You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2024. It is now read-only.
This is the maintenance branch for the legacy version of Botkit (< 0.7.4).
7
4
8
-
**Botkit is the leading developer tool for building chat bots, apps and custom integrations for major messaging platforms.**
9
-
10
-
Botkit offers everything you need to design, build and operate an app:
11
-
12
-
* Easy-to-extend starter kits
13
-
* Fully-featured SDK with support for all major platforms
14
-
*[Tons of plugins and middlewares](https://botkit.ai/docs/readme-middlewares.html)
15
-
16
-
Plus, Botkit works with all the NLP services (like Microsoft LUIS and IBM Watson), can use any type of database you want, and runs on almost any hosting platform.
17
-
18
-
## Install Botkit
19
-
20
-
Botkit is a Node.js module, and works with Node and npm.
21
-
22
-
### **Remix on Glitch**
23
-
24
-
Want to dive right in? [Remix one of our starter kits on Glitch](https://glitch.com/botkit). You'll start with a fully functioning app that you can edit and run from the browser!
25
-
26
-
[](https://glitch.com/botkit)
27
-
28
-
### **Command Line Interface**
29
-
30
-
The best way to get started locally with Botkit is by installing our command line tool, and using it to create a new Botkit project. This will install and configure a starter kit for you!
31
-
32
-
```
33
-
npm install -g botkit
34
-
botkit new
35
-
```
5
+
Only security and bug fix updates will be made to this branch!
36
6
37
7
### **Start from Scratch**
38
8
@@ -41,7 +11,7 @@ You can also add Botkit into an existing Node application.
[Review the documentation](https://botkit.ai/docs/) to learn how to configure Botkit's controller to work with the messaging platform of your choice.
29
+
[Review the documentation](https://botkit.ai/docs/v0) to learn how to configure Botkit's controller to work with the messaging platform of your choice.
0 commit comments