SANDES MD

The Ultimate Session Manager for WhatsApp Automation

Advanced Features

Speed Pairing

Create and manage sessions effortlessly with our high-speed QR , Pairing engine.

Open Source

100% transparent and community-driven project on GitHub.

Secure & Fast

Optimized for performance and data security.

DOWNLOAD SANDES MD

Download the latest stable version and start Deploying .

Download Zip

GITHUB WORKFLOW CODE FOR SANDES MD

name: Node.js CI

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - main

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  build:
    runs-on: ubuntu-latest

    strategy:
      matrix:
        node-version: [20.x]

    steps:
    - name: Checkout repository
      uses: actions/checkout@v3

    - name: Set up Node.js
      uses: actions/setup-node@v3
      with:
        node-version: ${{ matrix.node-version }}

    - name: Install dependencies
      run: npm install --legacy-peer-deps

    - name: Start application
      run: npm start