WhatsApp Gateway (SaaS) — Kirim & kelola pesan WhatsApp secara terprogram dengan REST API, AI Auto-Responder, Blast Campaign, dan Webhooks.
Stack: Node.js / Fastify / Prisma / MySQL / Redis / Baileys (Backend) · Next.js / Tailwind CSS (Frontend)
| Tujuan | Link |
|---|---|
| Panduan Installasi & Konfigurasi | docs/ |
| API Reference | whatsappin.com/api |
| Developer Guide | whatsappin.com/docs |
| Infrastruktur (Docker, deploy) | Infrastruktur/ |
# 1. Clone
git clone https://github.com/your-repo/whatsapp-gateway.git
cd whatsapp-gateway/backend
# 2. Setup backend
cp .env.example .env # isi DATABASE_URL, JWT_SECRET
npm install
npx prisma migrate dev
npm run dev
# 3. Setup frontend (terminal baru)
cd ../frontend
npm install
npm run dev# Development stack (MySQL + Redis + Backend + Frontend)
docker compose up -d --build
# Production stack (with Nginx + Monitoring)
docker compose -f Infrastruktur/docker-compose.prod.yml up -d --buildBuilt with ❤️ for scalability.