Skip to content

This repository is a template to help you quickly start your Node AI project using Node.js, ChatBotKit and JavaScript.

Notifications You must be signed in to change notification settings

chatbotkit/template-node-chatbotkit-sdk-js

Repository files navigation

Node / ChatBotKit SDK / JS

This repository is a template to help you quickly start your Node AI project using Node.js, ChatBotKit and JavaScript.

Technology Stack

  • ChatBotKit SDK: For building the chatbot logic and handling conversation flow.

Setup

Automated Setup

  1. npx create-cbk-app
  2. Follow the promts
  3. Install dependencies by running npm install.
  4. Set the CHATBOTKIT_API_SECRET environment variable with your ChatBotKit API secret. See .env.example file.

Manual Setup

  1. Ensure you have Node.js installed.
  2. Clone this repository.
  3. Install dependencies by running npm install.
  4. Set the CHATBOTKIT_API_SECRET environment variable with your ChatBotKit API secret. See .env.example file.

Usage

Run the development server:

npm run start

Learn More

To learn more about ChatBotKit and relevent SDKs look at the following resources:

Contributing

Contributions to enhance the chatbot's functionality or address issues are welcome. Please follow the standard pull request process for contributions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This repository is a template to help you quickly start your Node AI project using Node.js, ChatBotKit and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published