genauchat/typo3-plugin

Adds the genau.chat AI chat widget to your TYPO3 website. Easy setup via backend module.

Maintainers

Package info

github.com/genauchat/typo3-plugin

Type:typo3-cms-extension

pkg:composer/genauchat/typo3-plugin

Statistics

Installs: 8

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2026-03-23 13:35 UTC

This package is auto-updated.

Last update: 2026-05-08 08:54:33 UTC


README

Adds the genau.chat AI chat widget to your TYPO3 website. The widget turns website visitors into customers — easy setup in just 3 minutes.

Why use this plugin?

  • Ready in 3 minutes — install, paste your widget code, done
  • No database changes — the plugin does not add or modify any database tables
  • Zero performance impact — the widget script is injected before </body>, so it never blocks page rendering
  • No coding required — everything is configured through the TYPO3 backend
  • One toggle to rule them all — enable or disable the widget site-wide with a single click
  • Safe & validated — only scripts from genau.chat are accepted, preventing accidental third-party code injection

Requirements

  • TYPO3 13.4+
  • PHP 8.2+

Installation

composer require genauchat/typo3-plugin

Then flush TYPO3 caches.

Setup

  1. Go to Admin Tools → genau.chat in the TYPO3 backend
  2. Sign up at genau.chat and add your website
  3. Copy your widget code and paste it into the field
  4. Click Save — the widget appears on all pages immediately

After installation, a new genau.chat item appears in the left navigation of the TYPO3 backend:

genau.chat backend module

Features

  • Backend module for easy configuration
  • Enable / disable widget with one click
  • Widget code is injected before </body> on all frontend pages
  • Validates that the script belongs to genau.chat

Uninstallation

  1. Remove the widget code from the backend module (optional but recommended)
  2. Run the following command:
composer remove genauchat/typo3-plugin
  1. Flush TYPO3 caches
  2. In the TYPO3 backend go to Admin Tools → Extensions and deactivate the extension if it still appears in the list

The plugin leaves no traces — no database tables are created, so no cleanup is needed.

License

GPL-2.0-or-later