WordAI Studio
WordAI Studio is an AI-powered WordPress extension that helps you generate content and images directly within your WordPress dashboard. It integrates ChatGPT (GPT-4/5) and image generation APIs to write SEO-friendly posts, fill custom fields, and automatically create featured images.
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/ihebgrayaa/wordai-studio/archive/refs/heads/main.zipWordAI Studio is an AI-powered WordPress extension that helps you generate content and images directly within your WordPress dashboard.
It integrates ChatGPT (GPT-4/5) and image generation APIs to write SEO-friendly posts, fill custom fields, and automatically create featured images.
🚀 Features
- 📝 AI Content Generation — create blog posts, product descriptions, or any text field using OpenAI.
- 🖼️ AI Image Generator — generate post thumbnails or ACF image fields using AI prompts.
- ⚙️ Custom Field Integration — insert AI-generated content directly into ACF or other meta fields.
- 🔗 Seamless Editor Integration — React-powered interface in the WordPress admin.
- 💬 Custom Prompts — tailor prompts for tone, length, and writing style.
- 🧩 Modular Architecture — easily extend with your own AI models or endpoints.
🧰 Tech Stack
- WordPress Bedrock (modern WP environment)
- React + @wordpress/scripts (for the admin UI)
- PHP 8+
- REST API (custom routes for AI generation)
- OpenAI API / Stable Diffusion / DALL·E
⚙️ Installation
-
Clone or copy the plugin into your
wp-content/plugins(orweb/app/pluginsif using Bedrock):cd web/app/plugins git clone https://github.com/yourname/wordai-studio.git