Description
I'm building a Chrome extension called that helps people stay on top of their professional relationships. Think of it as a daily prioritized queue of people to follow up with — powered by email data and AI. I've already built a fully functional React UI prototype (1300+ lines of JSX) with mock data. I need a developer to connect it to real data sources and make it production-ready. What the extension does: - Lives as a sidebar overlay in the browser (similar to Superhuman Go or Grammarly) - Connects to Gmail via OAuth, scans sent/received emails, and builds a contact graph - Calculates relationship health based on email frequency, recency, and cadence patterns - Uses Claude API to generate personalized follow-up drafts based on email thread history - Enriches contacts with company signals (via domain/news lookup) and location data - Sends emails directly via Gmail API with the user's signature - Includes a floating chat interface for asking questions about contacts What's already built: - Complete React sidebar UI with all views (brief queue, active card, onboarding, playbook settings) - Contact cards with draft editing, notes, signal sections, send/skip/snooze/pin actions - Floating chat with context-aware responses and slash commands - All interaction patterns, animations, and state management working with mock data What I need you to build: Phase 1 (Week 1-2): - Chrome extension scaffolding (Manifest v3, content script injection, sidebar iframe) - Gmail OAuth via Chrome id