Easily monitor server health and WhatsApp connection.
Real-time insights into your WhatsApp connection status.
Handle multiple WhatsApp instances concurrently.
RESTful endpoints
WhatsApp integration
Instance management
Real-time events
Perfect for basic WhatsApp messaging with one account.
Manage multiple WhatsApp accounts simultaneously.
Combine both single and multi-instance capabilities.
Set up environment variables and choose operational mode
Scan QR code to connect WhatsApp account(s)
Use RESTful APIs to send messages and manage instances
Receive real-time webhooks and monitor connection status
git clone https://github.com/ibnusyawall/whisper-api.git && cd whisper-api
npm install
cp .env.example .env
.env file with the required variables.
npx prisma generate npx prisma db push
npm run dev # Development npm start # Production