Job Board · Shift WorkInternational

CasualCareers.com

A job board built specifically for shift, part-time, and casual work — the kind of hiring that doesn't fit Indeed or Craigslist. Employers pay to list a shift or role; candidates browse and apply for free.

CasualCareers.com product screenshot

This product is still in development — the full case study will be published once it ships.

typescript
interface ShiftListing {
  id: string;
  title: string;
  employer: string;
  schedule: string;  // e.g. "Fri 4pm-11pm"
  payRate: number;
  location: string;
}

// Employers pay per listing — candidates apply free
const PRICING = {
  singleListing: 49,   // one 30-day listing
  unlimited: 129,      // per month, unlimited live listings
};

Tech Stack

Job BoardShift WorkFull Stack