Skip to main content

Setup — Overview

You can add the AI Thinks Chatbot Widget to your website with three frameworks. The appId from the admin panel is the same for all setups; what changes is the npm package you use.

Choosing a framework

FrameworkPackageDocs
React@aithinks/chatbot-react-widgetReact setup
Angular@aithinks/chatbot-widget-elementAngular setup
Vue.js@aithinks/chatbot-widget-elementVue.js setup
  • React — native React component (appId, language props).
  • Angular / Vue.js — the same Web Component package (chatbot-widget, attribute: appid).

Before you start

  1. Create a Widget app in the admin panel.
  2. Copy the application ID (appId).
  3. Open the setup page for your framework.

Next steps

  1. React
  2. Angular
  3. Vue.js