A transparent look at how this site was built and what it would take to run it for real.
Hemsjobs.org is a fully designed, animated, mobile-responsive job board for the helicopter EMS industry, backed by a real server and database. It brings together researched openings and career-page details from seven major HEMS operators — Air Methods, Global Medical Response (GMR), REACH Air Medical Services, Med-Trans Corporation, Apollo MedFlight, Battleborn Aviation, and CALSTAR — into one searchable board, with company profile pages, a pilot-profile intake form, a newsletter signup, and a pilot community forum.
Job and company listings are served from a real database and managed through a password-protected admin dashboard — no code editing required to add, edit, or remove a posting. Pilot profile submissions, resume files, newsletter signups, and forum threads are all saved to that same database. Everything you do on this site — applying, subscribing, posting — is persisted, not simulated.
Listings are curated by hand rather than pulled live from each employer's applicant-tracking system. Each operator uses a different platform (Workday, iCIMS, and others), several sites actively block automated scraping, and most career-page terms of service restrict automated data collection without permission. Turning that on for real would need either direct data-sharing agreements with each employer, an official jobs API where one exists, or a scraper built and legally cleared per site — plus upkeep as those sites change. Email notifications (e.g. alerting our team to a new application) also aren't wired up yet; submissions are stored and viewable in the admin dashboard.
The site runs on a lightweight Node.js server with a SQLite database — no external services or paid infrastructure required to run it. Admins log in at /admin/login.html to manage jobs, companies, view pilot applications and resumes, export newsletter signups, and moderate forum threads.
Company and listing details were researched from each operator's official careers site plus public aggregators including ZipRecruiter, Glassdoor, JSfirm, and Pilot Career Center. Company profile pages link directly to both the official application and the source used to compile each listing.