

Zanderio AI connects your WordPress site or WooCommerce store to an AI-powered sales agent that
answers customer questions in real time using your live product and order data.
The chat widget is bundled directly inside the plugin — no external scripts are
loaded or executed at runtime. All communication with the Zanderio service uses
your store’s existing Application Password credentials over HTTPS.
Features:
This plugin connects your WordPress site to the Zanderio external service
(zanderio.ai). Two endpoints are used:
Used server-side by the plugin (PHP) and client-side by the chat widget (JS).
Server-side (PHP):
Client-side (loader.js):
Used client-side by the chat widget (JS) to provide real-time, streaming
responses from the AI agent. The WebSocket connection is opened when a visitor
starts a chat conversation and transmits the same conversation data as the
REST API above.
Links:
The file assets/loader.js is a minified production build. The full,
human-readable source code is available on GitHub:
Source repository: https://github.com/Zanderio-ai/zanderio-wp-widget
To build loader.js from source:
git clone https://github.com/Zanderio-ai/zanderio-wp-widget.gitnpm installnpm run build:wordpress:prodThe compiled file is output to sources/wordpress/assets/loader.js.