PPLPPL
... /loading ...
INITIALIZING_
SYS / BOOT
Admin dashboard for the HRIS platform — manage employees, payroll, attendance, and analytics. Integrated with the same Supabase backend for real-time data.
The HRIS Admin Dashboard is the back-office control panel for the HRIS SaaS platform. It gives HR administrators and managers a centralised view of the entire workforce — employees, payroll runs, attendance records, and analytics — all updated in real time via Supabase.
The admin dashboard is intentionally shipped as a separate Vite/React app rather than a Next.js route. This keeps the admin bundle out of the employee-facing app and allows independent deploy cycles — critical when rolling out sensitive HR features without touching the public-facing app.
| Layer | Technology |
|---|---|
| Frontend | React 18, Vite, TypeScript |
| Styling | Tailwind CSS, CSS Modules |
| Backend | Supabase (shared with main HRIS app) |
| Deployment | Vercel (separate project) |
Core employee management and payroll run screens are complete. Analytics module and leave approval workflows are in progress.