Analysis updated 2026-05-18
Run automated first-round voice interviews instead of manual phone screens.
Generate tailored interview questions from a pasted job description.
Score and compare candidate responses on a recruiter dashboard.
Self-host a hiring interview tool without paying for a managed SaaS.
| brijeshmarch16/ai-interview | arpitbhalla/ts-backend | celiknimani/civic-pulse | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | TypeScript | TypeScript | TypeScript |
| Last pushed | — | 2022-06-09 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 3/5 | 4/5 |
| Audience | pm founder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Postgres database plus paid Retell AI and OpenAI API keys.
AI Interview is an open source platform that lets companies run AI powered voice interviews with job candidates without needing a human interviewer in the room. Instead of scheduling back and forth with a recruiter, a hiring manager creates an interview by pasting in a job description, and the system automatically generates tailored questions. A unique link is then shared with the candidate, who speaks their answers aloud while the AI listens, adapts to their responses, and records the session. After the interview ends, the platform analyzes each response and generates detailed scores and insights for the hiring team. A dashboard lets recruiters track all candidates, compare performance, and see overall hiring stats at a glance. This is designed to save time in early stage screening, where reviewing many candidates manually is slow. The project is self hosted, meaning you run it on your own servers rather than paying for a managed service. Setup involves connecting a PostgreSQL database to store candidate and interview data, signing up for Retell AI to handle the voice calls, and adding an OpenAI API key to power question generation and response analysis. Once configured, the app runs as a Next.js web application, a JavaScript framework for building server rendered sites. Authentication is handled locally with email and password, so no third party login provider is needed. The code is released under the MIT license, making it free to use and modify. This would suit a small team or startup that wants an automated first round interview tool and prefers to keep candidate data on their own infrastructure rather than paying for an external hiring platform.
A self-hosted platform that runs AI voice interviews with job candidates and scores their answers automatically.
Mainly TypeScript. The stack also includes TypeScript, Next.js, PostgreSQL.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.