ps-shin
Back to projects
2024·Stable

Interv — Interview Video & Coding Platform

Recruitment platform that combines live coding assessments with video recording in a single workflow.

ReactTypeScriptGo

Overview

Interv streamlines technical interviews by combining live coding assessments with video recording in a single workflow. Interviewers create, manage, and review sessions end-to-end without leaving the platform.

My role

Built the full candidate-facing portal — the surface candidates actually interact with during their interview. Coordinated session state across coding editor and video recording so reviewers see exactly what the candidate experienced.

Tech

  • Frontend: React with TypeScript
  • Backend: Go

Lessons

  • Coordinating two real-time surfaces (code editor + video) in one session is harder than building either one alone.
  • Recruitment tools are evaluated on workflow fit, not features. The win was reducing tool-switching, not adding capabilities.