Ai marketer for African businesses
# Hunter AI
**Find buyers before they find you.**
Hunter AI is an AI-powered customer discovery tool built for African businesses. It monitors social media platforms 24/7 — Facebook, Instagram, TikTok, WhatsApp groups, and Twitter — scanning for people who are actively looking for what you sell, then delivers those leads directly to your WhatsApp.
Built by Social Technancy.
---
## What This Repository Contains
This is the **Phase 0 Waitlist** application. It is not the full SaaS product — it is the pre-launch page designed to collect signups, build anticipation, and manage a queue before the main platform goes live.
The architecture is production-ready and built to grow directly into the full SaaS product without any rebuilding.
---
## Tech Stack
| Layer | Technology |
|---|---|
| Framework | Next.js 15 App Router |
| Language | TypeScript |
| Styling | Tailwind CSS |
| Animations | Framer Motion |
| Forms | React Hook Form + Zod |
| Database | Supabase (PostgreSQL) |
| Email | Resend |
| Deployment | Vercel |
---
## Project Structure
```
src/
├── app/
│ ├── page.tsx # Landing page
│ ├── admin/page.tsx # Admin dashboard
│ ├── r/[code]/page.tsx # Referral redirect
│ └── (auth)/login/page.tsx # Auth placeholder (Phase 1)
├── components/
│ ├── landing/ # All landing page sections
│ ├── waitlist/ # Waitlist form + success screen
│ └── ui/ # Reusable UI primitives
├── actions/ # Next.js server actions
├── repositories/ # Data access layer (Supabase)
├── services/ # Business logic
├── lib/
│ ├── email/ # Resend email templates
│ ├── supabase/ # Client, server, admin setup
│ ├── utils/ # Helpers and formatters
│ └── validations/ # Zod schemas
└── types/ # TypeScript type definitions
```
---
## Getting Started
### 1. Clone and install
```bash
git clone http …