{"id":28670999,"url":"https://github.com/devgoyalg/jobgeniusai","last_synced_at":"2025-06-13T18:38:59.245Z","repository":{"id":293797385,"uuid":"926065333","full_name":"DevGoyalG/JobGeniusAI","owner":"DevGoyalG","description":"JobGeniusAI is an AI-powered career coach designed to assist users with resume building, interview preparation, and job insights. It leverages modern web technologies to provide personalized career guidance.","archived":false,"fork":false,"pushed_at":"2025-05-17T08:06:32.000Z","size":1695,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T08:20:59.571Z","etag":null,"topics":["ai-assistant","ai-career-coach","ai-email-assistant","ai-interview-platform","ai-quiz","interview-preparation","job-insight","jobgeniusai","nextjs-project","resume-builder"],"latest_commit_sha":null,"homepage":"https://jobgeniusai.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevGoyalG.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-02-02T13:22:39.000Z","updated_at":"2025-05-17T08:06:35.000Z","dependencies_parsed_at":"2025-05-17T08:34:29.394Z","dependency_job_id":null,"html_url":"https://github.com/DevGoyalG/JobGeniusAI","commit_stats":null,"previous_names":["devgoyalg/jobgeniusai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevGoyalG/JobGeniusAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FJobGeniusAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FJobGeniusAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FJobGeniusAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FJobGeniusAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevGoyalG","download_url":"https://codeload.github.com/DevGoyalG/JobGeniusAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevGoyalG%2FJobGeniusAI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259700020,"owners_count":22898367,"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":["ai-assistant","ai-career-coach","ai-email-assistant","ai-interview-platform","ai-quiz","interview-preparation","job-insight","jobgeniusai","nextjs-project","resume-builder"],"created_at":"2025-06-13T18:38:48.633Z","updated_at":"2025-06-13T18:38:59.238Z","avatar_url":"https://github.com/DevGoyalG.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Star Badge](https://img.shields.io/static/v1?label=%F0%9F%8C%9F\u0026message=If%20Useful\u0026style=flat\u0026color=BC4E99)\n![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)\n[![View My Profile](https://img.shields.io/badge/View-My_Profile-green?logo=GitHub)](https://github.com/DevGoyalG)\n[![View Repositories](https://img.shields.io/badge/View-My_Repositories-0A66C2?logo=GitHub\u0026logoColor=white)](https://github.com/DevGoyalG?tab=repositories)\n\n\u003ch1 align=\"center\"\u003e💼 JobGeniusAI – AI Career Coach 🤖\u003c/h1\u003e\n\n![Demo App](https://github.com/DevGoyalG/JobGeniusAI/blob/main/JobGeniusAI.png)\n\n## 🌟 Highlights:\n\n- 🚀 Tech stack: Next.js, Vite, Tailwind CSS \u0026 Shadcn UI  \n- 🧠 LLM Integration (Gemini AI) for smart recommendations  \n- 📄 AI Resume \u0026 Cover Letter Builder  \n- 🎯 Personalized Interview Preparation  \n- 📊 Industry Insights Module  \n- 🔒 Authentication \u0026 Authorization (Clerk)  \n- 💾 Database Management (Neon PostgreSQL)  \n- 💻 Modern, Responsive UI Design  \n- 🎭 Client \u0026 Server Components with seamless integration  \n- 🌐 Deployed for high performance on Vercel  \n\n## ✨ Features\n\n- **AI-Powered Resume Builder**: Generate tailored resumes based on your skills and experience.\n- **Cover Letter Generator**: Create personalized cover letters for job applications.\n- **Interview Preparation**: Access common interview questions and tips.\n- **Industry Insights**: Stay updated with the latest trends in your desired field.\n- **User Authentication**: Secure sign-in/sign-up using Clerk.\n- **Responsive Design**: Seamless experience across devices.\n\n## Setup .env file\n\n```env\n# Clerk Authentication\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\n\n# Clerk Redirect URLs\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/onboarding\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/onboarding\n\n# Database\nDATABASE_URL=\n\n# Gemini API\nGEMINI_API_KEY=\n```\n\n## 🧩 Getting Started\n\n1. Clone the repository\n\n```shell\ngit clone https://github.com/DevGoyalG/ShrinkURLs.git\ncd ShrinkURLs\n```\n\n2. Install dependencies:\n\n```shell\nnpm install\n```\n\n3. Set up your environment variables as shown above\n4. Run the development server:\n\n```shell\nnpm run dev\n```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser\n\n## Deployment\n\nThis application can be easily deployed to Vercel:\n\n```shell\nnpm run build\nnpm run start\n```\n\nOr connect your GitHub repository to Vercel for automatic deployments.\n\n## 🚀 Technologies Used\n\n- **Next.js \u0026 Vite**: Fast, modern frameworks for frontend and full-stack development  \n- **Tailwind CSS \u0026 Shadcn UI**: Utility-first styling and pre-built UI components  \n- **Clerk**: Secure authentication and user management system  \n- **Neon**: Scalable PostgreSQL database solution with serverless support  \n- **Gemini AI**: Google’s LLM for generating smart, context-aware career guidance  \n- **Vercel**: Deployment platform ensuring high performance and global scalability  \n\n## 📚 Learn More\n\nTo learn more about the technologies used in this project:\n\n- [Next.js Documentation](https://nextjs.org/docs)\n- [Clerk Documentation](https://clerk.com/docs)\n- [Tailwind CSS Documentation](https://tailwindcss.com/docs)\n- [Shadcn UI Documentation](https://ui.shadcn.com/docs)\n- [Gemini API Documentation](https://ai.google.dev/gemini-api)\n- [Neon Documentation](https://neon.tech/docs)\n\n## 🤝 Connect with Me\n\n\u003ca href=\"https://github.com/DevGoyalG\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/GitHub-181717?style=for-the-badge\u0026logo=github\u0026logoColor=white\" alt=\"GitHub\"/\u003e\n\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://www.linkedin.com/in/devgoyalg/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/LinkedIn-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"LinkedIn\"/\u003e\n\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://www.instagram.com/dev_goyal_g/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge\u0026logo=instagram\u0026logoColor=white\" alt=\"Instagram\"/\u003e\n\u003c/a\u003e\n\u0026nbsp;\n\u003ca href=\"https://x.com/dev_goyal_g\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white\" alt=\"Twitter\"/\u003e\n\u003c/a\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eThank you for visiting! Happy Learning 🚀\u003c/b\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgoyalg%2Fjobgeniusai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevgoyalg%2Fjobgeniusai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevgoyalg%2Fjobgeniusai/lists"}