Maintain complete ownership of your career data while allowing recruiters to discover you securely.
Unlike traditional job boards, HireBridge doesn't store your data in a centralized database. Instead, you run an Edge Node on your own machine. This node securely pushes periodic snapshots of your career data to the HireBridge index, allowing recruiters to search for your skills.
You don't need to choose an account type when you sign up! When you connect an Edge Node (like LivingCV or jobops) to your account via the Device Verification process, HireBridge automatically recognizes you as Talent and redirects you to the Talent Dashboard whenever you log in.
You can choose between two open-source edge node implementations based on your preference:
A lightweight, fast CLI written in Go. Ideal if you prefer a single compiled binary.
Setup:
git clone https://github.com/mohith-das/livingcv
cd livingcv
go build
./livingcv serve
A Node.js implementation available on npm. Perfect if you already use npm in your daily workflow.
Setup:
npx @mohith_das/jobops serve
Alternatively, install it globally:
npm install -g @mohith_das/jobops
jobops serve
When you start either node for the first time, it will print a Device Code in your terminal and give you a verification URL.