Skip to main content

Web SDK

The Inworld Web SDK is available here. It enables developers to easily integrate AI characters into the browser. The SDK can be used to capture the user's audio stream, send text messages and render conversation history. You can start your experience from the provided React example and then create your own one using any JavaScript (TypeScript) library.

Installation

You can install the package using the following command:

npm install @inworld/web-sdk

or

yarn add @inworld/web-sdk