PHPackages                             mostlyserious/craft-promptly - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mostlyserious/craft-promptly

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

mostlyserious/craft-promptly
============================

Revolutionize content creation in Craft by leveraging the power of AI, giving superpowers to your content creators to help them brainstorm and edit content with an AI assistant directly within Craft CMS.

1.2.4(2y ago)075[4 issues](https://github.com/mostlyserious/craft-promptly/issues)proprietarySvelte

Since Jun 21Pushed 2y ago3 watchersCompare

[ Source](https://github.com/mostlyserious/craft-promptly)[ Packagist](https://packagist.org/packages/mostlyserious/craft-promptly)[ RSS](/packages/mostlyserious-craft-promptly/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (13)Used By (0)

Promptly
========

[](#promptly)

[![Promptly](media/banner.png)](media/banner.png)

Revolutionize content creation in Craft by leveraging the power of AI, giving superpowers to your content creators to help them brainstorm and edit content with an AI assistant directly within Craft CMS.

Looking to utilize Promptly on your project? Read our [blog post](https://www.mostlyserious.io/news-updates/promptly-bringing-chatgpt-to-craft-cms) on using Promptly.

Features
--------

[](#features)

Promptly offers four tailored prompt categories to help you manage your content:

- 🧠 **Brainstorm:** Craft tailored headlines, think of topic ideas, and solve the blank page problem by writing opening paragraphs.
- ✍🏼 **Edit:** Save time and money by leveraging AI to correct spelling and grammar, adjust the length of your content, translate languages, or change the tone of your writing.
- ⚡ **Custom Prompts:** Write your own prompts to generate any result you can dream up, without ever leaving Craft CMS.

**Built With Content in Mind**

The Brainstorm and Edit prompts are designed to ensure the results you receive from GPT are aligned with your existing content, and you can add keywords to help shape the response to your precise needs.

Using Custom Prompts, your options are nearly limitless. Here are just a few examples of what you can use AI to accelerate:

- **📚 Blogging:**
    - Generate a list of blog post topics based on customer pain points
    - Suggest new ways to approach a subject for fresh content
    - Suggest new topic ideas based on high performing posts
- **🌐 Website Content:**
    - Craft compelling product descriptions for your online store
    - Generate unique and informative FAQs your customers may ask
    - Brainstorm engaging calls-to-action to increase conversions
- **🛟 Knowledge Base / Help Center:**
    - Generate concise and informative how-to articles
    - Craft step-by-step guides for using products or services
    - Develop troubleshooting articles to address common issues

Install Promptly to add an AI assistant to elevate your content creation process, save time and money, and bring the advantages of AI directly into Craft CMS.

---

Installation
------------

[](#installation)

You can install this plugin from the Plugin Store or with Composer.

**From the Plugin Store**
Go to the Plugin Store in your project’s Control Panel and search for “Promptly”. Then click on the “Install” button in its modal window.

**With Composer**
Open your terminal and run the following commands:

```
# go to the project directory
cd /path/to/my-project

# tell Composer to load the plugin
composer require mostlyserious/craft-promptly

# tell Craft to install the plugin
php craft plugin/install promptly
```

---

Overriding Plugin Settings
--------------------------

[](#overriding-plugin-settings)

If you create a config file in your `/config` folder called `promptly.php`, you can override the plugin's settings in the Control Panel. Since that config file is fully multi-environment aware, this is a handy way to have different settings across multiple environments.

Here’s what that config file might look like along with a list of all of the possible values you can override.

```
