Detecting...
...
--- --
--:--:--
RETURN_TO_REGISTRY
mewTime featured image

mewTime

UID: mewtime-001Inactive

Self-service attendance app for online classes. Lecturers share a session code mid-class, students submit it to mark their own attendance.

System Architecture

Next.js frontend with Supabase Auth for session management and PostgreSQL as the database. Lecturers create a class session with a generated code stored in Supabase. Students authenticate and submit the code, which is validated server-side before writing the attendance record. Password reset is handled via Supabase Auth email flow.

Performance Metrics

Lighthouse: 98 Performance, 100 Accessibility, 100 Best Practices, 100 SEO.

FCP: 0.7s, LCP: 0.7s, TBT: 70ms, CLS: 0.009, Speed Index: 1.5s.

Snapshots

Sign in page
Sign in page with email and password.
Student check-in with class code
Student home showing timestamp and code input.
Admin create class session
Lecturer creates a session and code.
Class list
All sessions listed with their info.
Reset password page
Password reset via Supabase.