Back to Projects
Project

AI Resume Tailor

An AI tool that takes a role description and modifies your CV to match it, creating a Cover Letter. Powered by the Gemini API with Supabase on the backend.

Why I built this

Job applications often require tailoring your resume and cover letter to each role. I built this to automate that process using AI while keeping the output coherent and role-specific.

Tech stack

AIGemini APISupabaseReact

Product demo

Full walkthrough of how the AI Resume Tailor analyzes a job description and rewrites your CV and cover letter.

How I built it

Used Supabase for authentication and persistence, with the Gemini API behind Edge Functions for serverless inference. Designed a structured system prompt to take a role description and user CV, then generate a tailored resume and cover letter. React front-end for upload and display.