Alwrity is an AI-powered generator designed to assist users in creating compelling marketing copy using the QUEST (Question-Unpack-Emphasize-Solution-Transform) copywriting formula. This tool leverages OpenAI's powerful ChatGPT model to generate copy based on user-provided inputs.
- Input Section: Users can input brand/company name, question, unpack, emphasize, and solution to generate copy.
- Pro-Tip: Provides guidance on how to use the QUEST copywriting formula effectively.
- Progress Spinner: Displays a spinner during copy generation.
- Error Handling: Handles exceptions gracefully and provides helpful error messages.
- Input Section: Enter the brand/company name, question, unpack, emphasize, and solution in the input fields provided.
- Generate Copy: Click the "Get QUEST Copy" button to generate copy based on the provided inputs.
- View Copy: Once generated, the copy will be displayed in the web app for review and use.
"What is QUEST Copywriting Formula & How to Use? 📝❗"):
QUEST is an acronym for Question-Unpack-Emphasize-Solution-Transform. It's a copywriting framework that focuses on guiding the audience through different stages:
- Question: Presenting a thought-provoking question to engage the audience.
- Unpack: Unpacking the question by elaborating on its implications and relevance.
- Emphasize: Emphasizing the importance or significance of the topic.
- Solution: Presenting your product or service as the solution to the question.
- Transform: Describing the transformation or improvement your solution offers.
The QUEST formula helps in creating engaging and persuasive copy that leads the audience to explore the solution.
- Question: "Ever wondered how to boost your productivity?"
- Unpack: "Let's delve into the strategies and tools that can help you achieve more in less time."
- Emphasize: "Productivity is key to success in today's fast-paced world."
- Solution: "Our productivity app provides a seamless solution to streamline your workflow."
- Transform: "Experience a new level of efficiency and effectiveness with our app."
- Python 3.6+
- Streamlit
- Tenacity
- OpenAI
- Streamlit Lottie
- Clone this repository.
- Install the required dependencies using
pip install -r requirements.txt
. - Set up environment variables:
OPENAI_API_KEY
: OpenAI API key.
- Run the Alwrity script using
streamlit run alwrity.py
.