asyntai / craft-chatbot
Asyntai - AI Chatbot plugin for Craft CMS
Package info
github.com/asyntai/plugin-ai-chatbot-for-craft-cms
Language:Twig
Type:craft-plugin
pkg:composer/asyntai/craft-chatbot
Requires
- php: >=7.2
- craftcms/cms: ^3.7 || ^4.0 || ^5.0
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)
- Add the plugin as a path repository in your project's
composer.json:
"repositories": [ { "type": "path", "url": "plugins/craft/asyntai" } ]
- Require the plugin via Composer:
composer require asyntai/asyntai-chatbot
- Install the plugin in Craft CP:
- Go to Settings → Plugins
- Find "Asyntai - AI Chatbot" and click Install
Method 2: Manual Installation
- Copy the
asyntaifolder to your Craft project'svendordirectory (or use a custom modules path) - Run
composer dump-autoloadfrom your project root - Install the plugin via Craft CP: Settings → Plugins → Install
Setup
- After installation, go to Settings → Plugins → Asyntai - AI Chatbot
- Click the Get started button to create a free Asyntai account or sign in
- The popup will connect your site automatically
- 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