AI-powered email reply generator with tone control, sentiment detection, and instant copy.
Paste any email, select your tone and use case, and get AI-generated replies instantly.
- ★ Best Reply — primary recommended response
- ◈ 2 Alternative Replies — different angles and approaches
- ⚡ Short Reply — mobile-friendly 1-2 sentence version
- 📧 Suggested Subject Line — auto-generated reply subject
- 😤 Sentiment Detection — detects the incoming email's emotion
- 🎯 Intent Detection — identifies what the sender wants
- ⚠ Risk Indicator — flags sensitive or high-stakes emails
- 📋 One-click Copy on every output
| Control | Options |
|---|---|
| Tone | Professional, Friendly, Firm, Empathetic |
| Use Case | General Work, Customer Support, Recruiter, Client |
| Length | Short, Medium, Detailed |
| Layer | Tool |
|---|---|
| Framework | Next.js 15 (App Router) |
| Styling | Tailwind CSS |
| AI | Anthropic Claude API |
| Deployment | Vercel |
git clone https://github.com/b1polarbear1437/replypilot-ai.git
cd replypilot-ai
npm install
npm install @anthropic-ai/sdk
echo "ANTHROPIC_API_KEY=your-key-here" > .env.local
npm run devreplypilot-ai/
├── app/
│ ├── page.jsx ← Main UI with sidebar + split layout
│ ├── layout.jsx
│ ├── globals.css
│ └── api/generate/
│ └── route.js ← Claude API endpoint
└── components/
├── OutputPanel.jsx ← Results with badges
└── ReplyCard.jsx ← Individual reply card with copy
- Gmail OAuth integration for one-click draft creation
- Save and favorite replies
- Email templates library
- Dark/light mode toggle
- Bulk inbox classification
MIT License — see LICENSE for details.
Jv Valdez — @b1polarbear1437