WWaSphere
GitHub
Changelog

Release history

Every release. Every fix. Built in public.

v1.3.0LatestJune 2026

Inbox CRM — team inbox, roles & contacts

The Inbox grows a team around it: invite colleagues, give them exactly the access you choose, and keep every customer's history in one contact book.

  • +Two-way Inbox — inbound and outbound messages (API-sent and manual) sync into one conversation view, live over SSE, with ticks advancing sent → delivered → read
  • +Team & multi-agent — invite teammates by link (7-day expiry, self-set password) across Owner / Admin / Agent tiers
  • +Roles & granular permissions — owner-defined roles as named capability sets (inbox, contacts, messages, sessions, webhooks, api_keys, settings), enforced in the backend and not just hidden in the UI
  • +Contact book CRM — tags, notes, manual add, delete, tag filtering, bulk tag/delete, and CSV export
  • +Template send — pick an approved Meta template (auto-listed from WhatsApp Manager), fill its variables, and send from the composer
  • +Interactive reply IDs — button and list selections surface a stable id in the webhook, so automations can route on it (Meta + Baileys)
  • +Inbound media as authenticated download URLs instead of inline base64
  • +New chat — start a conversation by number straight from the dashboard
v1.2.0June 2026

Reliability & Trust

Run on the official Meta Cloud API, on Baileys, or both behind one unified API — plus the anti-ban controls that keep a number healthy.

  • +Meta WhatsApp Cloud API provider (opt-in, META_PROVIDER_ENABLED=false by default) — run a session on the official Cloud API alongside Baileys behind one unified API
  • +Anti-ban session controls — new sessions default to a 4–12s human-like random send delay, with a per-session per-minute cap enforced by a rolling-window limiter
  • +Opt-in send failover — a session can set a fallbackProvider; a retryable failure retries once on the backup, and the result records which provider sent it
  • +Update notifications — the dashboard compares your running version to the latest GitHub release and shows release notes with Docker update steps
  • +Custom logo branding — upload a workspace logo in Settings → Branding
  • +Auto version display — the app reports its real version everywhere, from a single source
v1.1.0June 2026

Realtime Inbox

A full two-pane WhatsApp Inbox, built into the dashboard — read, reply, and manage conversations in real time, no page refresh.

  • +Realtime two-pane Inbox in the dashboard — conversation list on the left, live thread on the right, streamed over Server-Sent Events (no polling, no refresh)
  • +Full media in the thread — send and receive images, video, audio, and documents inline, with thumbnails and downloads
  • +Polls with per-vote decryption — see exactly who voted for what as votes arrive (ready for Shopify order confirmations)
  • +Message reactions — send emoji reactions and see them on incoming messages
  • +Conversation workflow tools — per-chat tags, private notes, and full-text search across messages
  • +Multi-session Inbox — switch between connected WhatsApp numbers without leaving the page
  • +Fully mobile-responsive — manage conversations from your phone
  • +New Inbox documentation and a live demo at demo.wasphere.com
v1.0.0May 2026
  • +Initial public release
  • +Multi-session WhatsApp management
  • +Multi-webhook with HMAC signing and exponential backoff
  • +14 message types (text, media, interactive, polls, locations)
  • +Scoped API keys with 12 granular permissions
  • +Anti-ban controls: delays, typing simulation, rate limits
  • +Docker-based deployment — bring your own reverse proxy (nginx, Caddy, or Traefik) for TLS
  • +NestJS + Next.js dashboard, PostgreSQL
  • +MIT licensed