ResumeItNow is a free, open-source resume builder that helps job seekers create professional resumes without watermarks or hidden fees. Built with modern technologies and powered by AI, it offers a seamless experience for creating ATS-friendly resumes.
- 🎯 ATS-Friendly Templates: Professionally designed templates optimized for Applicant Tracking Systems
- 🤖 AI-Powered: Smart content suggestions and auto-generation powered by Llama 3.1
- 💳 100% Free: No credit card required, no hidden fees
- 🎨 Customizable: Multiple layout options and customizable sections
- 📱 Responsive: Works perfectly on desktop and mobile devices
- 📤 Export Options: Download as PDF, share links, and more
We love contributions! There are many ways you can help improve ResumeItNow:
- Create a new template in the
components/resume/templates
directory - I would reccomend you to duplicate existing template and work over it.
- Add preview image in
public/assets/
- Add template selection in
app/resume/[resumeId]/resumeView.tsx
<SelectItem value="template_name">Template Name</SelectItem>
- Submit a pull request
- Must be ATS-friendly
- Responsive design
- Clean, professional layout
- Support all standard resume sections
- Follow accessibility best practices
- Use Tailwind CSS for styling
- 🐛 Fix bugs and issues
- ✨ Add new features
- 📝 Improve documentation
- 🎨 Enhance UI/UX
- ⚡ Optimize performance
- 🌐 Add translations
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- shadcn/ui for the beautiful UI components
- Lucide Icons for the icons
- Website: resumeitnow.com