Skip to content

Recruiting OS for forward thinking companies.

License

Notifications You must be signed in to change notification settings

shivam-sharma7/vidur

 
 

Repository files navigation

Logo

Vidur (powered by ProfileCity)

Host career sites, streamline candidate shortlisting, manage recruiting workflows, build and integrate 3rd-party hiring plugins, all while scaling effortlessly with open-source.

Discord · Website · Issues

Github Issues Follow Us on X Join the Community Follow Us on LinkedIn Product Hunt

Vidur is an open-source, modern recruiting software designed to make hiring faster, smarter, better, and more customizable. The software scales with the company's hiring needs. You can start with a simple career site and expand to creating custom recruiting workflows using plugins as modular building blocks.

banner

This design ensures transparency, efficiency, and ease of use. With Vidur v1.0, you can -

  1. Create and manage your own career sites to showcase job openings and attract candidates.
  2. Add and build plugins to extend Vidur’s functionality and connect with other tools you use.
  3. Allow candidates to apply for jobs with just one click, simplifying the application process.
  4. Easily manage candidate profiles and shortlist the most suitable candidates for each position.
  5. Add as many team members as needed without restrictions, so everyone can collaborate effectively.

How Vidur Works

  • Free and Open-Source: Vidur is free to use with the option to self-host or opt for managed services.
  • Customizable Plugins: Create unlimited plugins and extensions tailored to your hiring needs.
  • Unlimited Team Members: Invite your entire team with no additional costs.
  • Zero-Cost Deployment: Deploy Vidur on your servers at zero cost. To activate the career site for production, visit here.

You can also schedule a quick call with the team here.

Getting Started

To get up and running with Vidur, follow these steps:

Local Setup

  1. Ensure PostgreSQL is Installed Make sure you have a PostgreSQL instance running. If you need help setting it up, refer to the PostgreSQL documentation.
  2. Clone the Repository
git clone https://github.com/your-repo/vidur.git
cd vidur
  1. Install Dependencies Install Yarn if you haven't already:
npm i -g yarn

# Install all project dependencies
yarn
  1. Configure Environment Variables Create a .env file from the example template:
cp .env.example .env

# Fill in the required fields in the .env file. Do not change the PORT value.
  1. Set Up the Database Apply the database schema:
yarn migration:apply
  1. Start the Development Server Run the development server:
yarn dev

Using Docker

If you prefer using Docker, you can quickly set up Vidur with Docker Compose:

docker compose up

This command starts both the db and app services using the dev profile, running PostgreSQL as database and the app as vidur_app.

You can also pull the latest Docker image from here.

Contributing

We welcome contributions from the community! Check out our contribution guide to get involved and help us make Vidur even better.

Contributors

Vidur wouldn’t be possible without the support and contributions from our amazing community. A special thank you to all our contributors who have helped make Vidur better. You can find a list of our contributors -

Roadmap

We believe in transparency and collaboration, which is why we've open-sourced our Roadmap. You can view our planned features, ongoing projects, and future updates on our Roadmap. We welcome feedback and suggestions from the community to help shape the future of Vidur.

Release Notes

Stay up-to-date with the latest improvements, bug fixes, and new features by checking our Release Notes. Each release note provides detailed information about the changes and updates made in every version of Vidur.

Staying ahead

Star Vidur on GitHub and set the repo on a watch to be instantly notified of new releases.

Star Image

Security disclosure

To protect your privacy, please avoid posting security issues on GitHub. Instead, send your questions to [email protected] and we will provide you with a more detailed answer.

Contact

For any questions or support inquiries, please contact us at [email protected], raise a query on the Discord server or create an issue on our GitHub repository.

About

Recruiting OS for forward thinking companies.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.1%
  • TypeScript 49.2%
  • Other 0.7%