AI-powered recruitment platform connecting Ghana & Botswana talent with UAE employers. B2B intermediation with agent-based automation.
# UAE Recruit Platform
AI-powered recruitment operations platform for UAE Recruitment Agency (Meydan Free Zone).
Connects talent from Ghana and Botswana with UAE employers via B2B intermediation.
## Stack
- Next.js 15 (App Router)
- TypeScript
- Supabase (PostgreSQL + Auth)
- Tailwind CSS + shadcn/ui
- AI Agents (Claude API)
## AI Agents
- **Screener Agent** - Evaluates candidate readiness for UAE placement
- **Matcher Agent** - Matches candidates to open job orders by skills/experience
- **Compliance Agent** - Verifies zero-fee policy, MOHRE, PDPL compliance
- **Outreach Agent** - Drafts communications to candidates, employers, partners
## Getting Started
```bash
npm install
cp .env.example .env.local
# Fill in Supabase and Anthropic API keys
npm run dev
```
## Database
Run migrations against your Supabase instance:
```bash
supabase db push
```