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%
VigIA – AI Visibility, Analytics & Control
VigIA (Spanish for “lookout” or “watchman”, incorporating “IA” – Spanish for “AI”) is a complete AI visibility toolkit for WordPress. Monitor 60+ AI crawlers, control access to your content, and optimize how AI systems discover and understand your site. What does VigIA do? Scores your AI visibility with a 100-point analyzer covering 20 checks across 5 categories Tracks AI crawlers visiting your site (GPTBot, ClaudeBot, PerplexityBot, and 60+ others) Provides detailed analytics with advanced filters, server-side pagination, and exportable reports with metadata banner Blocks unwanted crawlers via PHP (403 response) Manages robots.txt rules for AI crawlers with compliance monitoring Sends email alerts about crawler activity (daily, weekly, or monthly) Generates llms.txt files to help AI systems understand your site Serves markdown endpoints for posts, pages, taxonomy archives (categories, tags, WooCommerce product categories, custom taxonomies) and WooCommerce products with schema-like data Generates JSON-LD structured data with Site Identity and AI Discovery signals Exposes abilities for AI agents and automation tools (WordPress 6.9+) Key Features AI Visibility Analyzer * 100-point scoring system with letter grades (A+ to F) * 20 individual checks across 5 categories * Access & AI Discovery (37 pts): robots.txt, AI bot directives, Content Signals, llms.txt, sitemap, RSS feed * Structured Data & Semantic Context (25 pts): JSON-LD schemas, Open Graph, Twitter Cards, meta description, canonical URL * Content Structure & Readability (20 pts): heading hierarchy, semantic HTML5, image alt text, content/HTML ratio * AI Interaction & Distribution (8 pts): markdown delivery, AI share buttons * Access Performance (10 pts): TTFB measurement * Smart recommendations with direct links to VigIA features and plugin suggestions * Analyze any page on your site with URL autocomplete selector * Results cached for 24 hours with manual re-analyze option Analytics Dashboard * Total visits, unique crawlers, and pages crawled statistics * Timeline chart with daily breakdown * Category distribution (AI Training, AI Search, AI Assistant, Data Scraper) * Top crawlers and most crawled pages tables with paginated navigation * Share Buttons & AI-powered Summaries integration: see share button clicks per page * Recent activity log with content type and HTTP status columns (color coded by status family) * Advanced filters: multi-select crawler picker, content type, HTTP status code, and configurable date range * Server-side pagination with four-button pager (first, previous, next, last) — operates over the full database, not just the latest 500 rows * Period comparison functionality * CSV export with a metadata banner (site name, site URL, export type, date range, export timestamp, applied filters) * “Export filtered CSV” button that downloads exactly what the active filters return, with vigia-filtered-YYYY-MM-DD.csv filename * Content type detection distinguishes Home, Post, Page, Product, custom CPTs, Category archive, Tag archive, Date/Author archive, Feed, Sitemap, REST API, File, Admin / login attempts (/wp-admin, /wp-login.php), WordPress system (admin-ajax, xmlrpc, wp-cron, wp-comments-post), 404 Not found, and Other Crawler Blocking * Block crawlers via PHP with 403 Forbidden response * Quick block dropdown in analytics dashboard * Manage blocks from Extras page * Works on any server (Apache, Nginx, LiteSpeed, etc.) Robots.txt Management * Add Disallow rules for AI crawlers * Visual preview of your robots.txt * Compliance monitoring: see which crawlers ignore your rules * One-click blocking for non-compliant crawlers * Works with both physical and virtual robots.txt Email Alerts * Daily, weekly, or monthly reports * Three detail levels: Minimal, Normal, Complete * Non-compliant crawler warnings * Activity comparison with previous period Markdown for Agents * Serve posts, pages and any public post type as optimized markdown for AI agents * Serve taxonomy archive pages (categories, tags, WooCommerce product categories, custom taxonomies) as markdown — disabled by default, opt in per taxonomy * Dedicated .md URL endpoints (e.g., /your-post.md, /category/news.md, /product-category/electronics.md) * Accept: text/markdown content negotiation on posts and taxonomy archive pages * Discoverability via Link HTTP headers and HTML tags * YAML frontmatter for posts: title, date, modified, author, image, categories, tags, post type, lang * YAML frontmatter for taxonomy terms: title, description, url, type, taxonomy, parent, count, image (term meta), lang * WooCommerce product frontmatter adds schema-like fields: sku, product_type, price, regular_price, sale_price, currency, availability, stock_quantity, rating, rating_count, review_count * Taxonomy term body includes the term description (rendered through the_content), the list of direct child terms in hierarchical taxonomies, and an excerpt of the latest posts/products assigned to the term * Product listings inside product_cat archives include an inline summary with formatted price, “was X” on sale items, star rating and out-of-stock flag * Respects blocking rules (blocked crawlers get 403) and LLMs.txt exclusion filters * Per-term noindex detection from Yoast SEO, Rank Math, All in One SEO and SEOPress * Analytics integration: tracks markdown requests per crawler * X-Markdown-Tokens response header * Filters: vigia_markdown_post_eligible, vigia_markdown_term_eligible, vigia_markdown_term_posts_limit * Follows the Cloudflare Markdown for Agents standard LLMs.txt Generator * Select content by post type with one click * Filter by taxonomies (categories, tags, custom) * Manual include/exclude with AJAX search * Exclude by URL patterns (wildcards supported) * SEO plugin integration (auto-exclude noindex content) * Auto-regeneration (daily, weekly, monthly) * Robots.txt integration (add llms.txt and llms-full.txt references) * Generate llms.txt and llms-full.txt files * Full content or excerpt mode * Compatible with Yoast SEO, Rank Math, All in One SEO, SEOPress, The SEO Framework, and Native SEO NoIndexer JSON-LD Structured Data * Generate WebSite and Organization/Person schema for site identity * AI Discovery: ReadAction pointers to llms.txt, llms-full.txt, and Markdown for Agents endpoints * Social profiles and sameAs links for brand identity across the web * SearchAction for Google sitelinks search box * Media library integration for logo selection * SEO plugin conflict detection (Yoast, Rank Math, AIOSEO, SEOPress, The SEO Framework) * Choose output page (front page or any published page) * Live JSON-LD preview with real-time updates * Smart integration with LLMs.txt and Markdown for Agents features Supported AI Crawlers VigIA monitors 60+ AI crawlers including: OpenAI: GPTBot, OAI-SearchBot, OAI-AdsBot, ChatGPT-User Anthropic: ClaudeBot, Claude-SearchBot, Claude-User, Claude-Code Google: Google-Extended, GoogleOther, Gemini-Deep-Research, Google-NotebookLM Perplexity: PerplexityBot, Perplexity-User Meta: Meta-ExternalAgent, FacebookBot, Meta-WebIndexer Amazon: Amazonbot, Amzn-SearchBot, bedrockbot Mistral: MistralAI-User, MistralAI-Index Microsoft: BingBot ByteDance: Bytespider Apple: Applebot-Extended And many more… Privacy Focused VigIA stores visitor data locally in your WordPress database. No data is sent to external servers. Abilities API VigIA is one of the first WordPress plugins to implement the Abilities API introduced in WordPress 6.9. This API allows AI agents, automation tools, and external systems to discover and interact with VigIA’s functionality in a standardized, secure way. What are Abilities? Abilities are self-contained units of functionality that VigIA exposes through WordPress’s central registry. Each ability has defined inputs, outputs, and permissions, making it easy for automation tools to understand and use them. Available Abilities VigIA registers the following abilities: Analytics vigia/get-crawler-stats – Get statistics about AI crawler visits (total visits, unique crawlers, pages crawled) vigia/get-top-crawlers – Get a ranked list of most active AI crawlers vigia/get-top-pages – Get the most crawled pages on your site Blocking vigia/get-blocked-items – List all blocked crawlers and IP addresses vigia/block-crawler – Block a crawler by User-Agent pattern vigia/unblock-crawler – Remove an existing block Robots.txt vigia/get-robots-rules – Get current AI crawler rules in robots.txt vigia/add-robots-disallow – Add a Disallow directive for a crawler vigia/remove-robots-rule – Remove a robots.txt rule Use Cases Automated monitoring: AI agents can query crawler statistics and alert you to anomalies Reactive blocking: Automation tools can block crawlers that repeatedly ignore robots.txt External dashboards: Aggregate data from multiple WordPress sites with VigIA installed WP-CLI integration: Future command-line access through the Abilities API n8n / Make workflows: Build custom automation flows using VigIA’s abilities Requirements The Abilities API ships with WordPress 6.9 and later. On older WordPress versions, VigIA works normally but abilities and MCP are not available. MCP Server (Model Context Protocol) VigIA exposes its 9 abilities as native MCP tools to any MCP-compatible client (Claude Code, Cursor, Claude Desktop, Codex CLI, Antigravity, Continue, Cline, Zed and similar) using the official WordPress MCP Adapter. The adapter ships bundled with the plugin, so the MCP endpoint is active right after installation — no Composer step or terminal access required. Requirements WordPress 6.9 or later (provides the Abilities API) Quick connect (recommended) Open VigIA > Extras > MCP and click “Generate password and connection commands”. The plugin creates a dedicated Application Password named VigIA MCP and renders ready-to-paste commands for Claude Code, Cursor, Claude Desktop and a generic block (URL + Authorization header) for any other MCP client. The plain password is shown only once. If you lose it, revoke the entry from the same panel and generate a new one. Endpoint https://your-site.example/wp-json/vigia/v1/mcp The endpoint uses HTTP Basic auth with the WordPress Application Password. The user must have the manage_options capability. Connecting Claude Code Quick Connect builds the full command for you. The shape is: claude mcp add --transport http vigia https://your-site.example/wp-json/vigia/v1/mcp --header "Authorization: Basic BASE64_OF_USER_AND_APP_PASSWORD" Claude Code merges the new entry into its config file automatically — no risk of breaking other servers. Connecting Cursor Save the JSON block from Quick Connect as ~/.cursor/mcp.json. You can also reach this file from inside Cursor at Settings → Cursor Settings → MCP. If the file already exists with other content, see the FAQ. Claude Desktop and other clients Claude Desktop does not speak HTTP MCP, so it needs a small bridge and a config file of its own. Any other client (Codex CLI, Continue, Cline, Antigravity, Zed, or your own) takes the two raw values Quick Connect exposes: the server URL and the Authorization header. Both cases are covered in the FAQ, together with how to merge VigIA into a config file that already exists without losing what is in it. Read-only mode If you only want your AI to consult VigIA (not change anything), enable “Read-only mode” in the MCP tab. While on, write actions (block, unblock, robots changes) return a permission denied error. Read actions (statistics, top crawlers, blocked items, robots rules) keep working. The toggle stores a vigia_mcp_read_only option that hooks into the vigia_can_write_via_abilities filter. Developers can still force read-only from a mu-plugin: add_filter( 'vigia_can_write_via_abilities', '__return_false' ); The mu-plugin filter at the default priority takes precedence over the toggle. Who can reach the endpoint The endpoint requires the capability to manage options, the same one every tool behind it already asked for. The vigia_mcp_transport_capability filter can lower that bar; each tool keeps its own permission check. After connecting Restart your MCP client after adding the server so it picks up the new tools. Then try a few prompts to confirm everything is wired up: “Show me VigIA crawler stats for the last 7 days.” “List the top 5 most crawled pages on this site.” “Add a robots.txt Disallow rule for TestBot and then list the current AI crawler rules.” The third example exercises a read + write + read round-trip, which is the most complete sanity check. Support Need private support or custom development? Do you need one-on-one help, priority troubleshooting, or a custom feature, integration, or tweak built specifically for your site? I offer private support and custom development. Just contact me and tell me what you need. Need help or have suggestions? Official website WordPress support forum YouTube channel Documentation and tutorials Love the plugin? Please leave us a 5-star review and help spread the word! About AyudaWP We are specialists in WordPress security, SEO, AI and performance optimization plugins. We create tools that solve real problems for WordPress site owners while maintaining the highest coding standards and accessibility requirements.