Zanderio AI

Опис

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:

  • Answer customer product questions instantly
  • Recommend relevant products based on shopper intent
  • Reduce buying hesitation with real-time assistance
  • Guide visitors toward the right purchase faster
  • Support a smoother shopping experience without increasing manual support load

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

  • Improve shopper engagement
  • Provide instant answers 24/7
  • Help customers discover the right products
  • Reduce drop-off caused by unanswered questions
  • Create a more interactive buying experience

Features

Perfect For

Zanderio is ideal for:

  • WordPress/WooCommerce merchants
  • Direct-to-consumer brands
  • Online stores with large product catalogs
  • Businesses that receive repetitive product questions
  • Store owners looking to improve conversion and customer experience
  • Brands that want AI-driven sales support on their website
  • Service businesses looking to automate customer support and bookings

How It Works

  1. Install and activate the plugin
  2. Connect your store to Zanderio
  3. Configure your setup
  4. Let Zanderio engage visitors and support product discovery on your website

External Services

This plugin connects your WordPress site to the Zanderio external service
(zanderio.ai). Two endpoints are used:

api.zanderio.ai (REST API)

Used server-side by the plugin (PHP) and client-side by the chat widget (JS).

Server-side (PHP):

  • On activation — sends your store URL, site name, admin email, WordPress
    version, WooCommerce version, and plugin version to register the store.
  • Webhooks — WooCommerce product and order data is pushed via webhooks so
    the AI agent can answer customer questions accurately.
  • Daily heartbeat — a lightweight ping confirming the store is still active.
  • On deactivation / uninstall — notifies Zanderio to disconnect the store
    and delete associated data.

Client-side (widget.js):

  • Chat conversations — visitor messages typed into the chat widget are sent
    over HTTPS to the REST API for AI processing. No personally identifiable
    visitor data is stored by the plugin itself.

ws.zanderio.ai (WebSocket)

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:

Source Code & Build Tools

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:

  1. Clone the repository: git clone https://github.com/Zanderio-ai/zanderio-wp-widget.git
  2. Install dependencies: npm install
  3. Build for WordPress: npm run build:wordpress:prod

The compiled file is output to sources/wordpress/assets/widget.js.

Build toolchain: Vite + React +
Terser (minifier).

Снимци екрана

  • 24/7 AI Sales Agent — Your always-on sales assistant working for your store nonstop
  • Best AI Upselling Agent — Smart upsell recommendations, 24/7 AI sales concierge
  • Data and Insights — AI-powered conversation analytics and shopper behavior insights
  • Built for Your Brand — Fully branded chat interface with adaptive language and response style
  • Product Recommendations — Personalized product suggestions and smart upsell bundles
  • Ready in Minutes — One-step store connection, live within minutes
  • Turn Conversations into Decisions — Understand buying signals and identify friction points

Постављање

  1. Upload the plugin to your WordPress site or install it through the WordPress Plugin Directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Open the Zanderio settings panel.
  4. Connect your WooCommerce store.
  5. Complete the setup and start using Zanderio on your site.

ЧПП

What is Zanderio?

Zanderio is an AI sales agent for WordPress and WooCommerce stores/sites that helps answer shopper questions and improve customer engagement.

Is Zanderio a chatbot?

Zanderio goes beyond a traditional chatbot by focusing on product conversations and sales-oriented engagement for ecommerce merchants.

Can Zanderio help customers choose products?

Yes, Zanderio is designed to help guide visitors toward relevant products based on their needs and questions.

Who should use Zanderio?

Any WordPress site looking to improve shopper engagement, reduce hesitation, and create a more interactive buying experience.

Do I need coding skills to use it?

No, Zanderio is designed to be easy to install and configure.

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„Zanderio AI“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „Zanderio AI“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

1.1.1

  • Updated plugin description and feature list.
  • Added feature links to Zanderio website.
  • Added screenshots to plugin listing.
  • Added FAQ section.

1.1.0

  • Widget JS is now bundled inside the plugin zip (assets/widget.js) — no
    remote script is fetched or executed at runtime.
  • Script and CSS enqueued via wp_enqueue_script, wp_enqueue_style and
    wp_add_inline_style for full WordPress compatibility.
  • Added widget host container with fixed-position CSS, matching the Shopify
    theme extension exactly.
  • Added ZanderioWidgetLoaded guard against double-initialisation.
  • Added Primary Color picker to Settings Zanderio.

1.0.0

  • Initial release.