asyntai/craft-chatbot

Asyntai - AI Chatbot plugin for Craft CMS

Maintainers

Package info

github.com/asyntai/plugin-ai-chatbot-for-craft-cms

Language:Twig

Type:craft-plugin

pkg:composer/asyntai/craft-chatbot

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

1.0.1 2025-12-08 20:20 UTC

This package is auto-updated.

Last update: 2026-03-20 05:53:30 UTC


README

AI assistant / chatbot plugin for Craft CMS – Provides instant answers to your website visitors.

Description

Asyntai adds an AI chatbot to your Craft CMS site. It provides instant answers to visitors according to your instructions/knowledge base.

Requirements

  • Craft CMS 3.7 or later (supports Craft 3, 4, and 5)
  • PHP 7.2 or later

Installation

Method 1: Via Composer (Recommended)

  1. Add the plugin as a path repository in your project's composer.json:
"repositories": [
    {
        "type": "path",
        "url": "plugins/craft/asyntai"
    }
]
  1. Require the plugin via Composer:
composer require asyntai/asyntai-chatbot
  1. Install the plugin in Craft CP:
    • Go to SettingsPlugins
    • Find "Asyntai - AI Chatbot" and click Install

Method 2: Manual Installation

  1. Copy the asyntai folder to your Craft project's vendor directory (or use a custom modules path)
  2. Run composer dump-autoload from your project root
  3. Install the plugin via Craft CP: SettingsPluginsInstall

Setup

  1. After installation, go to SettingsPluginsAsyntai - AI Chatbot
  2. Click the Get started button to create a free Asyntai account or sign in
  3. The popup will connect your site automatically
  4. Once connected, the chatbot will appear on all pages of your site

Configuration

After connecting your account, you can:

  • Manage chatbot settings: Visit Asyntai Dashboard
  • Customize AI responses: Go to Setup page
  • View chat logs: Available in your Asyntai panel

External Services

This plugin connects to Asyntai.com to enable and operate the chatbot widget. The Asyntai service hosts the chatbot application and processes chats so your visitors can interact with the AI assistant on your site.

To complete the plugin setup, you need to create an account or log in to your existing Asyntai account (via asyntai.com). The external service is required to deliver the chatbot experience, process messages, and manage settings and logs.

See Asyntai's Terms of Service and Privacy Policy.

Support

For support, please visit asyntai.com/contact

License

MIT License - see LICENSE file for details

Changelog

1.0.0

  • Initial release
  • Support for Craft CMS 3.7+ through 5.x
  • OAuth-style connection flow
  • Automatic chatbot injection on all site pages