Skip to content

Lavvordev/Today-Session

Repository files navigation

Today Session Logo

✨ TODAY SESSION ✨

Typing SVG

Professional WhatsApp Session ID Generator by LavvorStudio

Deploy to Vercel Deploy to Heroku Deploy to Render Deploy on Railway

GitHub stars GitHub forks MIT License Node Version


📌 About

Today Session is a high-performance, web-based WhatsApp Session ID Generator. It provides a seamless way to generate authentication sessions for WhatsApp bots and applications using modern web technologies.

✨ Features

Feature Description
📱 QR Code Method Instant scan-to-connect functionality
🔐 Pairing Code Method Direct connection via phone number
🎨 Premium UI Glassmorphism design with animated backgrounds
⚙️ Easy Config Centralized management via .settings file
🚀 Full-Stack Built with Express, Vite, and Baileys
🐳 Docker Ready Optimized for containerized environments

📥 Installation

git clone https://github.com/Lavvordev/Today-Session.git
cd Today-Session
npm install
npm run dev

🔧 Configuration (.settings)

Manage your entire application branding and behavior from a single file:

webName=Today Session
webLogoUrl=https://i.postimg.cc/wTHBDF5J/Today-Session-logo.png
companyName=LavvorStudio
companyTagline=Build apps, WhatsApp bots, and websites
primaryColor=8B5CF6
secondaryColor=14B8A6
sessionPrefix=TODAY:~
sessionMode=short
githubRepo=https://github.com/Lavvordev/Today-Session
whatsappChannel=https://whatsapp.com/channel/0029VbBr866KLaHfX8d5y32z
supportEmail=support@lavvorstudio.com
privacyPolicyUrl=/privacy
termsUrl=/terms
footerText=All rights reserved

📱 How to Use

Method 1: QR Code

  1. Open the application URL.
  2. Click "QR Code Method".
  3. Open WhatsApp on your phone → Settings → Linked Devices.
  4. Scan the generated QR code.
  5. Your Session ID will be sent directly to your WhatsApp.

Method 2: Pairing Code

  1. Open the application URL.
  2. Click "Pairing Code Method".
  3. Enter your WhatsApp number with country code (e.g., 923001234567).
  4. Click "Generate Code" and enter the 8-digit code in WhatsApp.
  5. Your Session ID will be sent directly to your WhatsApp.

🔑 Session ID Format

TODAY:~base64_encoded_session_data

Usage in Bots:

SESSION_ID=TODAY:~your_generated_id

📁 Project Structure

Today-Session/
├── server.ts         # Main Express + Vite server
├── qr.js             # QR code generation logic
├── pair.js           # Pairing code generation logic
├── config.js         # Configuration loader
├── .settings         # Application settings & branding
├── main.html         # Homepage UI
├── pair.html         # Pairing page UI
├── privacy.html      # Privacy Policy
├── terms.html        # Terms of Service
└── package.json      # Dependencies & scripts

👨‍💻 Author

LavvorStudio


📄 License

MIT License - Copyright (c) 2026 LavvorStudio


Made with ❤️ by LavvorStudio