Boost your cold outreach with GPT-4.
This app rewrites your sales emails to improve clarity, tone, and engagement—so you can get more replies, faster.
- 🔁 Rewrites any sales email using OpenAI GPT-4
- 🎯 Supports multiple tones (e.g., Friendly, Assertive, Persuasive)
- 🖱️ Clean, responsive UI with Tailwind CSS v4
- 📋 One-click copy to clipboard
- 🚨 Handles errors with fallback messaging
git clone https://github.com/visaoenhance/ai-sales-email-optimizer.git
cd ai-sales-email-optimizer
npm install
cp .env.example .env
# Add your OpenAI API key to .env
npm start
- Enter your draft sales email into the text area.
- Select the desired tone from the dropdown menu.
- Click "Optimize Email".
- Review the optimized email generated by the AI.
- Click "Copy" to copy the result to your clipboard.
(Add screenshots of the application here)
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
file for more information. (Note: You might need to create a LICENSE file if you don't have one).