BlockXpert is your AI-powered content assistant for the WordPress block editor. Supercharge your website with intelligent, dynamic blocks that enhance user experience and drive engagement. This plugin provides a suite of blocks, including an AI-powered FAQ generator and a smart product recommendation engine for WooCommerce.
The full source code for this plugin is available on GitHub. The distributed plugin includes only the production-ready, compiled JavaScript and CSS in the build/ directory.
To review or contribute to the source code, or to build the plugin yourself:
npm install to install dependencies.npm run build to generate the production assets.For detailed development instructions, see the README.md file in the plugin directory.
This plugin connects to OpenAI’s API (https://api.openai.com/v1/chat/completions) to provide AI-powered features for generating FAQ content and product recommendations. When you use the AI blocks, your page content (text, product descriptions) and your OpenAI API key are sent to OpenAI’s API to generate relevant content. No data is sent automatically—only when you actively use the AI blocks in the editor.
This service is provided by OpenAI. Please review their terms of use and privacy policy.