WordPress.org

Plugin Directory

EasyIT AI Chat β€” Chatbot for OpenAI, Claude, DeepSeek, Gemini & Ollama

EasyIT AI Chat β€” Chatbot for OpenAI, Claude, DeepSeek, Gemini & Ollama

Description

EasyIT AI Chat is the most feature-rich free AI chatbot plugin for WordPress. Drop in [eaic_chat] on any page to add a fully-featured ChatGPT-style assistant β€” powered by OpenAI, Anthropic Claude, Google Gemini, DeepSeek, or a 100% free local Ollama model. No coding required.

You own your data, you control your keys. No tracking, no telemetry, no subscription β€” ever.

🌐 Website: easyit.com.bd
πŸ“Ί Tutorials: youtube.com/@easybdit
πŸ’¬ Community: facebook.com/easybdit

✨ Supported AI Providers

  • πŸ¦™ Ollama β€” Run open-source models (Llama, Mistral, Gemma, Qwen, etc.) on your own server. 100% private, 100% free.
  • πŸ€– OpenAI (ChatGPT) β€” GPT-4o, GPT-4o-mini, GPT-4.1, o3, o4-mini and more.
  • 🧠 Anthropic (Claude) β€” Claude 3.7 Sonnet, Claude 3.5 Sonnet, Claude 3.5 Haiku, Claude 3 Opus.
  • πŸ” DeepSeek β€” DeepSeek-Chat, DeepSeek-Reasoner.
  • ✦ Google Gemini β€” Gemini 2.5 Pro, Gemini 2.5 Flash, Gemini 2.0 Flash, Gemini 1.5 Flash.
  • πŸ”§ Custom Providers β€” Any OpenAI-compatible endpoint (LM Studio, custom gateway, proxies, etc.).

πŸš€ Core Features

  • One shortcode, any provider β€” [eaic_chat provider="gemini"] β€” switch provider per page, no settings change needed
  • ChatGPT-style UI β€” Sidebar with conversation history, code blocks with copy button, markdown rendering
  • Auto-title sessions β€” First message auto-generates a meaningful conversation title via the AI
  • Conversation memory β€” Sessions saved per logged-in user or guest (cookie-scoped, never cross-user)
  • Custom system prompt β€” Set globally in settings or override per shortcode
  • Lock system prompt β€” Prevent front-end prompt injection; admin-configured prompt only
  • Test Connection button β€” Verify your API key or Ollama URL before going live
  • Rate limiting β€” Per-user, per-session, and per-IP throttle to prevent abuse
  • Data retention β€” Auto-purge old conversations after a configurable number of days
  • Context window control β€” Choose how many previous messages to include per AI request (1–20)
  • Privacy notice β€” Optional configurable notice linking to your Privacy Policy
  • Lightweight β€” Assets load only on pages using the shortcode
  • No telemetry β€” Zero external calls except to the AI provider you choose
  • Open source β€” GPL-2.0-or-later, fully auditable

πŸ’¬ Chat UX & Interaction

  • Typing indicator β€” Smooth 3-dot animated bubble while AI is responding (accent-color matched)
  • Stop & Regenerate β€” Cancel a response mid-stream with the ⏹ Stop button; re-run with πŸ”„ Regenerate
  • Message timestamps β€” HH:MM time shown next to every message label
  • Copy message β€” Hover any AI response to reveal a one-click copy button
  • Read aloud (TTS) β€” πŸ”Š Speaker button reads any AI message using the browser’s built-in Speech Synthesis API
  • Voice input β€” 🎀 Microphone button transcribes speech directly into the input field (Web Speech API)
  • Fullscreen mode β€” Expand the chat widget to full-screen overlay; press Escape to exit
  • Message feedback β€” πŸ‘ / πŸ‘Ž buttons below AI responses; ratings stored in your DB
  • Session search β€” Search box in the sidebar filters conversations by title in real time

🎨 Customization

  • Welcome message β€” Custom AI greeting bubble when a new chat starts (supports markdown)
  • Suggested questions β€” Clickable chip buttons that send a question instantly
  • Custom AI avatar β€” Replace the πŸ€– emoji with any image from your Media Library
  • Color customization β€” Accent, user bubble, and bot bubble colors via color pickers; reset to default in one click
  • Floating chat widget β€” Fixed launcher button on every page; configurable position (bottom-right / bottom-left) and label
  • Bot profiles β€” Save named configurations (provider, title, system prompt) and load with [eaic_chat profile="slug"]
  • Multiple providers per site β€” Different providers on different pages using shortcode attributes

πŸ“Š Analytics & Insights

  • Analytics dashboard β€” Total conversations, total messages, messages today, active chats (7 days), most-used provider
  • 7-day bar chart β€” Pure CSS message chart β€” no external libraries
  • Feedback stats β€” Helpful / Not helpful rating counts from user feedback

πŸ”§ Developer & Admin Tools

  • Shortcode Builder β€” Visual admin page: configure provider, title, height, system prompt β€” shortcode updates live, copy with one click
  • Conversation export β€” Download any conversation as a .txt file
  • Webhook support β€” POST to any URL after each AI response; JSON payload with session UUID, message, provider, timestamp; optional HMAC-SHA256 signature header
  • Configurable message length β€” Set max characters per user message (50–4000)

πŸ”’ Security Suite (v2.0)

  • Access restriction β€” Allow everyone, logged-in users only, or specific WordPress user roles
  • IP blocklist β€” Block specific IPv4 / IPv6 addresses from sending messages
  • Word filter β€” Block or warn when a message contains banned words; configurable action
  • Prompt injection detection β€” Auto-detect and block jailbreak patterns (“ignore all previous instructions”, “DAN mode”, etc.)
  • No-storage mode β€” Opt out of saving conversations to the database entirely (GDPR-strict setups)
  • Anti-bot math captcha β€” Simple arithmetic challenge before the first message; no external API or cookies required
  • Abuse alert email β€” Get an email notification when the rate limit is exceeded; configurable recipient
  • GDPR consent gate β€” Show an accept banner before the chat activates; consent stored in a browser cookie (365 days)

πŸ›’ WooCommerce Add-on (Pro)

Looking for WooCommerce features? EasyIT AI Chat Pro adds:

  • Order Status Bot β€” Customers check order status by chatting. Guests verify via order number + billing email.
  • Product Q&A Bot β€” AI answers questions about any product (price, stock, description). Smart keyword search included.
  • Floating Smart Widget β€” Context-aware chat launcher that appears on all pages automatically.
  • Lead Capture β€” Collect visitor name and email before chat starts.

πŸ”§ Shortcode Examples

Basic usage:
[eaic_chat]

Specify a provider:
[eaic_chat provider=”gemini” title=”Support Bot” height=”500″]

Custom system prompt:
[eaic_chat provider=”ollama” system_prompt=”You are a helpful gardening assistant.”]

Load a saved bot profile:
[eaic_chat profile=”support-bot”]

Full example:
[eaic_chat provider=”openai” title=”Ask Anything” placeholder=”Type your question…” height=”600″ system_prompt=”You are a helpful assistant for our website.”]

Available attributes: provider, title, placeholder, system_prompt, height, profile

πŸ’‘ Use the Shortcode Builder (EasyIT AI Chat Shortcode Builder) to generate shortcodes visually β€” no typing required.

πŸ”’ Privacy

When a user sends a message, it is forwarded to your configured AI provider along with the conversation history. Messages are also stored in your own database so conversations can resume. Nothing is sent to the plugin author. You should mention your chosen provider in your site’s Privacy Policy.

External Services

This plugin connects to external AI services depending on which provider you configure. No data is transmitted unless a user actively sends a chat message.

OpenAI

Used when OpenAI is selected as the AI provider.
* Service URL: https://api.openai.com/
* Terms of Use: https://openai.com/policies/row-terms-of-use
* Privacy Policy: https://openai.com/policies/row-privacy-policy

Anthropic (Claude)

Used when Anthropic is selected as the AI provider.
* Service URL: https://api.anthropic.com/
* Terms of Use: https://www.anthropic.com/legal/consumer-terms
* Privacy Policy: https://www.anthropic.com/legal/privacy

DeepSeek

Used when DeepSeek is selected as the AI provider.
* Service URL: https://api.deepseek.com/
* Terms of Use: https://chat.deepseek.com/downloads/DeepSeek%20Terms%20of%20Use.html
* Privacy Policy: https://chat.deepseek.com/downloads/DeepSeek%20Privacy%20Policy.html

Google Gemini

Used when Google Gemini is selected as the AI provider.
* Service URL: https://generativelanguage.googleapis.com/
* Terms of Use: https://ai.google.dev/gemini-api/terms
* Privacy Policy: https://policies.google.com/privacy

Ollama

Used when Ollama is selected. Calls your own self-hosted Ollama server URL.
No third-party service is involved unless you point it at a remote server.

Data sent to external services: The user’s chat message and recent conversation history (last 10 messages). No personal data beyond what the user types is transmitted.

Screenshots

  • Chat interface β€” conversation history sidebar, user and AI messages, timestamps, copy and read-aloud buttons.
  • Settings page β€” provider tabs, API keys, Test Connection button, UI customization, and Security Suite.
  • Analytics dashboard β€” total conversations, messages, 7-day bar chart, feedback ratings.

Installation

Automatic Installation (Recommended)

  1. Go to Plugins Add New in your WordPress dashboard
  2. Search for EasyIT AI Chat
  3. Click Install Now then Activate

Manual Installation

  1. Download the plugin zip file
  2. Go to Plugins Add New Upload Plugin
  3. Upload the zip and click Install Now
  4. Activate the plugin

Setup

  1. Go to EasyIT AI Chat Settings
  2. Choose your preferred AI provider and enter your API key
  3. Click Test Connection to verify everything works
  4. Add [eaic_chat] to any page, post, or widget area

FAQ

Do I need an API key?

For OpenAI, Anthropic, DeepSeek, and Google Gemini β€” yes, you need your own API key. For Ollama β€” no key needed, just a running Ollama server.

How do I get an API key?

Where can I run Ollama?

Locally on your server, or any machine reachable via HTTP. Visit ollama.com for installation instructions.

Does the plugin store conversations?

By default yes β€” in custom database tables in your own database. All data is deleted when you uninstall the plugin. Guest sessions use a cookie token and are never linked to personal data. You can enable No-Storage Mode in Settings Security to disable all DB writes entirely.

Can I disable conversation history?

Yes. Enable No-Storage Mode in Settings Security No-Storage Mode. Messages will not be saved to the database at all β€” ideal for GDPR-strict setups.

Will it slow down my site?

No. Frontend assets (~25 KB CSS + ~15 KB JS) only load on pages where the [eaic_chat] shortcode is used.

Can I use multiple providers on the same site?

Yes β€” use the provider attribute to specify different providers on different pages: [eaic_chat provider="openai"] on one page and [eaic_chat provider="gemini"] on another.

Is this plugin really free?

Yes β€” GPL-2.0-or-later. The only costs are to your chosen AI provider. Ollama is completely free.

Does it work with WooCommerce?

WooCommerce-specific bots (Order Status Bot, Product Q&A Bot, Floating Widget) are available in EasyIT AI Chat Pro.

How do I restrict the chat to logged-in users only?

Go to Settings Security Access Restriction and select “Logged-in users only” or “Specific user roles”. Guests will see a “You must be logged in” message instead of the chat.

Can I block abusive users?

Yes. Use IP Blocklist (Settings Security) to block specific IP addresses. Enable the Word Filter to block banned words or phrases. Turn on Abuse Alert to receive an email when the rate limit is exceeded.

Does the floating widget work without WooCommerce?

Yes β€” the Floating Chat Widget in the free plugin works on any WordPress site. Enable it in Settings UI, choose position (bottom-right or bottom-left), set a label, and it appears on every page automatically.

Can I have different chatbots on different pages?

Yes. Use Bot Profiles (Settings Profiles) to save named configurations, then load them per page: [eaic_chat profile="support-bot"] on one page and [eaic_chat profile="sales-bot"] on another. Each profile has its own provider, title, and system prompt.

How does the webhook work?

After each AI response completes, the plugin sends a non-blocking POST request to your configured URL with a JSON body containing: session_uuid, user_message, ai_response, provider, timestamp, and site_url. Optionally add a secret key to receive a X-EAIC-Signature HMAC-SHA256 header for verification. Compatible with Zapier, Make (Integromat), n8n, and any HTTP endpoint.

Does voice input work on all browsers?

Voice input uses the browser’s Web Speech API which is supported in Chrome, Edge, and Safari. It requires HTTPS. Firefox does not support this API.

Is the math captcha accessible?

The captcha is a simple arithmetic question (e.g., “3 + 7 = ?”) that appears above the chat input. It requires no external service, no cookies, and no images β€” just basic arithmetic. It is solved once per page load.

Where can I get support?

Reviews

There are no reviews for this plugin.

Contributors & Developers

“EasyIT AI Chat β€” Chatbot for OpenAI, Claude, DeepSeek, Gemini & Ollama” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

2.1.1

  • Fix: Custom provider settings now save reliably (JSON decode fallback prevents silent data loss on save).
  • Fix: Settings page stays on the active tab after saving (sessionStorage-based tab restore).
  • Fix: Custom provider slugs (custom_1, custom_2 …) are now accepted as the Default Provider.

2.1.0

  • New: Custom Providers β€” add any OpenAI-compatible API endpoint (LM Studio, custom gateway, Ollama proxy, etc.) via Settings Custom tab. Use with [eaic_chat provider="custom_1"]. Includes per-provider Test Connection button, Enable/Disable toggle, configurable URL, API key, model, and timeout.

2.0.1

  • Bug fixes from code audit: fixed critical array key mismatch in feedback ownership check (feedback now correctly accepts/rejects based on actual session owner), fixed missing closing div in AI Avatar settings card (cosmetic HTML issue), improved no-storage mode (no longer creates orphan session records in DB), made frontend_i18n() a static method, updated Anthropic default model, fixed Tested up to header (6.8), improved copy button error handling in Shortcode Builder.

2.0.0

  • Major release β€” Security Suite. Eight new security features in Settings Security:
  • Access Restriction β€” Allow everyone, logged-in users only, or specific user roles.
  • IP Blocklist β€” Block specific IP addresses from using the chat.
  • Word Filter β€” Block or warn when a message contains banned words/phrases (case-insensitive, one per line).
  • Prompt Injection Detection β€” Detect and block common jailbreak/injection patterns automatically.
  • No-Storage Mode β€” Opt out of saving conversations to the database entirely (GDPR-strict setups).
  • Anti-Bot Math Captcha β€” Simple arithmetic challenge before the first message. No external API required.
  • Abuse Alert Email β€” Get an email when the rate limit is exceeded. Configurable recipient.
  • Message Length Limit β€” Configure max characters per user message (50–4000, default 4000).

1.0.31

  • Added Webhook Support β€” configure a webhook URL in Settings Webhook. After each AI response, the plugin sends a non-blocking POST to your URL with JSON payload: session_uuid, user_message, ai_response, provider, timestamp. Optional HMAC-SHA256 secret key adds an X-EAIC-Signature header for verification. Compatible with Zapier, Make (Integromat), n8n, and any HTTP endpoint.

1.0.30

  • Added Multiple Bot Profiles β€” create named configurations (slug, name, provider, title, system prompt) in Settings Profiles. Load any profile with [eaic_chat profile="your-slug"]. Profiles appear in the Shortcode Builder for one-click selection.

1.0.29

  • Added Shortcode Builder β€” a new admin page (EasyIT AI Chat Shortcode Builder) lets you configure the chatbot visually. Choose provider, title, placeholder, height, and system prompt with dropdowns and inputs. The shortcode updates live and a Copy button puts it on your clipboard instantly. No typing required.

1.0.28

  • Added Context Length Control β€” a new “Context Window (messages)” setting (1–20, default 10) controls how many previous messages are sent to the AI with each request. Lower values reduce token cost; higher values give the AI more conversation memory. Find it in Settings AI Behavior.

1.0.27

  • Added Read Aloud (TTS) β€” a speaker button appears on hover over any AI message. Click to have the browser read the message aloud using the Web Speech API (SpeechSynthesis). Click again to stop. No external service required β€” uses the built-in browser engine.

1.0.26

  • Added GDPR Consent Gate β€” optionally show a consent banner before the chat activates. Users must click an accept button before chatting. Consent is stored in a browser cookie (365 days). Configurable message text and button label. Enable in Settings UI.

1.0.25

  • Added Fullscreen Mode β€” an expand button in the chat topbar switches the widget to full-screen overlay. Press Escape or click again to exit. Works on any page without layout changes.

1.0.24

  • Added Session Search β€” a search box in the chat sidebar lets users filter conversations by title in real time. No extra server requests β€” filtering is client-side.

1.0.23

  • Added Message Feedback β€” πŸ‘/πŸ‘Ž buttons appear below each AI response. Ratings are stored in your database and visible in the Analytics dashboard (Helpful / Not helpful counts). Feedback resets if you regenerate a response.

1.0.22

  • Added Copy Message β€” hover any AI response to reveal a copy button. Copies the plain text of the message to the clipboard. Shows a checkmark confirmation on success.

1.0.21

  • Added Message Timestamps β€” each chat message now shows the time it was sent (HH:MM format) next to the sender label. Timestamps are preserved when loading conversation history.

1.0.20

  • Added Stop & Regenerate β€” the Send button turns into a red Stop button while the AI is responding. Click Stop to cancel the stream at any time. After a response completes, a Regenerate button appears below the last AI message to re-run the same query.

1.0.19

  • Improved Typing Indicator β€” replaced the hourglass thinking bubble with a smooth 3-dot animated typing indicator (classic messaging-app style). Dots use the configured accent color and animate with a staggered bounce. Timer appears after 5 seconds for slow responses.

1.0.18

  • Added Analytics Dashboard β€” new admin page (EasyIT AI Chat Analytics) showing total conversations, total messages, messages today, active chats this week, most used provider, and a 7-day message bar chart. All data from your own database, zero external tracking.

1.0.17

  • Added Floating Chat Widget β€” a fixed launcher button that appears on every page. Click to open a slide-up chat panel. Configurable position (bottom-right / bottom-left), label, and uses your accent color. Enable in Settings UI. No WooCommerce required.

1.0.16

  • Added Conversation Export β€” a download button in the chat topbar lets users save the current conversation as a .txt file. Enable in Settings UI.

1.0.15

  • Added Voice Input β€” enable a microphone button in the input area. Uses the browser’s Web Speech API (Chrome, Edge, Safari). Speech is transcribed directly into the text field. Enable in Settings UI. Requires HTTPS.

1.0.14

  • Added Color Customization β€” set Accent, User message, and AI message bubble colors via color pickers in Settings UI. Changes apply instantly with a reset-to-default button for each color.

1.0.13

  • Added Custom AI Avatar β€” upload any image from the WordPress Media Library to replace the default πŸ€– emoji in all AI message bubbles. Configurable in Settings UI.

1.0.12

  • Added Suggested Questions β€” display clickable question chips below the welcome area. Clicking a chip sends it instantly. Up to 6 chips, one per line. Configurable in Settings UI.

1.0.11

  • Added Welcome Message β€” enable a custom AI greeting bubble that appears when a new chat session starts. Configurable in Settings UI. Supports markdown. Not stored or sent to the AI.

1.0.10

  • Added “Upgrade to Pro ” link in the plugins list for easy access to the Pro version.

1.0.9

  • Fixed fatal error on activation β€” Freemius SDK vendor files now included in the plugin package.

1.0.8

  • Renamed Freemius helper function to eaic_fs() for consistency with plugin prefix.

1.0.7

  • WooCommerce bots moved to EasyIT AI Chat Pro add-on.
  • Updated default models: GPT-4o-mini (OpenAI), Claude 3.5 Haiku (Anthropic), Gemini 2.0 Flash (Gemini).
  • Added newer model examples in settings: GPT-4.1, o3, o4-mini, Claude 3.7 Sonnet, Gemini 2.5 Pro/Flash.

1.0.6

  • Minor bug fixes and stability improvements.

1.0.5

  • Minor bug fixes and stability improvements.

1.0.4

  • Added Google Gemini provider (Gemini 1.5 Flash, Gemini 1.5 Pro, Gemini 2.0 Flash).
  • Added auto-title generation β€” first message generates a meaningful session title via the active AI provider.
  • Added data retention cron β€” sessions older than the configured number of days are purged automatically.
  • Added per-IP rate limiting as a secondary hard cap alongside the existing per-user/session limit.
  • Added Lock System Prompt setting to prevent front-end prompt injection on public sites.
  • Improved guest cookie security: SameSite=Lax attribute now set via PHP 8.0 array signature.
  • Rate limit window and max values are now configurable in Settings Security.

1.0.3

  • Renamed shortcode from [easyai] to [eaic_chat] to use the plugin’s eaic prefix (WordPress.org review feedback).

1.0.2

  • Renamed plugin and folder to comply with WordPress.org trademark guidelines.
  • All exception messages now escaped before being thrown.
  • All direct database queries paired with object-cache reads/writes.
  • All AJAX handlers verify nonce before reading $_POST.
  • Removed deprecated load_plugin_textdomain() call (handled automatically since WP 4.6+).
  • All view-scoped variables prefixed to avoid global namespace collisions.
  • Excluded development files from production zip.

1.0.1

  • Initial public release.