WP Manifestindependent plugin directory
manifest / ai / wordpress-ai-automation-platform

AI Content Automation

Full-stack AI automation platform combining WordPress, Laravel API, and React dashboard for content generation, workflow automation, and scalable backend systems.

by faseehsyed786 · github.com/faseehsyed786/wordpress-ai-automation-platform

1stars
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/faseehsyed786/wordpress-ai-automation-platform/archive/refs/heads/main.zip

AI Automation Platform (WordPress + Laravel + React)

Production-style demo of a full-stack automation system.

Architecture

  • WordPress plugin (REST API gateway)
  • Laravel API (business logic)
  • React dashboard (UI)

Features

  • AI content generation (mocked)
  • REST API integration
  • React admin UI
  • Logging-ready structure

Setup

  1. Upload WordPress plugin to /wp-content/plugins/
  2. Run Laravel: php artisan serve
  3. Run React: npm install && npm start

Notes

This is a demo system using mocked AI responses (no API key required).