WP Manifestindependent plugin directory
manifest / ai / ez-chatbot

EZ Chatbot

EZ Chatbot is a WordPress plugin that allows you to create a custom chatbot for your website using the OpenAI API.

by Carlos Medina · github.com/medinnna/ez-chatbot · website

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.zip

WordPress plugin that integrates a personalized AI chatbot into your website.

EZ Chatbot

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.


EZ Chatbot Dashboard

Installation

  • Download ez-chatbot.zip from 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.