XPROVerce MD is a powerful WhatsApp Multi-Device bot built using Baileys MD.
Designed for speed, stability, and scalability, it supports plugins, automation, media tools, and cloud deployment.
- π WhatsApp Multi-Device (Baileys MD)
- π§© Plugin-based command system
- π¬ Buttons, Lists & Reaction Commands
- π₯ Media download & processing
- π₯ Group moderation & automation
- π Night Mode & presence control
- βοΈ Free & Premium settings
- π’ Status auto-view & reactions
- π Session auto-restore
- π Built-in Express server
- π Update-ready architecture
- Node.js
- Baileys MD
- Express.js
- Axios
- Sharp
- Node-Cache
- MegaJS
git clone https://github.com/xproverce/XPROVerce-MD.git
cd XPROVerce-MD
npm install
npm startPORT=8000
SESSION_ID=your_session_id
β οΈ Heroku requires a worker dyno, not web.
-
Fork the repository
-
Create a new Heroku app
-
Set Buildpack:
heroku/nodejs -
Add Environment Variables in Config Vars
-
Deploy from GitHub
-
Start worker dyno
heroku ps:scale worker=1-
Fork the repo
-
Go to koyeb.com
-
Create App β GitHub Repository
-
Runtime: Node.js
-
Start command:
npm start
-
Add environment variables
-
Deploy β
-
Fork the repo
-
Go to render.com
-
New β Background Worker
-
Connect GitHub repository
-
Build command:
npm install
-
Start command:
npm start
-
Add environment variables
-
Deploy π
-
Fork repository
-
Go to railway.app
-
New Project β Deploy from GitHub
-
Add environment variables
-
Start command:
npm start
-
Done β
Best for WhatsApp bots (long-running process support)
Create this file:
name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test --if-present- Do NOT obfuscate updater or loader files
- Obfuscate only core logic if needed
- Keep
start.jsclean - Follow WhatsApp Terms of Service
This project is for educational purposes only. The developer is not responsible for misuse or WhatsApp policy violations.
- XPROVerce Team
- Baileys Multi-Device
- Open-source contributors
β Star this repo if you like it!
