Welcome to the CV Improver organization 👋
We build an open-source resume improvement platform powered by AI, with a Django backend API and a Next.js frontend.
Our goal is to make it easy for anyone to self-host a powerful CV improvement tool, integrate payment via Stripe, and supercharge resumes using OpenAI.
- 🖥️ Next.js Frontend – modern, responsive UI for your users.
- 🐍 Django REST API – scalable and secure backend.
- 💳 Stripe Integration – handle payments/subscriptions out of the box.
- 🤖 AI Enhancements – improve resumes using OpenAI.
- 🔒 Self-Host Ready – deploy on your own infrastructure (DigitalOcean, AWS, etc.).
- Backend: Django + Django REST Framework
- Frontend: Next.js + React + Bootstrap/Chakra (configurable)
- Payments: Stripe
- AI: OpenAI GPT models
- Database: PostgreSQL
Clone the repositories:
# Backend (Django API)
git clone https://github.com/YOUR-ORG/cv-improver-api.git
# Frontend (Next.js)
git clone https://github.com/YOUR-ORG/cv-improver-frontend.git