The challenge & the build
Users build polished, ATS-friendly resumes through a multi-step editor (state synced to the URL via ?step=) with dynamic field arrays and drag-and-drop ordering. AI auto-fill drafts summaries and work-experience bullets via OpenAI GPT-3.5; an auto-save hook keeps everything persisted; and a print-perfect export turns the resume into a downloadable PDF. A per-resume payment model (₹20 via Cashfree) unlocks download, AI and colour customisation, with NextAuth OAuth sign-in, MySQL/Prisma data and photos on MinIO object storage.
A look inside
Real screens from AI Resume Builder — recreated in the product's own interface and palette.
What's inside
AI auto-fill
OpenAI GPT-3.5 drafts summaries and work-experience bullet points from a few prompts.
Multi-step editor
React Hook Form + Zod with dynamic field arrays and drag-and-drop ordering, state synced to the URL.
Per-resume payments
Cashfree checkout (₹20) unlocks download, AI and colour customisation; 3 post-payment edits.
Print-perfect PDF
Export that matches the on-screen design exactly, pixel for pixel.
OAuth sign-in
NextAuth v5 with Google, LinkedIn & Facebook; MySQL sessions via Prisma.
Live preview
Real-time, mobile-responsive preview as you type, photos stored on MinIO.