growthbook / devtools

GrowthBook DevTools extension for Chrome
MIT License
5 stars 5 forks source link

AI-Powered Copy Suggestion #28

Closed bttf closed 1 year ago

bttf commented 1 year ago

A new 'AI-powered Copy Suggestion' feature for the Visual Editor.

Upon selecting an HTML element, we detect if the innerHTML contains human-readable text, and offer a way to transform the text based on a list of tones (e.g. 'concise', 'humorous'). The user then has the ability to edit this suggestion before either applying the change or throwing it away.

This is supported by a new endpoint on the backend: https://github.com/growthbook/growthbook/pull/1307

Changes:

Screen captures

New section in the Visual Editor pane, collapsed by default

Screenshot 2023-06-27 at 8 51 55 PM

Tooltip

Screenshot 2023-06-27 at 8 52 04 PM

Expanded

Screenshot 2023-06-27 at 8 54 58 PM

Hover-over action

Screenshot 2023-06-27 at 8 55 28 PM

Loading state

Screenshot 2023-06-27 at 8 53 03 PM

New generated copy

Screenshot 2023-06-27 at 8 52 13 PM

Generated copy, applied

Screenshot 2023-06-27 at 8 52 17 PM

Error state

Screenshot 2023-06-27 at 9 00 34 PM

"Peek out" behavior

Jun-27-2023 20-41-46

Happy path

Jun-27-2023 20-40-24

linear[bot] commented 1 year ago
GB-230 Visual Editor - AI-powered suggestions for copy

Use GPT to allow suggesting copy for websites using the visual editor