Sell smarter with Zanderio
Zanderio is an AI-powered sales agent for WordPress and WooCommerce stores/sites that helps merchants engage shoppers in real time, answer product questions instantly, and guide customers toward purchase.
Instead of letting visitors browse without support, Zanderio acts like a smart sales assistant on your website, helping customers discover products/services, understand options, and make confident buying decisions.
Whether you sell fashion, furniture, beauty products, electronics, home goods, or niche services like Window Washing, Carpet Deep Cleaning or own an Automotive Repair shop, Zanderio helps transform store traffic into more meaningful conversations and higher conversion opportunities.
What Zanderio helps you do
With Zanderio, your WordPress/WooCommerce store can:
Built for modern WordPress and WooCommerce sites
Zanderio is designed for store/site owners who want more than a basic chatbot.
It is built to support ecommerce conversations that actually move shoppers closer to checkout, not just provide scripted answers.
Why merchants use Zanderio
Features
Perfect For
Zanderio is ideal for:
How It Works
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 (widget.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/widget.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 widget.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/widget.js.