PPLPPL
... /loading ...
INITIALIZING_
SYS / BOOT
A comprehensive HR platform handling employee management, payroll tracking, and attendance — built for multi-role access with responsive web and mobile interfaces.
HRIS SaaS is a production-ready Human Resource Information System handling the full employee lifecycle — onboarding, payroll, attendance, and multi-role access — built as a cross-platform product spanning web and mobile.
Small-to-medium businesses in the Philippines manage HR through spreadsheets and manual processes. HRIS SaaS centralises these into a single platform that non-technical HR staff can operate independently.
| Layer | Technology |
|---|---|
| Web Frontend | Next.js 14, TypeScript, Tailwind CSS |
| Mobile | React Native, Expo |
| Admin Dashboard | React, Vite, TypeScript |
| Backend & Auth | Supabase (PostgreSQL, Row-Level Security) |
| Deployment | Vercel |
Supabase RLS policies enforce access at the database level — an employee can only read their own payslip rows, a manager can only see their direct reports. No application-level permission checks required.
Both the web app (Next.js) and mobile app (React Native/Expo) hit the same Supabase project. Schema changes propagate to both platforms without duplicating business logic.
Core payroll and attendance modules are complete. Leave management and advanced analytics are in progress.