One founder, a 2.2 GPA, and a Word template that turned into one of the highest-earning AI SaaS products on TrustMRR. Here's exactly how it works, what it'd take to build your own version, and the plan to ship it in a weekend.
Rezi is a resume editor where AI does the writing and the grading. The user picks a target job role, and the app builds a resume against it — not a generic template, a tailored one.
This becomes the target the resume gets optimized against — every keyword check runs off this text.
Instead of "managed a team," it writes "led a 6-person team to ship 3 features, cutting release time 20%" — the AI's job is adding specificity and numbers.
Keyword density, formatting, length, action verbs — each scored and shown as a single number the user can chase upward.
No tables, columns, or graphics that confuse applicant tracking software — formatting is the actual product, not a side feature.
Resume tools built for the US market mostly ignore two things Indian job seekers actually deal with: campus placement season volume, and price sensitivity. Both are openings.
Scoped down to a single resume template, one AI rewrite flow, and one score metric — not Rezi's full 23-point system. Ship the core loop, not the whole company.
One framework for the form, the live preview, and the backend calls — no separate server needed.
Stores user accounts and saved resumes. Free tier covers your first few hundred users easily.
Gemini Flash is cheap enough to run the bullet-point rewrite at near-zero cost per resume.
UPI-first checkout for the ₹149 unlock — the only payment flow that matters for an India audience.
Renders the exact on-screen resume template to a downloadable, ATS-safe PDF.
Fast enough to build and restyle the resume template repeatedly across a single weekend.
Where: Vercel for the app (free tier, deploys straight from GitHub), Supabase for the database (already hosted).
git init, commit, push.SUPABASE_URL, SUPABASE_KEY, GEMINI_API_KEY, RAZORPAY_KEY..vercel.app URL in under a minute.This prompt sets up the full build context so the AI scopes, plans, and starts coding the project with you from message one.