Mobile PWA surfaces
Skolzo mobile paths live inside Next.js apps by namespace.
Website (apps/website — skolzo.com)
| Path | Users |
|---|---|
/parent/mobile/* |
Parents — fees, homework, leaves, announcements |
/student/mobile/* |
Students (self-login) and parents viewing linked children |
Install PWA from skolzo.com; parent mobile start_url is /parent/mobile/home.
Auth: single website session (/?auth=signin). Mobile guards redirect unauthenticated users to the sign-in modal with ?next=.
See parent-student-journey.md for enquiry → lead → student → login flow.
CRM (apps/web-crm)
| Path | Users |
|---|---|
/school-panel/mobile/* |
Admissions counsellors |
Legacy /parent/* and /student/* on CRM redirect to skolzo.com.
ERP (apps/web-erp)
| Path | Users |
|---|---|
/erp/mobile/* |
Drivers, teachers, field staff |

