One structured interview, recorded once, watched by the people who matter — with a clear record of every view.
Always free
Create a free account
Name, email, headline, location and links. No card, no trial, no paid tier.
Upload your CV
We show upload progress, processing state and the details we extracted so you can correct them.
Record your interview
One question at a time with preparation time, a recording timer, retakes and an accept step.
Preview and finalize
Watch it back before committing. Once finalized the interview is private and locked.
Share a link
Create an application link for a specific role. Only that link exposes the locked interview.
See who watched
The moment a recruiter unlocks it, you get a notification with their name, email and timestamp.
3 free credits, then from $49.99/month
Open a candidate link
You see the candidate profile, CV summary, skills and a locked video preview.
Create a free account
Work email, name, company and role. You immediately receive 3 free credits.
Post a job with rounds
Up to three rounds of questions, from Vidyra premade sets or your own.
Watch and take notes
Question-by-question playback with timestamps, private notes and shortlist actions.
Compare side by side
Watch candidates question by question, leave team notes and shortlist the best.
Upgrade when ready
Starter $49.99, Growth $89.99 or Professional $119.99 a month — 25, 100 or 200 credits.
Interviews are private by default. Recording only begins after the candidate gives explicit consent, and the studio explains what is captured and where it is stored before the camera starts.
Media is written to private object storage. Playback in the browser always goes through a short-lived signed URL issued for one authorised viewer — raw storage locations are never rendered in the interface.
A recruiter can only reach an interview through a job they invited the candidate to, or a share link the candidate created. Every view writes an event the candidate can see, with account identity and timestamp.
Vidyra never scores candidates automatically and never makes hiring recommendations. This page describes the product's design intent and is not a legal compliance statement.
Vidyra is built around explicit service seams so the video pipeline can be swapped for real infrastructure without touching the product surface. In this build every seam below is a mock — nothing calls a live service.
auth
Amazon Cognito user pools (candidate + recruiter)
Today: Local prototype session
storage
Private S3 bucket, multipart resumable upload
Today: Simulated upload progress
transcode
MediaConvert HLS ladder + thumbnails
Today: Simulated processing state machine
delivery
CloudFront signed URLs, 5 min TTL
Today: Opaque placeholder playback token
queue
SQS + Lambda workers for post-upload jobs
Today: Client-side timers
notify
SES email + SNS fan-out
Today: In-app notification records