# FoloUp

> An open-source AI-powered voice interviewer platform that helps hiring teams create voice interviews, share them with candidates, and review responses with transcripts and scoring.

FoloUp is an open-source, MIT-licensed platform for conducting AI-powered voice interviews with job candidates. Built with Next.js, Clerk, Supabase, Retell AI, and OpenAI, it lets hiring teams generate structured interviews from a job description, share a single candidate link, and review transcripts and scores in one dashboard. The project reports over 1,200 GitHub stars and 291 forks since its creation in February 2025.

## What It Is

FoloUp sits in the async hiring-screening category — it replaces early-stage phone screens and form-based questionnaires with AI-driven voice conversations. The platform handles the full loop: question generation, candidate delivery, live voice conversation, and post-interview analysis. It is self-hostable and the source code is publicly available under the MIT License, making it extensible for teams that want to build their own hiring products on top of it.

## How the Workflow Runs

The product is designed around a compact four-step loop:

- **Generate** — paste a job description and FoloUp drafts tailored interview questions using OpenAI.
- **Share** — a single candidate-ready link is produced; no scheduling overhead required.
- **Interview** — Retell AI manages the voice call, adapting the conversation to candidate responses in real time.
- **Review** — transcripts, scores, and summary signals appear in a unified hiring dashboard for faster screening decisions.

## Tech Stack and Self-Hosting

FoloUp is a TypeScript/Next.js application. The setup path requires four external services: Clerk for authentication (free plan supported), Supabase for data storage (free plan supported), Retell AI for voice call management and recording storage (pay-as-you-go credits), and OpenAI for question generation and response analysis. The README recommends Vercel for hosting. All configuration is handled through environment variables, and a `supabase_schema.sql` file is included for database initialization.

## Open-Source Adoption Signal

The homepage and README list several products the vendor says are built on top of FoloUp: Talvin AI, Rapidscreen, and Techify Solutions. The repository had 1,239 stars and 291 forks as of the last recorded update, which the project page describes as strong open-source traction for a hiring tool. The MIT license allows teams to fork, modify, and redistribute without restriction.

## Current Status

The repository was created in February 2025 and last pushed in May 2026, with the last metadata update recorded in August 2026. The project is actively maintained with 12 open issues. The landing page describes the product as "Live" and the GitHub organization (FoloUp) hosts the canonical repository at github.com/FoloUp/FoloUp.

## Features
- AI-generated interview questions from job descriptions
- One-click shareable candidate interview links
- AI voice interviews with real-time conversation adaptation
- Automated transcription of candidate responses
- AI-powered scoring and analysis of interview responses
- Comprehensive hiring dashboard for candidate tracking
- Self-hostable with MIT license
- Organization support via Clerk authentication
- Supabase-backed data storage
- Retell AI voice call management and recording

## Integrations
Clerk, Supabase, Retell AI, OpenAI, Vercel

## Platforms
LINUX, WEB, API

## Pricing
Open Source

## Version
main

## Links
- Website: https://foloup.suveenellawela.com
- Documentation: https://github.com/FoloUp/FoloUp/blob/main/CONTRIBUTING.md
- Repository: https://github.com/FoloUp/FoloUp
- EveryDev.ai: https://www.everydev.ai/tools/foloup
