Baileys is the open-source library most unofficial WhatsApp tools are built on - including much of this market. It's free, MIT-licensed, and excellent. It's also just a library: you write the HTTP API, the queueing, the media handling, the session persistence, and the reconnect logic for the sockets that drop every day or two. WABridges is what you'd build after a few weekends of that - already built, hosted, and $5/month.
One WhatsApp number, kept online, sending and receiving as much as you need. Here is what each side charges for it.
A free library is not a free API.
Unlimited messages, every feature on every bridge, prorated refund when you cancel.
The points people actually compare before they pick a provider.
| Self-hosting Baileys | WABridges | |
|---|---|---|
| Library cost | Free (MIT) | $5/bridge/month all-in |
| HTTP API layer | You write it | Included |
| Session persistence | You build and back it up | Managed - survives restarts |
| Disconnect handling | DIY reconnect logic | Handled |
| Media upload/download | You implement it | One endpoint |
| Webhooks | You build the dispatcher | Included with delivery logs |
| Protocol updates | Watch the repo, redeploy | Handled for you |
| Server | Your VPS + monitoring | Included |
| Time to first message | Hours to days | Under 60 seconds |
What changes on the invoice and in the code once the bridge is running.
Self-hosting Baileys pricing is $0 + VPS + engineering time. WABridges is $5/bridge/month, a flat fee per WhatsApp bridge with unlimited messages and no per-message fees.
No. WABridges is a flat $5/bridge/month with unlimited messages. You are never billed per message, per conversation, or per template.
Yes. Provision a bridge in under 60 seconds, pair any WhatsApp number by scanning a QR code, and point your code at the REST API. No WhatsApp Business API approval or migration project required.
Three guides that cover most of what people move a number for.
Comparing other providers? See WABridges vs Twilio, vs Wati, vs the Meta Cloud API, or browse all comparisons.