Skip to content

Repository files navigation

✉ ReplyPilot AI

AI-powered email reply generator with tone control, sentiment detection, and instant copy.

Next.js Claude AI Vercel License


🧠 What It Does

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

🎛 Controls

Control Options
Tone Professional, Friendly, Firm, Empathetic
Use Case General Work, Customer Support, Recruiter, Client
Length Short, Medium, Detailed

🛠️ Tech Stack

Layer Tool
Framework Next.js 15 (App Router)
Styling Tailwind CSS
AI Anthropic Claude API
Deployment Vercel

🚀 Getting Started

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 dev

📁 Project Structure

replypilot-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

🔮 Roadmap

  • Gmail OAuth integration for one-click draft creation
  • Save and favorite replies
  • Email templates library
  • Dark/light mode toggle
  • Bulk inbox classification

📄 License

MIT License — see LICENSE for details.


👤 Author

Jv Valdez@b1polarbear1437

About

AI-powered email reply generator with tone control, sentiment detection, intent classification, and risk flagging — built with Next.js and Claude AI

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages