Iris AI – AI Homepage, Chatbot & Site Assistant
IrisAI brings powerful AI chat capabilities to your WordPress site with semantic vector search (RAG) and source citations. Choose between two flexible connection modes and deploy with either a beautiful full-page chat interface or a convenient floating widget. Watch the full setup & demo video: Key Features Dual Interface Options – Full-page chat with hero section and wave animations, or floating chat widget with customizable positioning Vector Search (RAG) – Semantic search of your content using embeddings with automatic source citations Flexible Connection Modes – Proxy Mode (IrisAI hosted service) or BYO Mode (bring your own OpenAI API key) Complete Customization – Custom system prompts, configurable AI models, adjustable token limits, brand colors Privacy & Security – API keys never exposed to frontend, all requests server-side, GDPR compliance features Features – Multi-site support, chat history, auto-inject widget, rate limiting protection Perfect For Customer support automation Website FAQs and knowledge base E-commerce product assistance Educational content interaction Documentation search Internal company wikis How It Works Connect – Choose Proxy or BYO mode and enter credentials Index – Select content types and start vector indexing Deploy – Add shortcode or enable auto-inject widget Customize – Adjust colors, prompts, and behavior to match your brand Privacy First IrisAI respects user privacy and data protection. Keys stored securely in WordPress database, server-side API calls only, optional privacy mode disables query logging, user consent checkbox for AI processing, and GDPR-ready features included. Documentation Complete setup guide and documentation available in the plugin’s Usage tab. Get step-by-step instructions, troubleshooting tips, and best practices. Frontend Dependencies This plugin includes the following open-source libraries: sine-waves.min.js – MIT License – Wave animation effects (https://github.com/isuttell/sine-waves) three.min.js – MIT License – 3D graphics library (https://github.com/mrdoob/three.js) External Services This plugin connects to external APIs to provide AI-powered chat responses and semantic (vector-based) search functionality. The plugin may communicate with the following third-party services, depending on how it is configured by the site administrator. IrisAI Proxy Service (api.irisai.cloud) When using Proxy Mode, this plugin sends requests to the IrisAI proxy service to process AI chat queries and vector search requests. What the service is used for • AI chat responses • Semantic (vector-based) search over your site content • Usage tracking, rate limiting, and billing management What data is sent • User chat messages • Relevant indexed site content (for vector search) • Website domain (for license verification) • API authentication token When data is sent • When a user submits a chat query • When content is indexed for vector search Service provider IrisAI Website: https://irisai.cloud Terms of Service https://irisai.cloud/terms Privacy Policy https://irisai.cloud/privacy OpenAI API (api.openai.com) When using BYO (Bring Your Own API Key) Mode, or when the IrisAI proxy forwards requests, this plugin communicates directly or indirectly with OpenAI’s API. What the service is used for • Generating AI-powered chat responses • Processing embeddings for semantic search What data is sent • User chat messages • Relevant indexed site content (for vector search) When data is sent • When a user submits a chat query • When content is indexed for semantic search Service provider OpenAI, L.L.C. Website: https://openai.com Terms of Service https://openai.com/terms Privacy Policy https://openai.com/privacy Anthropic Claude API (api.anthropic.com) When administrators configure BYO mode with an Anthropic Claude API key, the plugin communicates with Anthropic’s API for chat completions and embeddings (when supported). What the service is used for • Generating AI-powered chat responses via Claude • Processing semantic search/embedding data (where available) What data is sent • User chat messages • Relevant indexed site content (for vector search) When data is sent • When a user submits a chat query • When content is indexed for semantic search Service provider Anthropic PBC Website: https://www.anthropic.com Terms of Service https://www.anthropic.com/legal/terms-of-service Privacy Policy https://www.anthropic.com/legal/privacy Google Gemini API (generativelanguage.googleapis.com) When administrators configure BYO mode with a Google Gemini API key (via Google AI Studio / Vertex AI), the plugin calls Google’s Generative Language API for chat completions or embeddings. What the service is used for • Generating AI-powered chat responses via Gemini • Processing embeddings for semantic/Knowledge Index search What data is sent • User chat messages • Relevant indexed site content (for vector search) When data is sent • When a user submits a chat query • When content is indexed for semantic search Service provider Google LLC Website: https://ai.google.dev Terms of Service https://ai.google.dev/terms Privacy Policy https://policies.google.com/privacy Usage Examples Shortcodes Full-Page Chat: [irisai_chat] Creates a beautiful full-page AI chat interface with hero section, animated wave background, large search input, suggestion chips, real-time AI responses, and source citations. Floating Widget: [irisai_widget] [irisai_widget position="bottom-right"] [irisai_widget position="bottom-left"] [irisai_widget position="top-right"] [irisai_widget position="top-left"] Creates a floating chat button that opens a popup window with compact chat interface, persistent chat history, and mobile-friendly fullscreen. Knowledge Index Setup Go to Settings > IrisAI > Knowledge Index Select content types to index (Posts, Pages, Custom Post Types) Configure chunk size (200-2000 characters, default: 900) Configure chunk overlap (0-500 characters, default: 150) Click “Start Indexing” to begin background processing Enable “Auto Re-index” to automatically update on content changes System Prompt Customization Customize the AI’s behavior with system prompts using available variables: {site} – Your website URL {lang} – User language preference Example customizations by business type: E-commerce: “Always mention our 30-day return policy when asked about returns” Service Business: “For pricing questions, invite users to schedule a consultation” Restaurant: “For reservations, direct users to call (555) 123-4567” Best Practices For best results: Use full-width page template for [irisai_chat] Index your most important content first Add 5-8 relevant prompt suggestions Keep system prompt clear and concise Test on mobile devices before launch Enable privacy mode if handling sensitive data Recommended setup: Use [irisai_chat] on dedicated page: “AI Assistant” or “Ask AI” Enable auto-inject widget for site-wide access This gives users both a destination and quick access Token recommendations: 800-1000 tokens: Normal chat (balanced responses) 1500-2000 tokens: Developer mode or detailed explanations 3000-6000 tokens: Long-form content or article generation Troubleshooting Chat not working? Verify API credentials in General tab Check domain is registered in proxy dashboard (Proxy Mode) Ensure sufficient credits (Proxy Mode) Confirm content is indexed (Knowledge Index tab) Check browser console for JavaScript errors Enable WP_DEBUG in wp-config.php for detailed logs Vector search not finding content? Confirm indexing completed successfully Check selected content types are correct Try re-indexing content Clear Knowledge Index cache (General tab) Verify chunk size isn’t too large or small Widget not appearing? Check auto-inject is enabled (Widget tab) Verify no JavaScript conflicts Clear browser and WordPress cache Check theme compatibility Try manual shortcode placement Privacy Policy IrisAI is designed with privacy in mind: API Keys: Stored securely in WordPress database, never exposed to frontend Chat Queries: Optional logging (disabled in privacy mode) Chat History: Stored in user’s browser localStorage (client-side only) Vector Data: Your content chunks stored in WordPress database for search Usage Stats: Available only in Proxy Mode dashboard (irisai.cloud) What data is sent to third parties: OpenAI: User queries and relevant content chunks (when BYO or Proxy mode is used) IrisAI Proxy: Only in Proxy Mode – queries, API authentication, usage tracking No other third parties receive data User rights: Users can clear their chat history via “New Chat” button Site owners can disable query logging (Privacy Mode) Complete data removal via clean uninstall option Recommendations: If you use IrisAI on your site, we recommend adding AI data processing to your privacy policy, implementing user consent (checkbox available in Advanced settings), enabling privacy mode for GDPR compliance if needed, and informing users their questions are processed by AI. Uninstall When you delete IrisAI via the Plugins screen, you can optionally remove all plugin data including settings, Knowledge Index data, cached search results, and database tables. To perform clean uninstall: Go to Settings > IrisAI > Advanced tab Enable “Remove data on uninstall” option Save changes Deactivate the plugin Delete the plugin from Plugins screen All data will be removed automatically Credits This plugin incorporates the following third-party library: *Smalot PDF Parser**: Used for parsing and extracting text from PDF files. This library is developed by Smalot and distributed under the MIT License. For more details, visit the Smalot PDF Parser GitHub repository. sine-waves by Isaac Suttell three.js by three.js authors Plugin by IrisAI Team Website: https://irisai.cloud
Top keywords
- chat35×2.48%
- irisai28×1.98%
- content22×1.56%
- search22×1.56%
- data20×1.42%
- api19×1.35%
- privacy19×1.35%
- mode18×1.28%
- ai16×1.13%
- service16×1.13%
- https15×1.06%
- user15×1.06%
TimeSaverBot – Multilingual AI Chatbot for WooCommerce & Live Chat
Someone lands on your site at 11pm with a question. Nobody is online. They buy from whoever did answer. TimeSaverBot is an AI chatbot for WordPress and WooCommerce. It learns your existing pages and your product catalog, answers visitor questions in 46 languages, recommends products from your own stock, and collects contact details when nobody on your team is online. Built for WooCommerce stores, clinics and salons that take bookings, agencies, and any site that sells a service and answers the same questions all day. Setup is a wizard: pick your pages, pick a ready-made bot, done. No code, no theme edits, no separate sign-up — you are live in about five minutes. 30-day free trial. No credit card. Answers only from your own content — your pages, your FAQ, your products. Not from the open internet. No OpenAI API key — nothing to register, no token bills, no keys to paste into WordPress Deep WooCommerce integration — price, stock, variations, weight, dimensions, photos 46 languages, detected automatically — your content stays in one language Five ready-made bots — sales, support, bookings, e-commerce, or your own instructions Captures leads 24/7 — your team picks up a conversation that is already half done The plugin connects your site to the TimeSaverBot platform. The setup wizard creates your account for you. The bot answers from your site, not from the internet An AI chatbot is only worth having if you can trust what it tells your customers. TimeSaverBot builds every answer from the pages you chose, the FAQ you wrote and the products in your catalog. When it doesn’t have the answer, it says so and offers to take the visitor’s details instead of inventing something. Prices, stock, model numbers, SKUs and brand names come straight from WooCommerce, so they are right at the moment the customer asks. And there is no OpenAI account to open and no separate usage bill to watch — the platform handles the AI side. The bot knows your WooCommerce catalog The plugin reads your products through WooCommerce’s own API, so the bot answers like a salesperson standing in your stockroom: Price and sale price. “How much is it?” — “$24.90, on sale right now, normally $29.” Stock, down to the last unit — including the one that sold a minute ago to somebody else. Most integrations never notice that. Variations. “Do you have it in blue, size 42?” — “Blue 42 is in stock, $24.90. Red 42 is sold out.” Weight and package dimensions. “Will it fit a parcel locker?” — “2.4 kg, and the box is 30 × 20 × 15 cm.” Photo, brand, category, SKU and rating — the bot sends a real product card with a button through to the product page, and finds things the way customers ask: by brand, by product code, by category. Sold-out products too — “It’s out right now, leave your details” beats silence. It narrows down, as well: “something under $30”, “only what’s in stock”, “cheapest first”. Create, edit or delete a product and the bot knows moments later — no overnight update, nothing to re-import by hand. Import your whole catalog or a single category with its subcategories. WooCommerce is optional. Without it, everything else works exactly the same. 46 languages, and the bot picks the right one itself Most chat plugins offer a handful of languages and ask you to choose one. TimeSaverBot works out the language from the visitor’s first message and answers in it. A Polish visitor gets Polish. A Brazilian gets Portuguese. Nobody picks a setting. Your content stays in one language — yours. The bot understands what a question means, not just the words it is written in, so the answer is built from the page you already wrote and comes back in the visitor’s language. No translation plugin, no duplicate pages, no 46 versions of your FAQ Exact details still match exactly — model numbers, SKUs, brand names Right-to-left done properly — for Arabic, Persian, Hebrew and Urdu the whole chat window mirrors, not just the text The chat window’s own buttons and labels ship in 82 languages and regional variants, and the plugin’s admin screens in 75 From Arabic and Chinese to Polish, Portuguese and Thai — see the full list in the FAQ. Pick a bot and it works out of the box 📈 General Sales — services, B2B, landing pages. Answers, then guides toward an inquiry. 🎧 General Support — sites with documentation or a knowledge base. 📅 Service Order — clinics, salons, repair shops. Collects name, phone, service, preferred time. 🛒 E-commerce — advises from your catalog, compares products, answers on price, stock, delivery and payment. 🤖 Prompt Bot — for anything the four above don’t cover. You write the instructions: a bot that only screens candidates for your job openings, or one that answers strictly from your legal FAQ and refers everything else to a partner. Live in about five minutes Activate the plugin — the wizard starts on its own. Pick the pages the bot learns from. Your WooCommerce catalog imports at the same time. Choose one of the five bots above, or write your own instructions. Set your widget colors and text, with live preview. Done — the widget is already on your site. Every step after picking your pages can be skipped. The bot always knows the current state of your site Edit a page and the bot picks the edit up. Publish one and it is included. Delete it and it drops out — the bot never answers from a page that no longer exists. Pages, posts and your custom sections like Services or Projects Re-scan the whole site or a single page whenever you want Write FAQ answers by hand, or import them from CSV or JSON Everything syncs in the background and never holds up your editor A widget that fits your site Appears on every page automatically — no shortcode, no theme file to edit Your colors, button text and chat title, previewed live in the wizard Works on phones, tablets and desktops — on a small screen the chat opens out to fill it Runs in its own window inside your page, so your theme can’t break it and it can’t break your theme Conversations turn into customers Chatting is not the point. Getting the business is. TimeSaverBot asks the qualifying questions you would otherwise type out yourself, works out what the visitor actually wants, and takes their contact details before they click away. If nobody is online, you still get the lead — with the whole conversation attached. When your team is around, the same widget is your live chat: switch on Live operators and the bot hands the conversation over to a human instead of taking a contact. Everything from your WordPress admin One click, no second login — Chat, Leads and Knowledge Base open straight from the WordPress menu Your numbers in wp-admin — conversations, leads and conversion rate for the last 30 days, plus how much of your monthly dialog allowance is left All settings in WordPress — the bot’s instructions, its tone, when it hands over to your team, and how the widget looks Safe by default Your WordPress password is never sent anywhere Every connection is signed, and opening Chat or Leads uses a one-time key that expires after 60 seconds Your installation is tied to your domain — nobody can point it elsewhere Reinstalling puts everything back — your connection survives a delete by default, or one checkbox under TimeSaverBot → Help makes deletion clear it from your site instead Worth knowing before you install TimeSaverBot is a hosted service. The plugin is the WordPress side of it; the AI itself runs on the TimeSaverBot platform. Single-site WordPress only — multisite is not supported yet. Pricing 30 days free, no credit card required. After the trial the plugin needs a paid TimeSaverBot plan to keep answering. The entry plan is $26/month and includes 100 AI conversations; beyond that, conversations are $0.09 each. Larger plans bring the per-conversation price down. Your WordPress dashboard shows the month’s limit and what is left of it, so nothing runs up quietly. Every plan includes all 46 languages, even the cheapest one — you never pay extra for them. See current plans. Try it on your own site Install the plugin and activate it. The wizard opens by itself, learns the pages you pick, and puts the widget live. In about five minutes you can open your own site and ask your bot a question — in any of the 46 languages — and see what your visitors will get tonight. Third-Party Service Disclosure This plugin relies on the TimeSaverBot SaaS platform hosted at app.timesaverbot.com. The following external connections are made: Provisioning API (POST /Provision/WordPressInstall) — Called once during the setup wizard to create your workspace. Sends: site URL, installation ID, WordPress version, plugin version, admin email. Dashboard Summary API (GET /Provision/WordPressDashboardSummary) — Called when loading the Dashboard page. Returns aggregated usage metrics. Operation Token API (POST /Auth/CreateOperationToken) — Called when you navigate to Chat, Leads, or Knowledge Base. Issues a short-lived authentication token. Iframe embeds — Bot Settings and Widget Settings pages load the TimeSaverBot configuration UI inside an iframe from app.timesaverbot.com. Silent login redirects — Chat, Leads, and Knowledge Base menu items redirect to app.timesaverbot.com with automatic authentication. Chat widget script (embed.js) — Loaded on every frontend page after wizard completion. The script is served from widget.timesaverbot.com and renders the chat widget inside an iframe. It sends your tenant ID and channel ID as data attributes. All server-to-server API calls are signed with HMAC-SHA256 using a per-installation secret. No data is sent to any other third-party service. TimeSaverBot Terms of Service TimeSaverBot Privacy Policy Privacy TimeSaverBot connects to the TimeSaverBot SaaS platform at app.timesaverbot.com. This section documents all data transmitted. Data sent during provisioning (one-time, on wizard completion) Normalized site hostname (e.g. example.com) Installation UUID (locally generated, not tied to any personal data) Raw site URL, WordPress version, plugin version (diagnostic metadata) Admin email address (used to create a technical user for your workspace) Data sent during normal operation Dashboard: HMAC-signed GET request with installation ID header. Returns aggregate metrics only. Navigation (Chat/Leads/Knowledge Base): HMAC-signed POST request with installation ID and requested scope. Returns a one-time authentication token. Settings (Bot/Widget): After initial authentication, the iframe communicates directly between the browser and TimeSaverBot. The WordPress plugin does not relay this traffic. Data stored locally Installation ID, HMAC secret, tenant ID, connector channel ID, process ID, wizard state. All stored in the wp_options table under the tsvbot_wp_settings key. Data stored remotely Chatbot configuration, conversations, leads, and usage metrics are stored on the TimeSaverBot platform. See the TimeSaverBot Privacy Policy for retention and deletion policies. No additional third parties This plugin does not transmit data to any service other than app.timesaverbot.com.