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.
– Connect multiple providers (OpenAI today, Anthropic, Gemini, Yandex GPT coming soon).
– Secure API key handling with proxy support.
– 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
– Save chats in WordPress or local browser storage.
– Export logs for analytics, turning your bot into an ai chatbot generator for insights.
– Nonces, sanitization, escaping, and capability checks.
– Proxy routing for safe API usage.
– Optimized for PHP 8+
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.
In the next update, the plugin will introduce built‑in lead generation — the ability to collect emails, phone numbers, and requests directly through the chat widget. This will turn the tool into a complete chat bot creator that not only engages visitors but also helps drive conversions.
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/Domains:
– https://api.openai.com/
– 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.
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/.
To generate the production build files from the source:
npm installnpm run build