Recording is 58 seconds — 2 seconds under the 60s minimum. System allowed it through for manual review.
0:58
How to make this functional
This admin panel is a working UI prototype. To connect it to real student data and recordings, you have two paths:
Option A — Quick (2 weeks)
Use Airtable as the backend. Students submit recordings via a form (Google Forms / Tally). Recordings go to Google Drive. Airtable shows each trainer a queue. Free tier works for up to 50 students.
Option B — Proper (6 weeks)
Use Supabase (free, open source) as the database + file storage. Build a lightweight API. This site uploads recordings directly. Trainers log in here. Scales to thousands of students.