Released January 24, 2026
Version 2.0.0 introduces a comprehensive Admin Control Center with database-driven site settings, dedicated admin authentication, and a site-wide maintenance mode. This major release moves away from environment variables for configuration, enabling real-time control over platform features directly from the admin dashboard.
/admin/login with admin-specific red theme and Shield icon branding.role: admin can access the admin dashboard.Replaced NEXT_PUBLIC_ACCEPT_PAYMENTS environment variable with database-driven settings.
site_settings table in Supabase with RLS policies (admin-only write access)./api/settings REST endpoint for reading/updating settings.useSettings() React hook for client-side access to settings./maintenance page with dynamic message from database./admin routes./maintenance to public paths list.Enhanced AI tools across the platform to auto-fill fields with existing profile and organization data for improved UX.
Created a new dedicated application page at /app/applicant/jobs/[id]/apply.
Employers and Recruiters can now analyze applicants using AI and sort by match score.
⚠️ Required Database Migration
Run site-settings-migration.sql in Supabase SQL Editor to create the site_settings table before using admin settings.