This came to the place of personal requirement as i am about to graduate, i have been applying to so many jobs that sometimes assessment and interview emails get buried in all the application emails. So I worked on a AI that goes into my email, pulls out every application I’ve submitted, company name, role, date applied and neatly puts it into an Excel/google sheet. Then, if there’s an update (rejection, interview, or offer), it updates the sheet automatically. a Cloudflare Worker (backend) that handles Google OAuth, Gmail + Sheets API access, and syncing logic; a Gateway service on Vercel that talks to MongoDB Atlas for persistent storage of applications; and a React frontend that provides a dashboard for users to log in with Google, trigger syncs, and view/download their job data. The Worker securely manages tokens in KV storage, parses Gmail with Workers AI, and mirrors results into Google Sheets. The Gateway ensures structured storage and deduplication, while the frontend gives a clean UI for sign-in, logout, and tracking status I want to built it in form of tool that can we used on any platform, give a comprehensive dahboard
Built With
- cloudflare
- gcp
- llama
- mongodb
- react
- vercel

Log in or sign up for Devpost to join the conversation.