QuickCV.ai lets developers paste their GitHub & LinkedIn links and instantly generate a polished PDF résumé and a personal mini-site — powered by AI. http://localhost:3000/
- 🧠 GPT-4 resume summary generation
- 📄 Auto-generated PDF with @react-pdf/renderer
- 🌐 Shareable profile site (e.g.
quickcv.ai/andrii
) - 🎨 Free + Pro tiers with themes and custom branding
- Paste your GitHub and LinkedIn URLs
- QuickCV fetches repos, languages, roles
- GPT generates your summary and skills
- You get:
- 📄 Downloadable PDF résumé
- 🌍 A personal site at
quickcv.ai/your-name
Layer | Tech |
---|---|
Frontend | Next.js 14 (App Router), Tailwind |
Auth | NextAuth (GitHub, Google) |
AI | OpenAI GPT-4, DALL·E (optional) |
PDF Gen | React-PDF (or Puppeteer SSR) |
DB | MongoDB Atlas |
Hosting | Vercel (CI/CD from GitHub) |
git clone https://github.com/your-username/quickcv.git
cd quickcv
npm install
cp .env.example .env.local
# Fill in your API keys
npm run dev
User Dashboard
https://
quickcv-ai.onrender.
com/
Show name, email, profile image
Add a “Create Résumé” button
Résumé Generation
Add a form or fetch GitHub profile info
Send to API route → OpenAI summary
PDF Generator
Use @react-pdf/renderer to create download
Public Share Page
/u/username route → show résumé SSR
Pro Tier / Paywall
Add Stripe payments if you want to monetize