The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

539 Modules
305 Ready
196 Need Help
🏆 Leaderboard
Stable v1.0.1

ManiyaTech MageAI module for Magento 2

maniyatech/magento2-mage-ai

Generates product descriptions and SEO metadata using OpenAI's GPT models. Creates content based on product attributes, saving time and improving SEO.

4
Downloads
Below average
0
GitHub Stars
6mo ago
Last Release
0
Open Issues
Not Tested
Awaiting results

Build Tests

Composer Install
DI Compile
Templates

Code Quality

Coding Standard
PHPStan

Recent Test History

Each release is tested against the latest Magento version at that time.

No test history available yet.

Share This Module's Status

ManiyaTech MageAI module for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

ManiyaTech MageAI module for Magento 2

Magento 2 extension leverages OpenAI’s GPT models (ChatGPT) to automatically generate high-quality product descriptions, short descriptions, and SEO metadata based on product attributes like name, features, materials, and more.

MageAI helps you create rich, engaging content by analyzing product data and generating natural-sounding descriptions tailored to each item. It also generates SEO-optimized meta titles, keywords, and meta descriptions, helping improve your store's visibility in search engines.

Whether you're managing a small catalog or thousands of products, MageAI is a powerful solution to save time, ensure consistency, and improve the overall content quality across your Magento store.

How to install ManiyaTech_MageAI module

Composer Installation

Run the following command in Magento 2 root directory to install ManiyaTech_MageAI module via composer.

Install

composer require maniyatech/magento2-mage-ai
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

Update

composer update maniyatech/magento2-mage-ai
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

Run below command if your store is in the production mode:

php bin/magento setup:di:compile

Manual Installation

If you prefer to install this module manually, kindly follow the steps described below -

  • Download the latest version here
  • Create a folder path like this app/code/ManiyaTech/MageAI and extract the main.zip file into it.
  • Navigate to Magento root directory and execute the below commands.
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.