100% Open Source

Your Job Search,
Your Data,
Your Control

Self-hosted AI job matching with complete privacy. Clone the repo, bring your own Gemini API key, and run everything locally.

Why Choose Open Source?

Take control of your job search data and customize the platform to your needs

🔒

Complete Privacy

Your resume, job searches, and match data never leave your infrastructure. No tracking, no data sharing.

💰

Pay Only for AI

Bring your own Gemini API key. Pay Google directly for AI usage at cost, no markup.

🛠️

Fully Customizable

Fork the repo, modify the code, add features. It's your platform to build on.

Quick Start Guide

1

Clone the Repository

git clone https://github.com/yourusername/jobseek.git
cd jobseek
2

Get Your Gemini API Key

Sign up for Google AI Studio and create a free API key

Get API Key →
3

Configure Environment

cp .env.example .env
# Add your Gemini API key to .env
GEMINI_API_KEY=your_key_here
4

Install & Run

npm install
npx prisma migrate dev
npm run dev

Visit http://localhost:3000 to start using JobSeek!

Built With Modern Tech

⚛️

Next.js 14

React framework with App Router, Server Components, and TypeScript for type safety.

🤖

Google Gemini

State-of-the-art AI for job matching, company research, and personalized recommendations.

🗄️

Prisma + PostgreSQL

Type-safe database ORM with PostgreSQL for reliable data storage.

🧩

Chrome Extension

Analyze jobs directly on LinkedIn, Indeed, and other job boards.

🎨

Tailwind CSS

Utility-first CSS framework for beautiful, responsive design.

📦

Docker Ready

Containerized deployment for easy self-hosting on any platform.

Join the Community

Contribute, report issues, or request features on GitHub