Skip to Content
🎉 Welcome to Delivery Chat Documentation
V1Integration Overview

Integration Overview

Delivery Chat offers multiple ways to add chat support to your application.

The vanilla JavaScript chat widget is the fastest way to add chat to any website. Add a script tag and call DeliveryChat.init()—no framework required.

REST API

The REST API gives you full programmatic control over conversations and messages from your own backend or client. Authenticate with an API key and interact via standard HTTP requests.

JavaScript SDK

The TypeScript/JavaScript SDK (@deliverychat/sdk) gives you full programmatic control with type safety. Use it in React, Vue, Next.js, or any frontend framework — initialize with init(), subscribe to events, and clean up with destroy().

Last updated on