JobDex is a startup-focused job board built around map-first discovery. Instead of starting with a search box and scrolling through pages of listings, users explore opportunities geographically, browsing jobs by city, region, or remote status on an interactive map.
Open source alternative to nextdoor.company
| ATS | Endpoint |
|---|---|
| Ashby | api.ashbyhq.com/posting-api/job-board/{slug} |
| Greenhouse | boards-api.greenhouse.io/v1/boards/{slug}/jobs |
| Lever | api.lever.co/v0/postings/{slug} |
| YCombinator | api.ycombinator.com/v0.1/companies?q={slug} |
| Service | URL |
|---|---|
| Frontend UI | https://jobdex.1mindlabs.org |
| Backend API | https://jobdex-api.1mindlabs.org |
git clone https://github.com/areebahmeddd/jobdex
cd jobdex
docker compose up- Frontend UI:
http://localhost:3000 - Backend API:
http://localhost:8000 - API docs:
http://localhost:8000/docs
backend/README.md- API setup, configuration, endpoints, and ingestionfrontend/README.md- Frontend setup and development