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

1.0.0 2025-12-07 18:22 UTC

This package is auto-updated.

Last update: 2025-12-07 18:29:02 UTC


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

  1. Install the module via Composer "composer require orangecat/module-cms-ai-frontend" or copy the files to app/code/Orangecat/CmsAiFrontend.
  2. Run the following commands:
    bin/magento module:enable Orangecat_CmsAiFrontend
    bin/magento setup:upgrade
    bin/magento cache:clean