

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 two Zanderio (zanderio.ai)
services over plain HTTPS REST calls. There is no WebSocket connection — all
communication, including live streaming chat responses, uses standard HTTPS
requests.
Used server-side by the plugin (PHP) and client-side by the chat widget (JS)
to bootstrap the widget.
Server-side (PHP):
Client-side (loader.js) — widget bootstrap:
POST /v1/widget/bootstrap — on page load, the widget exchanges theUsed client-side by the chat widget (JS) only, authenticated with the session
token issued by the bootstrap call above.
POST /v1/threads/{id}/chat — sends the visitor’s typed messages andGET /v1/threads/{id}/state — restores the visitor’s prior messagesLinks:
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.