PGN AI Chatbot Assistant
PGN AI Chatbot Assistant

PGN AI Chatbot Assistant

5/5 (3 ratings) — active installs Updated Aug 9, 2026
Previewing Your AI Chatbot in Real Time

Previewing Your AI Chatbot in Real Time

AI Chatbot Assistant is a powerful yet lightweight chat builder plugin for WordPress. It allows you to connect multiple LLM providers and create customized wpbot widgets that engage visitors, answer questions, and automate workflows.

Built with a focus on simplicity and speed, our solution avoids unnecessary complexity. It is designed as an ai chatbot creator, giving you full control over how your widget looks, behaves, and interacts with users. Whether you want a flexible wpbot builder for customer support, a practical tool for website to capture leads, or a streamlined ai chatbot maker for content workflows, this app adapts to your needs.

What You Can Do

  • Add a wordpress lead capture widget
  • Build customizable ai chat widgets with avatars, themes, and popup options.
  • Use this app as a chatbot builder to place assistants across your site.
  • Create a lightweight gpt assistant that saves conversations in your WordPress database.
  • Experiment with contexts and models to design your own ai bot maker for support and FAQ automation.
  • Deploy a flexible chatbot generator for e‑commerce and customer engagement.

Key Features

1) LLM accounts management

  • Connect multiple providers (OpenAI today, Anthropic, Gemini, Yandex GPT coming soon).
  • Secure API key handling with proxy support.

2) Chat bot builder with preview

  • Build live chat with drag‑and‑drop simplicity.
  • Customize appearance: avatars, themes, button texts, popup positions.
  • Preview your chat bot widget across different sections of the site

3) Conversation storage and analysis

  • Save chats in WordPress or local browser storage.
  • Export logs for analytics, turning your bot into an ai chatbot generator for insights.

4) Lead generation widget
– Save user contact details as lead records in the admin panel
– Get optional email notifications for every new lead
– Collect visitor contacts instantly (no AI model required)

4) Security and performance

  • Nonces, sanitization, escaping, and capability checks.
  • Proxy routing for safe API usage.
  • Optimized for PHP 8+

Why AI Chatbot Assistant?

Some solutions rely on extra add‑ons even for basic features. Our app is designed as a complete solution in one package. It combines the flexibility of a modern chat builder with the simplicity of an intuitive preview.

It is ideal for businesses that want a tool to answer FAQs, guide customers, or provide real‑time support. Developers can use it as a streamlined maker for custom workflows, while marketers can deploy it as a lightweight website chatbot builder to generate leads.

Roadmap

In upcoming updates, the plugin will introduce integration with a wider range of AI models. We are also adding an improved, more user-friendly context management system for the AI chatbot. This will make it even easier to train the bot to answer visitor questions accurately. Please note that while the current version already supports context setup, the next update will make this process significantly more seamless and intuitive.

Use Cases

  • Create a chat bot to automate FAQ responses.
  • Build a smart widget for e‑commerce product recommendations.
  • Use as an ai bot maker for support workflows.
  • Deploy a flexible assistant bot for lead capture and analytics.
  • Integrate a complete ai chatbot plugin for website to improve customer engagement.

External Services

This tool uses third-party AI services to provide functionality. Below are the details for each service:

OpenAI API:

  • Purpose: Generates AI-powered content, translations, and responses.
  • Endpoints: https://api.openai.com/v1/chat/completions
  • Data Sent: User prompts, content to be processed, configuration settings.
  • When: When the user requests AI generation via features.
  • Service Provider: OpenAI, LLC
  • Terms of Service: https://openai.com/policies/terms-of-use
  • Privacy Policy: https://openai.com/policies/privacy-policy

Data Handling Notes:

  • All API communications use secure HTTPS connections.
  • Users must provide their own API keys for these services.
  • No data is stored by the app developers — all processing happens via the respective AI service providers.
  • Users should review each service’s terms and policies before use.

Source Code

The uncompressed source files for the React components is included in the plugin under: assets/js/react/components/

This folder contains the human‑readable JavaScript/JSX files used to build the production code in assets/js/react/build/.

Build Instructions

To generate the production build files from the source:

  1. npm install
  2. npm run build