Build a professional, ATS-optimized CV in under 2 minutes — powered by Claude AI.
Built for job seekers in Pakistan, Gulf, UK, Canada, Australia & beyond.
- 🤖 AI-Powered — Claude AI writes professional CV content from your basic notes
- 🌍 Global Markets — Optimized for Gulf, UK, Canada, Australia & Pakistan jobs
- 📄 PDF Download — One-click professional PDF export
- 📋 Copy to Clipboard — Paste anywhere instantly
- 🆓 Free to Use — Generate unlimited CVs, pay only to download PDF
- 📱 Mobile Friendly — Works on any device
- ⚡ ATS Optimized — Passes automated recruitment screening systems
- 🔒 Secure — API key never exposed to the browser
Coming soon — deploy your own in 5 minutes below!
- GitHub account (free)
- Vercel account (free)
- Anthropic API key (free credits included)
git clone https://github.com/YOUR_USERNAME/hireready.git
cd hireready- Go to console.anthropic.com
- Sign up for free
- Go to API Keys → Create Key
- Copy your key (starts with
sk-ant-...)
- Go to vercel.com → Add New Project
- Import your GitHub repository
- Add environment variable:
- Name:
ANTHROPIC_API_KEY - Value:
sk-ant-your-key-here
- Name:
- Click Deploy
✅ Your site is live in 60 seconds!
hireready/
├── index.html # Frontend — the full UI
├── api/
│ └── generate.js # Backend — secure Claude API call
├── vercel.json # Vercel deployment config
├── .env.example # Environment variable template
├── .gitignore # Git ignore rules
├── LICENSE # MIT License
└── README.md # This file
# Install Vercel CLI
npm install -g vercel
# Create your .env file
cp .env.example .env
# Add your ANTHROPIC_API_KEY to .env
# Run locally
vercel devThis app is built with a freemium model:
| Plan | Price | Features |
|---|---|---|
| Free | $0 | Generate & view CV, copy text |
| Pro | $3 one-time | PDF download, cover letter, ATS format |
| Bundle | $5 one-time | Everything + LinkedIn bio + 3 versions |
To add payments: Sign up at Paddle.com (works in Pakistan), create a product, and replace the Download PDF button with a Paddle checkout link.
| Layer | Technology |
|---|---|
| Frontend | HTML, CSS, JavaScript (vanilla) |
| Backend | Vercel Serverless Functions (Node.js) |
| AI | Anthropic Claude API |
| jsPDF | |
| Hosting | Vercel (free tier) |
- 🇵🇰 Pakistan → Gulf (UAE, Saudi Arabia, Qatar)
- 🇬🇧 United Kingdom
- 🇨🇦 Canada
- 🇦🇺 Australia
- 🌐 Global / Remote
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m 'Add your feature' - Push to the branch:
git push origin feature/your-feature - Open a Pull Request
This project is licensed under the MIT License — see LICENSE for details.
Built with ❤️ for job seekers everywhere.
If this helped you, please give the repo a star! It helps others find it.