Walkthrough
What a visitor sees from first visit onward
Public layer
The site exposes lessons, articles, about, help, legal pages, and contact information so visitors can understand the platform before authentication.
For a first-time visitor, this layer should answer three questions quickly: what the platform is for, what learning resources are available, and how the public content connects to the classroom tools behind sign-in. This is why the public navigation points to lessons, blogs, guides, support, and contact pages before asking someone to create an account.
Account layer
Login, signup, password reset, and approval-related flows handle access to the role-aware parts of the product.
The account layer exists because academic workflows include private class membership, submissions, attendance, grades, and teacher-owned materials. HelloUniversity separates public discovery from authenticated work so students can learn from open resources while protected records stay inside the correct workspace.
Role-aware layer
After sign-in, the destination changes by role so students, teachers, and admins do not share the same operational workspace.
A student needs classes, activities, attendance, and grade-related views. A teacher needs class setup, materials, announcements, quizzes, and reports. An administrator needs verification and oversight tools. Role-aware routing keeps each group focused on the tasks they are allowed to perform.
Content and workflow layer
Lessons, classes, announcements, quizzes, attendance, and records remain connected so the platform works as one academic environment rather than separate disconnected pages.
In practice, this means a teacher can publish class materials and activities while students receive a clearer path for opening assigned work. Public lessons and blog articles support independent study, while authenticated class tools support the actual teaching workflow.