{"id":18561921,"url":"https://github.com/maheshpaulj/ResumeItNow","last_synced_at":"2025-04-10T03:31:17.897Z","repository":{"id":259260188,"uuid":"876285589","full_name":"maheshpaulj/ResumeItNow","owner":"maheshpaulj","description":"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.","archived":false,"fork":false,"pushed_at":"2024-11-30T14:15:45.000Z","size":2612,"stargazers_count":3,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T16:57:49.572Z","etag":null,"topics":["nextjs","open-source","resume","resume-builder","shadcn","vercel"],"latest_commit_sha":null,"homepage":"https://resumeitnow.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maheshpaulj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-21T17:57:32.000Z","updated_at":"2025-01-04T01:12:18.000Z","dependencies_parsed_at":"2024-10-23T23:54:55.385Z","dependency_job_id":"0bc91a87-4e0a-458b-8497-90a691e19c26","html_url":"https://github.com/maheshpaulj/ResumeItNow","commit_stats":null,"previous_names":["cityisbetter/resumeit","cityisbetter/resumeitnow","maheshpaulj/resumeitnow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshpaulj%2FResumeItNow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshpaulj%2FResumeItNow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshpaulj%2FResumeItNow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maheshpaulj%2FResumeItNow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maheshpaulj","download_url":"https://codeload.github.com/maheshpaulj/ResumeItNow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248150879,"owners_count":21055993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs","open-source","resume","resume-builder","shadcn","vercel"],"created_at":"2024-11-06T22:08:17.981Z","updated_at":"2025-04-10T03:31:12.646Z","avatar_url":"https://github.com/maheshpaulj.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ResumeItNow - Free \u0026 Open Source Resume Builder 🚀\n\n\u003cdiv align=\"center\"\u003e\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/CityIsBetter/ResumeItNow/issues)\n[![Stars](https://img.shields.io/github/stars/CityIsBetter/ResumeItNow?style=social)](https://github.com/CityIsBetter/ResumeItNow/stargazers)\n\n[Demo](https://resumeitnow.vercel.app) · [Report Bug](https://github.com/CityIsBetter/ResumeItNow/issues) · [Request Feature](https://github.com/CityIsBetter/ResumeItNow/issues)\n\n![ResumeItNow Preview](https://i.imgur.com/F0iOLCB.jpeg)\n\n\u003c/div\u003e\n\nResumeItNow 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.\n\n## ✨ Features\n\n- 🎯 **ATS-Friendly Templates**: Professionally designed templates optimized for Applicant Tracking Systems\n- 🤖 **AI-Powered**: Smart content suggestions and auto-generation powered by Llama 3.1\n- 💳 **100% Free**: No credit card required, no hidden fees\n- 🎨 **Customizable**: Multiple layout options and customizable sections\n- 📱 **Responsive**: Works perfectly on desktop and mobile devices\n- 📤 **Export Options**: Download as PDF, share links, and more\n\n## 🛠️ Tech Stack\n\n- [Next.js 14](https://nextjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [shadcn/ui](https://ui.shadcn.com/)\n- [Firebase](https://firebase.google.com/)\n- [Llama 3.1](https://llama.ai)\n\n## 🤝 Contributing\n\nWe love contributions! There are many ways you can help improve ResumeItNow:\n\n### Adding New Resume Templates\n\n1. Create a new template in the `components/resume/templates` directory\n2. I would reccomend you to duplicate existing template and work over it.\n3. Add preview image in `public/assets/`\n4. Add template selection in `app/resume/[resumeId]/resumeView.tsx`\n   ```\n   \u003cSelectItem value=\"template_name\"\u003eTemplate Name\u003c/SelectItem\u003e\n   ```\n6. Submit a pull request\n\n### Template Guidelines\n\n- Must be ATS-friendly\n- Responsive design\n- Clean, professional layout\n- Support all standard resume sections\n- Follow accessibility best practices\n- Use Tailwind CSS for styling\n\n### Other Contributions\n\n- 🐛 Fix bugs and issues\n- ✨ Add new features\n- 📝 Improve documentation\n- 🎨 Enhance UI/UX\n- ⚡ Optimize performance\n- 🌐 Add translations\n\n### How to Contribute\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgments\n\n- [shadcn/ui](https://ui.shadcn.com/) for the beautiful UI components\n- [Lucide Icons](https://lucide.dev/) for the icons\n\n## 💌 Contact\n\n- Website: [resumeitnow.com](https://resumeitnow.vercel.app)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤️\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaheshpaulj%2FResumeItNow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaheshpaulj%2FResumeItNow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaheshpaulj%2FResumeItNow/lists"}