This repository is a template to help you quickly start your Node AI project using Node.js, ChatBotKit and JavaScript.
- ChatBotKit SDK: For building the chatbot logic and handling conversation flow.
npx create-cbk-app
- Follow the promts
- Install dependencies by running npm install.
- Set the
CHATBOTKIT_API_SECRET
environment variable with your ChatBotKit API secret. See .env.example file.
- Ensure you have Node.js installed.
- Clone this repository.
- Install dependencies by running npm install.
- Set the
CHATBOTKIT_API_SECRET
environment variable with your ChatBotKit API secret. See .env.example file.
Run the development server:
npm run start
To learn more about ChatBotKit and relevent SDKs look at the following resources:
- ChatBotKit Documentation - learn about ChatBotKit
- ChatBotKit JavaScript SDKs - learn about used SDKs
Contributions to enhance the chatbot's functionality or address issues are welcome. Please follow the standard pull request process for contributions.
This project is licensed under the MIT License - see the LICENSE file for details.