WP Manifestindependent plugin directory
manifest / ai / wp-ai-support

WP AI Support

AI chat widget for WordPress that answers visitor questions using your site's own content, and automatically escalates to WhatsApp when it's not confident in the answer. Supports Gemini, OpenAI, and Claude. Built with a custom admin dashboard for logging every conversation.

by Frank Uwora · github.com/frankuwora/wp-ai-support · website

0stars
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/frankuwora/wp-ai-support/archive/refs/heads/main.zip

Readme

=== WP AI Support === Contributors: frankuwora Tags: ai, chatbot, support, whatsapp, automation Requires at least: 6.0 Tested up to: 6.6 Requires PHP: 8.0 Stable tag: 1.0.0 License: GPLv2 or later

An AI chat widget that answers visitor questions using your site's own content, and escalates to WhatsApp when it can't confidently answer.

== Description ==

Most support chat plugins either connect you to a generic AI that makes things up, or just forward every message to your inbox. WP AI Support does neither.

When a visitor asks a question, the plugin searches your site's own published pages and posts for relevant content, then asks the AI to answer strictly from that content. If the AI isn't confident the answer is actually covered on your site, it doesn't guess, it escalates the question straight to your WhatsApp so a real person can step in.

Every conversation is logged in a clean dashboard inside wp-admin, so you always know what visitors are asking and what got escalated.

= Features =

  • Floating chat widget on your site's frontend
  • Answers grounded in your own WordPress content, no hallucinated answers
  • Automatic WhatsApp escalation when the AI can't confidently answer (360dialog or Twilio)
  • Full conversation logging with an admin dashboard
  • Works with OpenAI or Anthropic (Claude) as the AI provider
  • Lightweight, no page builder or theme dependency

== Installation ==

  1. Upload the plugin files to /wp-content/plugins/wp-ai-support
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to AI Support > Settings and add your AI provider API key
  4. Optionally configure WhatsApp escalation with your 360dialog or Twilio credentials

Read the full README on GitHub →