Whinself


Powerful WhatsApp Integration Platform

Find Out More
Whinself Logo

What is Whinself?


Whinself is a powerful WhatsApp integration platform that enables seamless communication and automation for businesses and projects. Our platform provides robust APIs and tools to connect your applications with WhatsApp's messaging capabilities.

Main Features


WhatsApp Messaging Bots

Build intelligent chatbots, automate processes, create smart home triggers, and integrate with web applications using our comprehensive WhatsApp messaging client with full multimedia support.

Groups Commander

Take control of your WhatsApp groups with powerful management capabilities. Automate group creation, deploy interactive polls, schedule targeted content, and implement moderation.

Channels for Marketing

Leverage WhatsApp's channels feature to build your marketing presence. Create and manage broadcast channels, schedule content, and engage with your audience effectively.

Simple, Transparent Pricing


We believe in straightforward pricing without hidden fees or complex calculations.

$2 USD per month

That's it. No surprises, no hidden fees.


  • Unlimited contacts
  • Unlimited messages
  • Unlimited interactions
  • Unlimited channels
  • Unlimited groups
  • All features included

Running Whinself Container


Whinself runs seamlessly as a Docker container, making deployment simple across any environment:

1. Create your configuration file (config.json):

{
  "nrurl": "https://your-webhook-endpoint.com/incoming",
  "SlotID": "MyWhatsAppBot",
  "debuglevel": 0,
  "logsse": true,
  "devicename" : "whinself",
  "portin": 3000
}

Mandatory Configuration Parameters:

  • nrurl: The webhook URL where incoming WhatsApp messages will be posted
  • SlotID: Your unique WhatsApp bot identifier
  • portin: Port number the Whinself server will run on

Optional Configuration Parameters:

  • debuglevel: Log level (0=DEBUG, 1=INFO, 2=WARN, 3=ERROR)

2. Run the Docker container:

docker run -d \
  --name whinself \
  -p 3000:3000 \
  -v $(pwd)/config.json:/app/config.json \
  whinself/whinself:latest

3. Access the web interface:

Navigate to http://localhost:3000 and scan the WhatsApp QR code to connect your device.

That's it! Your Whinself instance is now running and ready to power your WhatsApp integrations.

View Full Documentation