genauchat / typo3-plugin
Adds the genau.chat AI chat widget to your TYPO3 website. Easy setup via backend module.
Package info
github.com/genauchat/typo3-plugin
Type:typo3-cms-extension
pkg:composer/genauchat/typo3-plugin
1.1.0
2026-03-23 13:35 UTC
Requires
- typo3/cms-backend: ^13.4 || ^14.0
- typo3/cms-core: ^13.4 || ^14.0
- typo3/cms-extbase: ^13.4 || ^14.0
- typo3/cms-fluid: ^13.4 || ^14.0
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
- Go to Admin Tools → genau.chat in the TYPO3 backend
- Sign up at genau.chat and add your website
- Copy your widget code and paste it into the field
- 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:
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
- Remove the widget code from the backend module (optional but recommended)
- Run the following command:
composer remove genauchat/typo3-plugin
- Flush TYPO3 caches
- 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
