Hands-free Gmail companion that summarizes, categorizes, and reads your emails aloud — powered by AI and voice.
Reading emails takes too long — QuickMail lets you listen to your inbox while you multitask.
It connects to Gmail, summarizes emails using Gemini AI, and reads them aloud using Text-to-Speech.
You can control it using voice commands like “next”, “read”, or “show work emails”.
- Chrome Extension (Manifest V3)
- Gmail API – fetches recent emails
- Summarizer API – Chrome Built in API powered summarization
- Web Speech API – Text-to-Speech (TTS) + Speech-to-Text (STT)
| Feature | Status | Description |
|---|---|---|
| 📩 Gmail Integration | ✅ Done | Fetches latest 15+ emails |
| 🧠 AI Summarization | ✅ Done | Uses Gemini API for 2-sentence summaries |
| 🗂 Email Categorization | 🔄 In Progress | Groups into Work/School/Events/Offers |
| 🔊 Text-to-Speech (TTS) | ✅ Done | Reads summaries aloud |
| 🎙 Voice Commands (STT) | 🔄 In Progress | Control with simple voice commands |
- Go Code
- Download Zip
- Unzip it on your computer.
- Open Chrome → visit
chrome://extensions/ - Toggle Developer mode (top-right).
- Click Load unpacked → select the folder containing
manifest.json. - Launch QuickMail and enjoy the demo! 🎉
- Open extension → shows email categories
- Click “Read Work Emails” → AI reads summaries aloud
- Finish → “That’s all your emails!”
| Component | Status |
|---|---|
| Gmail Integration | ✅ Complete |
| AI Summarization | ✅ Complete |
| UI Design & Layout | ✅ Complete |
| Text-to-Speech | ✅ Complete |
| Voice Commands (STT) | 🔄 In Progress |
| Email Categorization | 🔄 In Progresse |