Stack
Case Study
Production
DRCODE AI Interview
A real-time AI interview platform with a live DSA coding round. I built the code-execution layer (Judge0) and the Monaco code editor.
Context
Tags
Overview
An AI interviewer that talks to candidates in real time (OpenAI Realtime over WebRTC) and, for engineering roles, runs a live coding round. Questions and JDs are generated offline with Gemini.
My part: the coding round — a Monaco editor with per-language persistence, and a Judge0 execution layer that runs submissions against sample and hidden test cases and scores by pass rate (Daytona sandboxes as an alternative provider).