orangecat / module-cms-ai-frontend
Magento 2 module that renders AI-generated content on the frontend. Converts JSON from graycore/magento2-cms-ai-builder into HTML/CSS.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/orangecat/module-cms-ai-frontend
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- graycore/magento2-cms-ai-builder: *
- magento/framework: *
- magento/module-cms: *
README
This Magento 2 module renders AI-generated content on the standard Magento frontend (Luma theme).
Description
The graycore/magento2-cms-ai-builder module allows users to generate CMS page content using AI, storing the result as a structured JSON schema in the database. By default, this content is intended for headless implementations.
Orangecat_CmsAiFrontend bridges this gap for traditional Magento stores. It intercepts the rendering of CMS pages and, if the standard content is empty, fetches the AI-generated JSON schema and renders it as HTML and CSS directly within the Luma theme.
Installation
- Install the module via Composer "
composer require orangecat/module-cms-ai-frontend" or copy the files toapp/code/Orangecat/CmsAiFrontend. - Run the following commands:
bin/magento module:enable Orangecat_CmsAiFrontend bin/magento setup:upgrade bin/magento cache:clean