Thread AI is a smart, Chrome-based email reply generator that crafts intelligent, context-aware responses using the Gemini AI API. Paste your email thread, choose your tone and role, and let AI generate thoughtful replies tailored to your style — no login or signup required.
- Auto-generates multiple reply suggestions
- Supports 3 modes:
generate: generate replies onlyanalyze: analyze new message onlyboth: combine context + new message
- Tone selector: friendly, formal, witty, etc.
- Role selector: recruiter, team lead, developer, etc.
- Local API key storage (secure, browser-only)
- One-click copy to clipboard
- Instant results with Gemini Pro LLM
- Minimal & modern UI with intuitive UX
git clone https://github.com/ashankgupta/threadwise-ai
cd threadwise-ai-
Open chrome://extensions/
-
Enable Developer mode
-
Click Load unpacked
-
Select the extension/ folder inside this repo
Get your key from Here
-
Open the extension popup
-
Go to the Settings tab
-
Paste your key and click Save
Your key is stored securely using chrome.storage.local and is never shared with any server.
threadwise-ai/
├── popup.html # Main UI
├── popup.js # Core logic and fetch call
├── styles.css # Tailwind styling
└── manifest.json # Chrome extension manifest
-
Chrome Extension (Manifest V3)
-
TailwindCSS
-
Gemini Pro (via FastAPI backend)
-
Vanilla JS
- This project is licensed under the MIT License.
