Discover and explore top open-source AI tools and projects—updated daily.
GsyncAI-powered job search and career assistant
Top 95.9% on SourcePulse
Summary
JobSync is a self-hosted, open-source job application tracker and AI-powered career assistant designed for job seekers. It streamlines the job search process by offering features like application tracking, resume review, job matching, and task management, all while ensuring user data privacy through local hosting.
How It Works
Built with Next.js and Shadcn UI, JobSync provides a web-based interface for managing job applications. Its core functionality includes an application tracker, a monitoring dashboard for insights, and resume management. The project integrates AI capabilities, leveraging Ollama (with models like Llama3.2) or Deepseek (via API key) for intelligent resume review and personalized job matching, aiming to enhance efficiency and effectiveness in job searching.
Quick Start & Requirements
Installation is primarily via Docker.
git clone https://github.com/Gsync/jobsync.git.env file based on .env.example, including an AUTH_SECRET (generated via npm exec auth secret or openssl rand -base64 33) and optionally changing the default username/password.docker compose uphttp://localhost:3000.
Prerequisites include Docker. For AI features, Ollama must be installed and running locally, or a Deepseek API key must be provided. Timezone configuration (TZ=America/Edmonton) is recommended for remote servers.Highlighted Details
Maintenance & Community
The provided README does not contain specific details regarding notable contributors, sponsorships, partnerships, or community channels (like Discord/Slack).
Licensing & Compatibility
The project is described as "free and open source." However, the specific license type (e.g., MIT, GPL, Apache) is not explicitly stated in the provided text. Compatibility for commercial use is generally good due to its self-hosted nature, but the specific license terms would need verification.
Limitations & Caveats
AI features (resume review, job matching) are dependent on external services: Ollama must be installed and running locally, or a Deepseek API key is required. Users may need to increase Ollama's context length for optimal AI performance. The specific open-source license is not detailed, which could impact commercial use or derivative works.
2 days ago
Inactive