Self-hosted AI job matching with complete privacy. Clone the repo, bring your own Gemini API key, and run everything locally.
Take control of your job search data and customize the platform to your needs
Your resume, job searches, and match data never leave your infrastructure. No tracking, no data sharing.
Bring your own Gemini API key. Pay Google directly for AI usage at cost, no markup.
Fork the repo, modify the code, add features. It's your platform to build on.
git clone https://github.com/yourusername/jobseek.git
cd jobseekSign up for Google AI Studio and create a free API key
Get API Key →cp .env.example .env
# Add your Gemini API key to .env
GEMINI_API_KEY=your_key_herenpm install
npx prisma migrate dev
npm run devVisit http://localhost:3000 to start using JobSeek!
React framework with App Router, Server Components, and TypeScript for type safety.
State-of-the-art AI for job matching, company research, and personalized recommendations.
Type-safe database ORM with PostgreSQL for reliable data storage.
Analyze jobs directly on LinkedIn, Indeed, and other job boards.
Utility-first CSS framework for beautiful, responsive design.
Containerized deployment for easy self-hosting on any platform.
Contribute, report issues, or request features on GitHub