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.
| 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 |
git clone https://github.com/Lavvordev/Today-Session.git
cd Today-Session
npm install
npm run devManage 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- Open the application URL.
- Click "QR Code Method".
- Open WhatsApp on your phone → Settings → Linked Devices.
- Scan the generated QR code.
- Your Session ID will be sent directly to your WhatsApp.
- Open the application URL.
- Click "Pairing Code Method".
- Enter your WhatsApp number with country code (e.g.,
923001234567). - Click "Generate Code" and enter the 8-digit code in WhatsApp.
- Your Session ID will be sent directly to your WhatsApp.
TODAY:~base64_encoded_session_data
SESSION_ID=TODAY:~your_generated_idToday-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
LavvorStudio
- GitHub: @Lavvordev
- Website not ative: LavvorStudio
MIT License - Copyright (c) 2026 LavvorStudio
Made with ❤️ by LavvorStudio
