WP Manifestindependent plugin directory
manifest / ai / cms-ai-content-plugin

CMS AI Content Plugin

WordPress-style CMS plugin for AI listing content

by Jamil Parvez · github.com/jparvez083/cms-ai-content-plugin

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/jparvez083/cms-ai-content-plugin/archive/refs/heads/main.zip

Readme

CMS AI Content Plugin

Admin preview

WordPress-style PHP plugin stub for drafting property listing copy from beds, baths, and neighborhood inputs.

Stack: PHP (WordPress plugin pattern)

Install

  1. Copy the cms-ai-content-plugin folder into wp-content/plugins/.
  2. Activate CMS AI Content Plugin in the WordPress admin.
  3. Open AI Listings in the sidebar to preview generated drafts.

Local demo (no WordPress)

php -S localhost:8090

Open http://localhost:8090/cms-ai-content-plugin.php — the file is a self-contained stub for portfolio review.

Notes

Hook into your LLM provider inside build_draft() for production use. This demo returns deterministic sample text.

Read the full README on GitHub →