Credits and Open-Source Notices
This product includes software developed by third parties. Their licenses and copyright notices are preserved below as required.
Fork disclosure
AiGade Recruitment was forked from FoloUp (MIT) on 2026-05-07. Voice layer rewritten to Vapi PSTN. SMS flows, resume scoring, ATS connectors, Stripe billing, persistent candidate profiles, cooldown logic, and dashboard customizations are AiGade original work built on top of the FoloUp foundation.
Foundational codebase
Backend, employer dashboard, AI question generation, analytics, multi-tenant schema. Copyright 2025 FoloUp. MIT license preserved at LICENSE-FOLOUP.md.
https://github.com/FoloUp/FoloUpResume parsing and job-description match scoring (0-100). Self-hosted Docker container.
https://github.com/srbhr/Resume-MatcherCore framework dependencies
Authentication for Sprint 1. Planned SSO swap with Supabase Auth in a later sprint.
https://github.com/clerkincs/javascriptAccessible UI primitives (dialog, avatar, select, separator, slider, switch, tabs, tooltip).
https://github.com/radix-ui/primitivesOpenAI-compatible client for DeepSeek LLM calls.
https://github.com/openai/openai-nodePDF parsing utilities for resume intake.
https://www.npmjs.com/package/pdf-parseCommercial services (not redistributed)
Accessed via API only. See sub-processors for DPA references.
- Vapi.ai -- voice AI orchestration
- Telnyx -- telephony (PSTN, SMS, DIDs)
- Stripe -- payments
- Zoho -- email
- Cartesia / ElevenLabs -- text-to-speech
- Deepgram -- speech-to-text
- DeepSeek -- LLM API (scoring)
Full dependency list in package.json.