https://github.com/maheshpaulj/resumeitnow
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.
https://github.com/maheshpaulj/resumeitnow
nextjs open-source resume resume-builder shadcn vercel
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/maheshpaulj/resumeitnow
- Owner: maheshpaulj
- License: mit
- Created: 2024-10-21T17:57:32.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-23T09:58:49.000Z (about 2 months ago)
- Last Synced: 2025-04-10T03:38:35.423Z (about 1 month ago)
- Topics: nextjs, open-source, resume, resume-builder, shadcn, vercel
- Language: TypeScript
- Homepage: https://resumeitnow.vercel.app
- Size: 3.82 MB
- Stars: 12
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ResumeItNow - Free & Open Source Resume Builder ๐
[](https://choosealicense.com/licenses/mit/)
[](https://github.com/maheshpaulj/ResumeItNow/issues)
[](https://github.com/maheshpaulj/ResumeItNow/stargazers)[Demo](https://resumeitnow.vercel.app) ยท [Report Bug](https://github.com/maheshpaulj/ResumeItNow/issues) ยท [Request Feature](https://github.com/maheshpaulj/ResumeItNow/issues)

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.
## โจ Features
- ๐ฏ **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## ๐ ๏ธ Tech Stack
- [Next.js 14](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [Firebase](https://firebase.google.com/)
- [Llama 3.1](https://llama.ai)## ๐ค Contributing
We love contributions! There are many ways you can help improve ResumeItNow:
### Adding New Resume Templates
1. Create a new template in the `components/resume/templates` directory
2. I would recommend you to duplicate existing template and work over it.
3. Add preview image in `public/assets/`
4. Add template selection in `app/resume/[resumeId]/resumeView.tsx`
```
Template Name
```
5. Add the template like this
```
const TEMPLATES = {
modern: ModernTemplate,
minimal: MinimalTemplate,
professional: ProfessionalTemplate,
newTemplate: NewTemplateImportName,
} as const;
```
6. Submit a pull request### Template Guidelines
- Must be ATS-friendly
- Responsive design
- Clean, professional layout
- Support all standard resume sections
- Follow accessibility best practices
- Use Tailwind CSS for styling### Other Contributions
- ๐ Fix bugs and issues
- โจ Add new features
- ๐ Improve documentation
- ๐จ Enhance UI/UX
- โก Optimize performance
- ๐ Add translations### How to Contribute
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## ๐ License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## ๐ Acknowledgments
- [shadcn/ui](https://ui.shadcn.com/) for the beautiful UI components
- [Lucide Icons](https://lucide.dev/) for the icons## ๐ Contact
- Website: [resumeitnow.com](https://resumeitnow.vercel.app)
---
Built with โค๏ธ