Title: Captain Live Chat
Author: Devang Vachheta
Published: <strong>September 25, 2026</strong>
Last modified: September 25, 2026

---

Search plugins

![](https://ps.w.org/captain-live-chat/assets/banner-772x250.png?rev=3712937)

![](https://ps.w.org/captain-live-chat/assets/icon-256x256.png?rev=3712937)

# Captain Live Chat

 By [Devang Vachheta](https://profiles.wordpress.org/devangvachheta/)

[Download](https://downloads.wordpress.org/plugin/captain-live-chat.1.0.0.zip)

[Live Preview](https://wordpress.org/plugins/captain-live-chat/?preview=1)

 * [Details](https://wordpress.org/plugins/captain-live-chat/#description)
 * [Reviews](https://wordpress.org/plugins/captain-live-chat/#reviews)
 *  [Installation](https://wordpress.org/plugins/captain-live-chat/#installation)
 * [Development](https://wordpress.org/plugins/captain-live-chat/#developers)

 [Support](https://wordpress.org/support/plugin/captain-live-chat/)

## Description

**Captain Live Chat** is a powerful, fully self-hosted live chat plugin for WordPress.
Unlike cloud-based services such as Tawk.to, Zendesk, or Crisp, Captain Live Chat
keeps every message in your own WordPress database. No monthly subscription, no 
external calls, no data leaving your server.

Whether you run a small business site, a support-heavy SaaS product, or an agency
managing chat for multiple clients, Captain Live Chat gives you a lightweight, self-
hosted inbox that works out of the box on any host.

[YouTube](https://www.youtube.com/@captaininfokit) | [X](https://x.com/captaininfokit)
| [Facebook Community](https://www.facebook.com/captaininfokit/) | [Free Support](https://wordpress.org/support/plugin/captain-live-chat)

**💬 A Real Chat Widget, Not a Contact Form**

A floating chat bubble on the front end opens into a real-time conversation: pre-
chat form, quick-reply chips, typing indicators, read receipts, and a dedicated 
offline lead-capture screen (with configurable name/email fields) when no agent 
is online.

**📥 Facebook Messenger–Style Agent Inbox**

A modern, React-based dashboard with a thread list and chat panel side by side. 
Agents can toggle online/offline, get a heartbeat that stays fresh from any admin
page (not just the Inbox), and go auto-away when their browser tab is hidden. Reopening
a closed conversation – by the visitor or an agent – leaves a permanent, timestamped
marker in the transcript, not just a temporary notice.

**🔔 Notifications That Actually Reach Agents**

Sound, browser push, in-app notifications (ticket reassignment, @mentions), and 
rate-limited email alerts make sure a new visitor message doesn’t sit unseen. A 
separate “Unanswered message reminder” re-emails agents if a conversation still 
hasn’t been answered after a configurable delay – including messages left through
the offline lead-capture form.

**👥 Role & User-Based Agent Permissions**

Decide exactly who can act as a chat agent – by WordPress role (e.g. all Editors)
or by picking individual users, regardless of role. Every agent’s own Team Access
row is protected from accidental self-lockout – you can’t remove your own access
or restrict your own page/action permissions, even by mistake.

**📊 Built-in Analytics & History**

Track chat volume, response times, and agent performance from the dashboard, with
full conversation history and CSV export.

**⚡ Lightweight & Shared-Hosting Friendly**

Real-time-feeling updates via AJAX polling (not WebSockets), so it works on shared
hosting exactly as well as on managed WordPress hosting.

**Perfect for:**

 * Small businesses that want live chat without a monthly subscription
 * Support teams who need conversation history and analytics in their own database
 * Agencies managing chat for multiple client sites
 * Any WordPress site that wants visitor data to stay on their own server

### Key Features

 * 💬 **Floating Chat Widget** : Pre-chat form, quick-reply chips, typing indicator,
   read receipts, and a dedicated offline lead-capture screen
 * 📥 **Agent Inbox** : Messenger-style thread list and chat panel, real-time polling,
   visitor info panel (browser, device, live current URL)
 * 👥 **Role & User Permissions** : Grant agent access by WordPress role or by individual
   user, with self-lockout protection built in
 * 🔔 **Notifications** : Sound, browser push, in-app @mentions/reassignment alerts,
   and rate-limited email for new and unanswered messages
 * 🟢 **Online Status & Auto-Away** : Presence heartbeat that stays live across 
   every admin page, automatic away when the browser tab is hidden
 * 📴 **Offline Experience** : A configurable lead-capture screen (welcome message,
   optional name/email fields, custom button text) shown when no agent is online
 * 🔁 **Persistent Conversation Timeline** : Closed/reopened events are saved permanently
   in the transcript – in the widget and the Inbox – not just a temporary on-screen
   notice
 * 📊 **Analytics & History** : Chat volume, response times, agent performance, 
   full history with CSV export
 * 💡 **Canned Replies** : Quick, reusable responses for agents
 * 🎨 **Widget Designer** : 5-step wizard – accent color, welcome screen, chat view,
   offline experience, and widget settings, all with a live preview
 * 🔒 **Self-Hosted** : All conversations stay in your own WordPress database – 
   no external calls
 * ⚡ **Lightweight** : AJAX polling instead of WebSockets – works on any shared
   host

### 🌟 Our Products

**[🥇 Captain Feed for YouTube](https://wordpress.org/plugins/captain-feed-for-youtube/)**:
Display customizable YouTube feeds for channels, playlists, Shorts, search results,
and individual videos.

**[🥇 Captain Funnel](https://wordpress.org/plugins/captain-funnel)** : Automate
WhatsApp messages for WooCommerce orders and form submissions using the official
WhatsApp Cloud API by Meta.

**[🥇 Captain Advance Filter](https://wordpress.org/plugins/captain-advance-filter/)**:
Create powerful filters for WordPress with advanced filtering options, flexible 
layouts, and easy customization.

**[🥇 Captain Widgets Kit](https://wordpress.org/plugins/captain-widgets-kit)** :
Extend your WordPress website with a collection of powerful Elementor widgets and
elements.

**[🥇 Captain Social Review](https://wordpress.org/plugins/captain-social-review)**:
Display reviews and testimonials from multiple platforms with beautiful layouts 
and easy customization.

### Source Code

The admin dashboard is a React application built with `@wordpress/scripts` (npm 
+ webpack). The published `build/index.js` and `build/index.css` are the compiled
output of the human-readable source (JSX/SCSS), which is publicly available at:

https://github.com/devangvachheta/captain-live-chat

To rebuild from source:

 1. Clone the repository above (it includes the `src/` folder and `package.json`).
 2. Run `npm install` to install dependencies.
 3. Run `npm run build` to produce a fresh `build/index.js` and `build/index.css` from
    the `src/` source.
 4. For active development with automatic rebuilds, use `npm run start` instead.

### Usage

After activation:

 1. **Set up agents** – Under Settings, allow specific WordPress roles or individual
    users as chat agents.
 2. **Customize the widget** – Use the Widget Settings wizard to set accent color, 
    welcome screen, chat view, and the offline lead-capture experience.
 3. **Go online** – Toggle “I am online” from your Profile page so visitors see an 
    active agent.
 4. **Reply in real time** – New visitor messages appear in the Inbox within a few 
    seconds via polling.
 5. **Review performance** – Check the Analytics tab for chat volume, response times,
    and history.

### External Services

Captain Live Chat makes no external network calls of any kind. Every feature (widget,
inbox, notifications, analytics, canned replies, knowledge base storage) runs entirely
on your own WordPress database, and no visitor or site data is sent to any third-
party server.

## Screenshots

[⌊The floating chat widget on a live site - pre-chat greeting, quick replies, and
the message thread.⌉⌊The floating chat widget on a live site - pre-chat greeting,
quick replies, and the message thread.⌉[

The floating chat widget on a live site – pre-chat greeting, quick replies, and 
the message thread.

[⌊The agent Inbox - thread list, active conversation, and visitor info panel side
by side.⌉⌊The agent Inbox - thread list, active conversation, and visitor info panel
side by side.⌉[

The agent Inbox – thread list, active conversation, and visitor info panel side 
by side.

[⌊Knowledge Base - add links or upload documents for your team's own reference.⌉⌊
Knowledge Base - add links or upload documents for your team's own reference.⌉[

Knowledge Base – add links or upload documents for your team’s own reference.

[⌊Analytics dashboard - chat volume, response time, and resolution rate at a glance.⌉⌊
Analytics dashboard - chat volume, response time, and resolution rate at a glance
.⌉[

Analytics dashboard – chat volume, response time, and resolution rate at a glance.

[⌊Widget Settings wizard - accent color, welcome screen, offline experience, and
a live preview.⌉⌊Widget Settings wizard - accent color, welcome screen, offline 
experience, and a live preview.⌉[

Widget Settings wizard – accent color, welcome screen, offline experience, and a
live preview.

[[

[[

## Installation

 1. Upload the `captain-live-chat` folder to `/wp-content/plugins/`, or install the
    plugin directly from the WordPress Plugins screen.
 2. Activate the plugin from the **Plugins** screen.
 3. Go to **Live Chat  Settings** and configure who can act as an agent.
 4. Visit your site and click the chat bubble (bottom-right) to start a test conversation.
 5. Return to **Live Chat  Dashboard**, enable “I am online”, and reply.

## FAQ

### Does this plugin require a paid subscription?

No. Captain Live Chat is 100% free and self-hosted. All data stays on your server.
An optional Pro add-on exists for teams that want extras like unlimited canned replies,
transcript/history export, and White Label branding.

### Does it work on shared hosting?

Yes. The plugin uses AJAX polling (not WebSockets), which works on all shared hosting
providers including Hostinger, Bluehost, SiteGround, and Kinsta.

### Is data stored on your servers?

Yes, entirely. All chat data is stored exclusively in your WordPress database. Captain
Live Chat itself makes no external network calls and sends data to no third-party
service.

### Does Captain Live Chat send my visitors’ data anywhere?

No. This plugin has no AI or third-party integrations of its own and makes no external
network calls of any kind.

### Can multiple agents reply to chats?

Yes. You can grant chat access by WordPress role (e.g. all Editors) or by selecting
individual users. Every agent’s own row in Team Access is protected – you can’t 
accidentally lock yourself out by removing your own access or restricting your own
permissions.

### What happens if no agent is online when a visitor writes in?

The widget shows a dedicated offline screen instead of the normal welcome screen:
your configured offline message, optional name/email fields, and a custom-text submit
button. The message is saved as a real conversation in your Inbox just like any 
other, so the “Unanswered message reminder” email and normal reply flow both still
apply.

### Can I customize what the offline lead-capture form asks for?

Yes. Under Widget Settings  Offline, you can edit the welcome message, toggle the
name and email fields on or off, and change the submit button text – all with a 
live preview.

### Will my visitors’ messages be safe?

All visitor inputs are sanitized server-side using WordPress functions. All AJAX
endpoints are protected by nonces. Visitor-facing endpoints are rate-limited to 
prevent spam.

### Can I change the widget colours?

Yes, through the Widget Settings wizard’s Appearance step (accent color, launcher
icon, position, and panel size), with a live preview on both desktop and mobile.

### Does the widget show a “Powered by Captain Live Chat” credit to my visitors?

No, not unless you turn it on. It is off by default. If you’d like to help others
discover the plugin, you can enable “Show ‘Powered by Captain Live Chat’ badge” 
under Settings  Notifications – entirely optional, and you can customize the badge
text to whatever you like. It’s always rendered as plain text with no external link,
regardless of what text you enter.

### What happens to data when I uninstall?

By default, your data is kept so you don’t lose anything if you reinstall later.
If you want a clean removal, turn on “Delete data on uninstall” in Settings before
deleting the plugin – this removes all plugin database tables, options, and transients
when you click Delete on the Plugins screen. A “Preserve settings on uninstall” 
option is also available if you want your role/notification preferences to survive
a future reinstall while everything else is wiped.

### Can AI assistants manage my chats?

Optionally, yes. On WordPress 6.9 or newer, the plugin registers a set of read/management
actions as WordPress Abilities via core’s Abilities API. With a separate MCP bridge
plugin installed, AI assistants can use those abilities. Every ability requires 
the “manage_options” capability and can be individually switched on or off from 
the plugin’s MCP page. This is entirely optional and unrelated to any third-party
AI provider – the plugin itself makes no AI API calls.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Captain Live Chat” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Devang Vachheta ](https://profiles.wordpress.org/devangvachheta/)

“Captain Live Chat” has been translated into 2 locales. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/captain-live-chat/contributors)
for their contributions.

[Translate “Captain Live Chat” into your language.](https://translate.wordpress.org/projects/wp-plugins/captain-live-chat)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/captain-live-chat/),
check out the [SVN repository](https://plugins.svn.wordpress.org/captain-live-chat/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/captain-live-chat/)
by [RSS](https://plugins.trac.wordpress.org/log/captain-live-chat/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * First stable release.
 * Self-hosted floating chat widget – pre-chat form, quick-reply chips, typing indicators,
   read receipts, and an offline lead-capture screen shown when no agent is online.
 * Messenger-style agent Inbox with real-time polling and a visitor info panel.
 * Role- and user-based agent permissions with self-lockout protection.
 * Sound, browser, in-app, and email notifications with an unanswered-message reminder.
 * Analytics & History with CSV export.
 * Canned Responses.
 * 5-step Widget Settings wizard with a live preview.
 * MCP / Abilities-API support for AI assistants.
 * Permanently persisted closed/reopened markers in the conversation timeline.
 * Pro add-on hooks present for unlimited Canned Responses, transcript/history export,
   and White Label branding.

## Meta

 *  Version **1.0.0**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.9 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [English (UK)](https://en-gb.wordpress.org/plugins/captain-live-chat/), [English (US)](https://wordpress.org/plugins/captain-live-chat/),
   and [Russian](https://ru.wordpress.org/plugins/captain-live-chat/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/captain-live-chat)
 * Tags
 * [chat widget](https://wordpress.org/plugins/tags/chat-widget/)[customer service](https://wordpress.org/plugins/tags/customer-service/)
   [live chat](https://wordpress.org/plugins/tags/live-chat/)[Real-time chat](https://wordpress.org/plugins/tags/real-time-chat/)
   [support](https://wordpress.org/plugins/tags/support/)
 *  [Advanced View](https://wordpress.org/plugins/captain-live-chat/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/captain-live-chat/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/captain-live-chat/reviews/)

## Contributors

 *   [ Devang Vachheta ](https://profiles.wordpress.org/devangvachheta/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/captain-live-chat/)