Add a support agent to your Silverstripe site

One composer require, one field in the CMS, and Chatixy answers visitors 24/7.

Chatixy adds an AI support agent to Silverstripe CMS as a normal Composer module. It learns your pages and answers visitors from your own content, with a clean handoff to your team when a human is needed.

There are no template changes. The module attaches an extension to ContentController, so the loader is added to every page type, and the widget key is a field on the CMS Settings screen rather than something in code.

Chatixy'yi Silverstripe ekleyin

Create your agent

Sign up, add your site URL and let Chatixy train on your pages.

Require the module

In your project root run composer require chatixy/silverstripe-chatixy.

Build the database

Run dev/build?flush=1 (or sake dev/build flush=1) so the new setting is created.

Paste your key

In the CMS open Settings → Chatixy, paste your widget key and save.

Reload your site

Open your site - the launcher appears and starts answering questions on every page.

Silverstripe üzerinde Chatixy

Which Silverstripe versions are supported?

CMS 5.4 and CMS 6. One extension class serves both: hooks are invoked from inside the Extension class, so the visibility change in CMS 6 does not break CMS 5.4, and the config statics that create the setting work the same in both.

Do I need to edit a template?

No. The module registers the tag through Silverstripe’s Requirements API from a ContentController extension, so it applies to every page type without touching Page.ss. Editing a template is offered only as an alternative if you would rather not install a module.

Where is the module published?

Packagist, which is now the only channel - the separate Silverstripe addons directory has been discontinued and all addons are managed via Packagist.

Bağlantı kurulduğunda müşterilerinizin elde edecekleri

Canlı demo

Hazır bir demo - gördüğünüz her özellik kutudan çıktığı gibi kullanıma hazır.

Bugün Silverstripe üzerinde başlatın

Chatixy'i içeriğinizle eğitin ve bir snippet yapıştırın - 7 günlük ücretsiz deneme ile başlayın, kredi kartı gerekmez.