Start

Quickstart.

Drop the widget on your site and send your first reply.

01

Sign up.

Create your free account at kaltalk.com/signup. No credit card. You’re in within a minute.

02

Add the widget to your site.

Copy the snippet below and paste it before the closing </body> tag. Replace YOUR_ORG_ID with the value shown in your dashboard.

<script>
  (function() {
    var s = document.createElement("script");
    s.src = "https://cdn.kaltalk.com/widget.js";
    s.async = true;
    s.onload = function() {
      KalTalk.init({
        organizationId: "YOUR_ORG_ID"
      });
    };
    (document.head || document.body || document.documentElement).appendChild(s);
  })();
</script>

Note: Vite, CRA, or any other SPA? Drop the HTML snippet into your index.html. Same effect.

03

Send your first reply.

Open the widget on your site and send yourself a test message. It lands in your inbox within seconds. Click in, type a reply, send. Your visitor sees it instantly.