asyntai/contao-chatbot-bundle

Adds the Asyntai AI chat assistant to a Contao website. It answers visitor questions 24/7 using your own content.

Maintainers

Package info

github.com/asyntai/contao-chatbot-bundle

Homepage

Documentation

Type:contao-bundle

pkg:composer/asyntai/contao-chatbot-bundle

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-08-12 04:34 UTC

This package is auto-updated.

Last update: 2026-08-12 04:46:48 UTC


README

Adds the Asyntai AI chat assistant to a Contao website. The chat bubble appears on every front end page and answers visitor questions around the clock, using your own pages, documents and product information.

Requirements

  • Contao 5.3 or later
  • PHP 8.2 or later
  • A free Asyntai account

Installation

With the Contao Manager, search for Asyntai and install the package.

With Composer:

composer require asyntai/contao-chatbot-bundle

Setup

  1. Create a free account at asyntai.com and add your website.
  2. Open Setup & Integration in the Asyntai dashboard and copy the snippet.
  3. In the Contao back end, go to System → Settings.
  4. Paste the snippet into Asyntai widget ID and save.

The chat bubble now appears on the front end. To switch the chat off, clear the field.

You can change the assistant, its colours, its greeting and its knowledge at any time on asyntai.com. You do not need to change anything in Contao for that.

How it works

The extension adds one small script to the end of the body, through the generatePage hook. The script loads the widget only after the page load event, so it never delays your own content.

No visitor data is sent to Asyntai until a visitor opens the chat.

Licence

MIT