Installation

Install VueBot using npm or include it via CDN. Choose the method that works best for your project.

NPM Installation

For React, Next.js, or any project using a bundler, install VueBot via npm:

npm install @vuedapt/vuebot

Important

When using the NPM package, you must import the CSS file for styles to work properly.

CDN Installation

For vanilla HTML or projects without a bundler, include VueBot via CDN:

<link rel="stylesheet" href="https://unpkg.com/@vuedapt/vuebot@latest/dist/vuebot-widget.css">
<script src="https://unpkg.com/@vuedapt/vuebot@latest/dist/vuebot-widget.standalone.js"></script>

Get Your API Key

Before you can use VueBot, you'll need an API key. Sign up and generate your API key at vuebot-client.vuedapt.com

Next Steps

Once you have VueBot installed, check out the Quick Start guide to get your first chatbot up and running.