SpicychieF05/GetAWay — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me GetAWay, a browser based interview proctoring app for remote hiring. Recruiters should be able to sign up, see a dashboard, create an interview room, enter a candidate email, and send them a one time password invite. Candidates should join with just their email and OTP, no account and no downloads.

The interview should run in the browser with live video using WebRTC. Before joining, candidates should pass simple camera, microphone, face visibility, and lighting checks. During the session, use in browser AI and audio checks to warn about things like no face, multiple people, looking away, muted mic, bad lighting, or suspicious sound. Show the recruiter live alerts and a trust score that updates during the interview.

After the session, create a report with timeline events, violation counts, session stats, and charts. Also add settings so recruiters can adjust detection sensitivity and turn checks on or off.

Use Next.js, TypeScript, Firebase, Tailwind, and email sending for OTPs. Look up current docs online if needed.

Want more depth? Deep Reverse