EZ Chatbot
EZ Chatbot is a WordPress plugin that allows you to create a custom chatbot for your website using the OpenAI API.
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/medinnna/ez-chatbot/archive/refs/heads/main.zipWordPress plugin that integrates a personalized AI chatbot into your website.

Features
- 🤖 Custom AI Chatbot: Powered by your own knowledge base to deliver smart, tailored replies.
- 🎨 Customizable UI: Style it your way with live preview.
- 💾 Conversation Storage: Saves chats directly to your WordPress database.
- 📥 CSV Export: Download conversations anytime.
- 🔍 Search: Quickly find chats by name or email.
- 📊 Analytics: Total, monthly and weekly stats with trend insights.
- 🔗 Webhooks: Connect with your favorite external services.

Installation
- Download
ez-chatbot.zipfrom the releases page. - Go to Plugins on your WordPress admin panel.
- Select Add new plugin.
- Select Upload plugin and choose the downloaded file.
- Click Install Now.
Build/Development
- Clone the repository:
git clone https://github.com/medinnna/ez-chatbot.git
- Install the dependencies.
npm install
- Build the plugin.
npm run build
The build automatically creates the plugin zip file in the dist folder only with the necessary files.
License
EZ Chatbot is licensed under the GPL v3 or later.