soerenmeier / gpt-content-generator
Enhance your craft cms experience with GPT.
Installs: 77
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 4
Type:craft-plugin
Requires
- php: >=8.2
- craftcms/cms: ^5.0.0
- guzzlehttp/guzzle: ^7.8
- nystudio107/craft-plugin-vite: ^5.0.0
This package is auto-updated.
Last update: 2025-03-24 14:17:54 UTC
README
Overview
GPT Content Generator is a dynamic plugin designed for Craft CMS 4. It integrates advanced GPT capabilities into your CMS, enabling the creation, enhancement, and translation of text content with ease.
Key Features
GPT-Powered Prompts: Utilize GPT technology to process and respond to prompts within text fields. These prompts are built using Twig templates, which allow access to various site-specific details like language settings, field instructions, and labels.
Prompt Organization and Access Control: To streamline content management and enhance security, prompts can be organized into groups. Each field can be associated with a specific prompt group, ensuring a structured and efficient workflow. Importantly, each group is equipped with its own set of permissions, allowing you to control who can view and edit the prompts.
Supported Fields
The plugin currently supports the following fields:
- Title
- Plaintext
- Redactor
- CkEditor
- TinyMCE
Installation
Via the Craft Plugin Store or the command-line:
composer require soerenmeier/gpt-content-generator -w && php craft plugin/install gpt-content-generator
Contribute and Support
I am constantly looking to expand and improve GPT Content Generator. If you have a request for a new field to be supported or any other suggestions, please feel free to open an issue on my GitHub repository.