See open issues to become an early contributor.
The open-source next-gen Recruiting OS.
Learn more »
Discord
·
Website
·
Issues
·
Roadmap
Vidhur is an open-source, next-gen Recruiting OS. Its intuitive and modern interface combines advanced candidate profiles, team workspace, plugins, one-click apply features, and a lot more enabling forward-thinking companies to efficiently manage their recruitment processes from start to finish.
# Requirements: A PostgresSQL instance up-and-running.
# Clone the repo and cd into the folder.
npm i -g yarn # install yarn package manager, if you don't have already.
yarn # install all the dependencies
cp .env.example .env # Create env file and fill the fields. (DO NOT CHANGE PORT)
yarn migration:apply # Create database schema.
yarn dev # Finally, start the dev server.
Or simply by using Docker Compose.
docker compose up
There are several ways to start contributing to Vidhur. See contribution guide to get started.
Star Vidhur on GitHub and be instantly notified of new releases.
To protect your privacy, please avoid posting security issues on GitHub. Instead, send your questions to team@vidurjobs.xyz, and we will provide you with a more detailed answer.