Aco Smart AI Assistant

Description

Aco Smart AI Assistant adds an AI-powered chat widget to WordPress websites so visitors can ask questions and get fast, relevant responses.

The plugin is designed for broad website assistance use cases, including general Q&A, page or topic summaries, and helpful suggestions based on your site content and user prompts. It can use your chosen AI provider (OpenRouter, OpenAI, or Google Gemini) to generate natural language replies for business websites, portfolios, content-heavy blogs, and storytelling websites.

For online stores, the same assistant can also support product-focused conversations, WooCommerce product suggestions, and recommendations when WooCommerce data is available.

Site owners can configure assistant behavior from wp-admin, including assistant name, welcome message, selected provider, model, and API key. Basic usage tracking and rate-limiting controls are included to help reduce abuse and monitor request activity.

If no valid API key is configured, the widget can still load with fallback behavior, but AI-generated responses will not be available.

Features

  • AI chat widget for WordPress websites
  • Supports OpenRouter, OpenAI, and Google Gemini providers
  • Visitor Q&A for website pages, services, and topics
  • Summary-style replies for content and user questions
  • Smart suggestions based on prompts and available site context
  • Optional WooCommerce product suggestions, assistance, and recommendations
  • Configurable assistant name and welcome message
  • Provider and model selection from admin settings
  • Basic usage tracking and rate-limiting support

External Services

This plugin connects to third-party AI APIs only after you configure API credentials in the plugin settings.

  • Service: OpenRouter API (OpenRouter)
  • Purpose: Generate assistant responses through models available on OpenRouter.
  • Data sent: Visitor chat prompt text, selected model identifier, and relevant site context needed for the response.
  • When sent: When a visitor submits a message in the chat widget and OpenRouter is selected.
  • Service terms: https://openrouter.ai/terms
  • Service privacy policy: https://openrouter.ai/privacy

  • Service: OpenAI API (OpenAI)

  • Purpose: Generate assistant responses using OpenAI models.
  • Data sent: Visitor chat prompt text, selected model identifier, and relevant site context needed for the response.
  • When sent: When a visitor submits a message in the chat widget and OpenAI is selected.
  • Service terms: https://openai.com/policies/terms-of-use
  • Service privacy policy: https://openai.com/policies/privacy-policy

  • Service: Gemini API (Google)

  • Purpose: Generate assistant responses using Google Gemini models.
  • Data sent: Visitor chat prompt text, selected model identifier, and relevant site context needed for the response.
  • When sent: When a visitor submits a message in the chat widget and Gemini is selected.
  • Service terms: https://ai.google.dev/terms
  • Service privacy policy: https://policies.google.com/privacy

Source Code

Compiled frontend assets are included in this plugin. Source files are available in the app/ directory.

Building from Source

  1. Navigate to the app/ directory.
  2. Install dependencies with npm install.
  3. Build production assets with npm run build.

Screenshots

Installation

  1. Upload the aco-smart-ai-assistant folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to AI Chat in wp-admin.
  4. Select your AI provider and enter the corresponding API key.
  5. Choose a model and save settings.

FAQ

Does this plugin require WooCommerce?

No. The plugin works on general WordPress websites without WooCommerce. WooCommerce is only needed for product-specific assistance features.

Which AI providers are supported?

OpenRouter, OpenAI, and Google Gemini.

Can I use the plugin without an API key?

The chat widget can still appear, but AI-generated replies require a valid API key.

What data is sent to external AI services?

When enabled, visitor chat prompt text and minimal request context needed to generate a response are sent to your selected provider.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Aco Smart AI Assistant” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial release.