Trilingual (EN/FR/ES) CV builder. Fill a multi-step form, preview your CV in real time, and download it as a PDF.
- 9-step form wizard to enter personal info, experience, education, skills, etc.
- Live PDF preview with customizable template (colors, fonts, layout)
- One-click PDF download
- Magic link authentication (passwordless)
- Save and reuse profiles across multiple CVs
- Fully translated in English, French, and Spanish
- Framework — Next.js 16 (App Router, Turbopack)
- UI — React 19, Tailwind CSS 4
- Backend — Supabase (Auth, PostgreSQL, Storage)
- PDF — @react-pdf/renderer (client-side)
- i18n — next-intl
- Email — Resend
- State — Zustand (sessionStorage)
- Hosting — Vercel
git clone https://github.com/yanntroadec/Indigocv.git
cd Indigocv
npm installCopy the environment file and fill in your values:
cp .env.example .env.localSee .env.example for the required variables.
npm run devnpm run buildnpm testAll rights reserved.