About This Project
Overview
A Chrome extension that bridges ChatGPT and Gmail: it generates context-aware email drafts directly from a ChatGPT conversation and sends them via Nodemailer without leaving the browser.
Motivation
I was already using ChatGPT to draft emails and then manually copying them into Gmail, so I built the extension to close that gap directly in the browser.
Lessons Learned
Chrome extension permissions and content-script injection had a steeper learning curve than the email-generation logic — browser extension development has its own quirks that regular web development doesn't prepare you for.
