Mail Jockey
Team consisting of Fynd SDE Interns and a KPMG Analyst, 5x Hackathon Winners proficient in Full-Stack MERN/Flask, GenAI/RAG, and Computer Vision.
Project Description
Newsletter Radio Jockey is a Chrome extension that converts daily email newsletters into an interactive, voice-driven audio experience. Many users receive valuable newsletters but rarely read them due to time constraints or information overload. This project solves that problem by automatically fetching today’s newsletters from Gmail, summarizing and cleaning the content, and transforming them into a dramatic radio-host–style audio experience powered by ElevenLabs. A floating button appears on every webpage, allowing users to instantly listen to their newsletters and engage in conversational follow-ups. The entire flow—from Google authentication to Gmail retrieval, text processing, TTS generation, and audio playback—runs end-to-end inside the browser with no manual setup.
When the user logs in through Google OAuth, the extension retrieves today’s newsletter emails, extracts the sender, subject line, and readable body content, and pipes the combined text to ElevenLabs for expressive voice synthesis. The result is played through a sliding drawer UI injected into the browser. This setup demonstrates an autonomous agent handling multi-step tasks across cloud APIs, browser capabilities, and voice interaction.
Judging Criteria Summary
Working Prototype
Fully functional Chrome extension using Manifest V3
Working Google OAuth login, Gmail API integration, TTS playback, injected UI, and floating action button
Judges can run it locally by loading the extension and adding their Google test account
Technical Complexity & Integration
Multi-service integration: Google Identity API, Gmail REST API, ElevenLabs Voice API
End-to-end agent flow: auth → fetch → parse → clean → generate voice → interact
Client-side token handling with Chrome identity API
Automated content extraction and transformation pipeline
Dynamic DOM injection (floating button + drawer interface)
Innovation & Creativity
Turns boring newsletters into an engaging, personality-driven RJ-style audio stream
Voice-based conversational experience from email content
Transforms passive reading into an active, hands-free interaction
Creative repurposing of a browser extension as a voice agent interface
Real-World Impact
Solves common user pain point: unread newsletters & information overload
Beneficial for busy users, commuters, accessibility needs, and audio-first learners
Converts inbox noise into digestible, personalized daily audio updates
Potential to expand into productivity assistants, voice-driven inbox management, or summaries
Theme Alignment (Agentic workflows)
Demonstrates an agent executing an autonomous multi-step workflow:
Authenticate user
Retrieve and filter today’s newsletters
Clean and transform content
Generate expressive audio output
Present an interactive UI for user dialogue
Moves from static data (emails) → actionable insights (voice summaries) → conversational agent