JavaScript Chat UI SDK

Integrate Convai's conversational services with a Chat UI into your Web Application.

Before you begin

Sign in to Convai and copy your API key. This will help you to converse with the avatar at a later step.

Install the package

Convai Chat UI SDK is available as an npm package. Run the following command in the root of your React project to install the package.

npm install convai-chatui-sdk@latest

LTS Version: 0.0.4

Overview

Convai's JavaScript Chat UI SDK provides you with a set of tools to integrate Convai's conversational AI services with a Chat UI into your web-based applications. Our Chat UI package is designed to drastically expedite the process of establishing a chat environment for web-based applications. With streamlined integration, developers can now effortlessly setup an interactive, fully customizable chat interface in no time.

Before you begin with the integration, make sure, you have created an account with Convai and have your own API-Key.

Last updated