Introduction
Overview
ProctorAI is a sophisticated frontend prototype designed to showcase the future of remote examination integrity. Built with Next.js 15 and React 19, the platform demonstrates a seamless, AI-driven workflow for both educational institutions and students.
While traditional proctoring often feels intrusive or technically clunky, ProctorAI focuses on high-fidelity user experiences, utilizing computer vision and behavioral analysis simulations to monitor exam sessions in real-time.
Core Capabilities
The platform is divided into several specialized surfaces, each addressing a specific stage of the examination lifecycle:
- Intelligent Monitoring: Real-time gaze tracking, face presence detection, and audio anomaly analysis.
- Environment Lockdown: Simulated anti-cheat guardrails including tab-switch detection, clipboard blocking, and fullscreen enforcement.
- Proctor Command Center: A live dashboard for monitors to oversee multiple concurrent sessions, receive instant risk alerts, and review student behavior.
- Integrity Analytics: High-level data visualizations tracking violation trends, risk distributions, and institutional performance metrics.
The Proctoring Experience
ProctorAI provides an end-to-end simulation of a secure testing environment through two primary user flows.
1. The Student Journey (/exam)
The exam interface is designed to be both secure and supportive. It guides students through a three-phase process:
- System Check: Automated verification of the webcam, microphone, network stability, and identity.
- Secure Environment: A monitored testing interface that triggers "Proctor Warnings" if suspicious activity (like looking away or switching tabs) is detected.
- Submission: A clean transition to results and compliance summaries.
2. The Proctor Dashboard (/dashboard)
Proctors gain a bird's-eye view of all active test-takers. Key features include:
- Risk Scoring: Dynamic scores that fluctuate based on real-time student behavior.
- Live Alert Feed: Categorized notifications (Low, Medium, High severity) for events like "Sustained Gaze Deviation" or "Tab Switching."
- Student Drill-down: Detailed views of individual sessions, including event timelines and webcam feeds.
Technology & Scope
This project is a functional UX prototype. It leverages the latest web technologies to demonstrate high-performance UI patterns:
- Framework: Next.js 15 (App Router) & React 19.
- Styling: Tailwind CSS v4 for a modern, responsive interface.
- Motion: Framer Motion for fluid transitions and real-time feedback.
- Data Vis: Recharts for rendering complex integrity metrics.
Note: As a prototype, ProctorAI uses simulated data and frontend-based detection logic (such as canvas pixel analysis for face presence) to demonstrate the product vision. It is intended for UX evaluation and architectural reference rather than production-ready deployment.