Skip to content

visaoenhance/ai-sales-email-optimizer

Repository files navigation

🧠 AI Sales Email Optimizer

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.

GitHub last commit GitHub issues GitHub license


📑 Table of Contents


✨ Features

  • 🔁 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

🛠️ Installation

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

🚀 Usage

  1. Enter your draft sales email into the text area.
  2. Select the desired tone from the dropdown menu.
  3. Click "Optimize Email".
  4. Review the optimized email generated by the AI.
  5. Click "Copy" to copy the result to your clipboard.

🖼️ Screenshots

(Add screenshots of the application here)


🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

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).