Free Resume Builder Build your resume fast, free, and the right way. Clean, simple, and made to impress recruiters.
A clean and simple resume editor with PDF export.
- Free and open-source
- Minimal, clean UI
- Print-ready PDF export
- Built with modern web tech
- No account or signup needed
- React 19
- Tailwind CSS 4
- Vite
- @react-pdf/renderer – PDF generation
- @tanstack/react-router – Routing
- react-hook-form – Form handling
- zod – Validation
- ShadCN UI – UI components (built on Radix UI)
- lucide-react – Icons
# Clone the repo
git clone https://github.com/ksamirdev/resuma.git
# Go to the project folder
cd resuma
# Install dependencies
npm install
# Run the dev server
npm run devContributions are welcome!
- Fork the repo
- Create a new branch:
git checkout -b feature/your-feature - Make your changes
- Commit and push:
git commit -m "Add your feature"&git push origin feature/your-feature - Open a pull request
MIT