S
Sage Hire StackThe recruitment platform behind Sage & Crew Next
Free to active recruitment clients. Tracks every position from opening through onboarding — sourcing, screening, interviews, offers, and joining — with role-aware access for recruiters, client admins, hiring managers, and candidates.
This page confirms the scaffold compiles. Authenticated dashboards come online in Phase 2 once Supabase is wired up.
Verification checklist
Work through these in Supabase + your editor before continuing to Phase 2.
- Supabase project created and connected via .env.local
- Migrations 0001 → 0004 applied successfully
- Row Level Security enabled on every public table
- 5 storage buckets created (resumes, offer-letters, onboarding-docs, attachments, avatars)
- Auth trigger on_auth_user_created live on auth.users
- First super_admin user provisioned (see README)
- TypeScript types regenerated via `npm run db:types`