IperChat
IperChat
Description
IperChat adds a smart AI assistant to your WordPress site that actually knows your business.
Paste your website URL, and the AI analyzes your public pages to generate a fully configured assistant — name, tone, services, behavior rules — in under 60 seconds. No prompt engineering, no chatbot training, no technical setup.
Your visitors get instant, accurate answers about your business at any hour. You get qualified leads and fewer repetitive support requests.
How it works:
- Install the plugin
- Connect your site through the setup wizard
- The AI reads your public pages and builds a tailored assistant
- The chat widget appears on your site immediately
What makes it different from other chat plugins:
- The assistant is pre-trained on YOUR content — not a generic bot that needs hours of manual configuration
- Works in Italian, English, Spanish and all major European languages — responds automatically in the visitor’s language
- Three display modes included: floating widget, inline embed, and a standalone page you can share via QR code, WhatsApp, or social media
- You control everything: system prompt, behavior rules, tone, appearance, limits
- No per-seat pricing — one plan covers unlimited visitors
Built for Italian and European businesses:
- All data hosted in Europe (GCP Frankfurt)
- GDPR compliant by design with full documentation (Privacy Policy, DPA Art. 28)
- EU AI Act compliant — visitors are clearly informed they’re chatting with AI
- Italian company, Italian support
Plans:
- Starter — Anonymous chat, 1,000 messages/month, full customization
- Growth — Lead capture gate, conversation dashboard, email notifications, 3,000 messages/month
- Professional — Knowledge base (upload your documents), Stripe subscriptions for your users, custom domain, multi-site, 10,000 messages/month
14-day free trial on all plans. No credit card required.
Ideal for:
Restaurants, hotels, B&Bs, law firms, dental clinics, psychologists, real estate agencies, e-commerce stores, freelancers, funeral services, and any business that answers the same questions over and over.
Third Party Services
This plugin connects to the IperChat service (iperchat.ai) to provide AI-powered chat functionality on your website.
When activated, the plugin loads a JavaScript widget from:
https://widget.iperchat.ai/iperchat.iife.js
Visitor interactions with the chat widget are sent to IperChat servers hosted in the EU (GCP Frankfurt region) for AI processing via OpenAI and Anthropic APIs under Standard Contractual Clauses.
During plugin activation, a single API call is made to the IperChat backend to verify that your domain is authorized for the configured tenant. Only your site’s hostname and tenant ID are transmitted — no personal data.
- Terms of Service
- Privacy PolicyBuilt with ❤️ in memory of G.F.
Installation
- Upload the
iperchatfolder to/wp-content/plugins/. - Activate the plugin through the
Pluginsscreen in WordPress. - Go to
Settings -> IperChat. - Use
Connect your siteto start the guided setup flow, or paste an existing tenant ID. - Save your settings and preview the site frontend.
Faq
Open Settings -> IperChat, then click Connect your site. The plugin opens the IperChat demo and onboarding flow in a new tab with your site URL prefilled.
Paste your tenant ID into the settings page and save the plugin settings.
No. The plugin only stores configuration and injects the hosted JavaScript widget on the frontend.
Go to the IperChat dashboard and add your WordPress site’s domain to the tenant’s allowed domains list. The widget will start working once the domain is authorized.
Set Position to “Inline” in the plugin settings, then add the [iperchat] shortcode to any page or post. You can customize the height with [iperchat height="400px"] or the container element ID with [iperchat id="my-chat"].
Yes. In Advanced Settings, uncheck “Auto-initialize”. The widget script will still load, making window.IperChat.init({...}) available for manual initialization via custom JavaScript.
Yes. The plugin exposes the iperchat_widget_url, iperchat_demo_url, and iperchat_api_url filters for development or environment overrides.
Reviews
Changelog
1.1.0
- Added [iperchat] shortcode for embedding the chat widget in any page or post.
- Moved admin CSS to external file loaded via wp_enqueue_style().
- Added inline embed mode with Position set to “Inline”.
- Added Container ID setting for targeting a specific HTML element.
- Added Auto-initialize toggle for developers who prefer manual window.IperChat.init() control.
- Added collapsible Advanced Settings section.
1.0.0
- Initial release.