WP Manifestindependent plugin directory
manifest / ai / wp-cais-plugin

Context AI Search

AI-powered search for WordPress content with free and premium features. Search your site's posts, pages, and more with intelligent context-aware results powered by OpenAI, Claude, or Gemini.

by Bojan Krsmanovic · github.com/bkrsmanovic/wp-cais-plugin · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/bkrsmanovic/wp-cais-plugin/archive/refs/heads/master.zip

Declares an update source (https://api.freemius.com), so updates arrive through the plugin's own updater.

From the readme

Context AI Search AI-powered search for WordPress content with free and premium features. Features Free Version - Search Posts and Pages - AI-powered context-aware responses - Smart caching system - Customizable UI with CSS variables Premium Version - Custom Post Types support (Available in v1.0) - JSON file indexing (Coming soon) - Markdown file support (Coming soon) - External file integration (Coming soon) - Excel/Spreadsheet file support (Coming soon) Installation 1. Upload the plugin to /wp-content/plugins/context-ai-search/ 2. Activate the plugin through the 'Plugins' screen 3. Configure API key in Settings → WP CAIS Configuration API Key Setup 1. Get your OpenAI API key from https://platform.openai.com/api-keys 2. Go to Settings → WP CAIS 3. Enter your API key and click "Test API Key" 4. Add contact information (optional) 5. Add contact information (optional) Usage Add the shortcode to any page: Development Requirements - PHP 7.4+ - WordPress 5.8+ - Composer (for development) Setup Version Management Update version across all files: Check version consistency: Customization Override CSS variables in your theme: Premium URL Set the premium purchase URL via

Read the full README on GitHub →