WP Manifestindependent plugin directory
manifest / ai / wordai-studio

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.

by Iheb Grayaa · github.com/ihebgrayaa/wordai-studio

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/ihebgrayaa/wordai-studio/archive/refs/heads/main.zip

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.


🚀 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

  1. Clone or copy the plugin into your wp-content/plugins (or web/app/plugins if using Bedrock):

    
    cd web/app/plugins
    git clone https://github.com/yourname/wordai-studio.git