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.5 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.

Step 1: Quick launch with environment variables

To get started quickly, you can run the Whinself container using environment variables:

docker run \
    -e devicename=whinself \
    -e slotid=mybot \
    -e portin=8888 \
    -e logsse=true \
    -e logstdout=true \
    -p 8888:8888 \
    --name whatsapp-bot \
    inutil/whingo:latest

This method is ideal for quick testing or first-time setup. For more advanced control and persistent configuration, refer to the documentation on using a config.json file.

→ View Configuration Guide in Documentation

Step 2: Access the web interface

Open your browser and go to http://localhost:8888 (or the port you configured) to complete the setup and link your WhatsApp account.

View Full Documentation