Documentation

Build with Easy Chat

Everything you need to integrate, configure, and ship real-time chat in your product.

Preview — we're finalizing the full reference
  • Introduction

    What Easy Chat is, core concepts, and how the platform fits into your product.

    Coming soon
  • Quick Start

    Create a tenant, configure features, and embed the widget in a few minutes.

    Coming soon
  • Configuration

    Tenant metadata, feature flags, theming, and localization options.

    Coming soon
  • Widget Embed

    Drop-in snippet, customization hooks, and event callbacks.

    Coming soon
  • Feature Flags

    Toggle reactions, voice messages, encryption, group chats and more.

    Coming soon
  • API Reference

    REST endpoints, authentication, and webhooks. Full reference coming soon.

    Coming soon

Quick start

A minimal example of embedding the Easy Chat widget on any page:

index.html
<!-- Easy Chat widget -->
<script src="https://cdn.easychat.io/widget.js"></script>
<script>
  EasyChat.init({
    tenantId: "your-tenant-id",
    theme: "auto"
  });
</script>

This is a temporary example. Detailed guides and the complete API reference will be published here shortly.