Replace Wabery?

KINDA ยท weekend project
catalog price reference $15/mocategory ๐Ÿ› ๏ธ dev toolsreported replacement votes 0

The core loop (send, receive, verify webhooks, retry, inspect conversations) is one-shottable for a single business using Meta's WhatsApp Cloud API. What you cannot one-shot is the reason managed WhatsApp providers exist as products: production messaging infrastructure must stay reliable, secure, monitored, and compliant, while onboarding other businesses requires Meta business verification, app review, and approval for the relevant Tech Provider and Meta Business Partner capabilities. The honest DIY move is to build for your own verified WhatsApp Business Account and phone number; matching Wabery as a multi-tenant provider means operating that infrastructure and completing Meta's approval process.

the prompt
Build me a single-business WhatsApp API gateway to replace Wabery for my own company. Requirements:

- Node 22 + TypeScript + Fastify + PostgreSQL; Docker Compose behind Caddy
  HTTPS on my always-on VPS.
- One Meta WhatsApp Business Account and phone number only. Keep the Cloud API
  access token, app secret, verify token, and phone number ID in .env.
- An authenticated REST API to send text, template, and media messages. Accept
  an Idempotency-Key and return both the local record and Meta message ID.
- Implement Meta webhook verification and verify POST signatures with the app
  secret. Persist each event before responding, deduplicate it, and normalize
  inbound messages, delivery statuses, and errors into PostgreSQL.
- Use pg-boss for outbound jobs with three retries and exponential backoff.
  Failed jobs go to a dead-letter view and can be replayed manually.
- Forward normalized events to one configured webhook, signed with HMAC. Store
  every attempt, response status, and next retry time.
- A small admin inbox behind one ADMIN_TOKEN: conversations, message status,
  failed jobs, webhook health, and a reply box. No public user accounts.
- Add health/readiness endpoints, structured logs, migrations, rate limits,
  daily database backups, and tests for signatures, deduplication, and retries.
- No telemetry beyond calls to Meta. Secrets must never be logged or committed.
- Out of scope: multi-tenant customer onboarding, Embedded Signup, billing,
  Meta Business Partner or Tech Provider status, WhatsApp Flows tooling, hosted
  functions, MCP, and production SLAs. Those require infrastructure and Meta
  review or approval beyond what code can provide.
- README: exact Meta app, WABA, number, webhook, and template setup; business
  verification caveats; deployment, backup restore, and secret rotation.

$ open in your agent (prompt prefilled, you press enter) or copy it raw

why people still pay

The REST endpoints are the easy part. Wabery packages Meta onboarding, secure multi-tenant infrastructure, durable event delivery, Flows plumbing, monitoring, and ongoing API and policy changes into a service that is ready for production. A DIY gateway is reasonable for one business; becoming an approved and reliable provider for other businesses is a company, not a weekend project.

what you lose

xMeta Business Partner status and approved Tech Provider onboarding path

xturnkey onboarding for multiple customer businesses and phone numbers

xmanaged queues, retries, monitoring, security, and production reliability

xWhatsApp Flows builder, encryption, and data-exchange hosting

xhosted functions, MCP tooling, and a production team inbox

prior art to inspect before buildingMeta WhatsApp Cloud APIThe official API is the shortest DIY path for a single business that can complete Meta's setup and verification.โ†—
reported replacements ยท 0share on X โ†—"Wabery replacement research and build prompt"
questions
What does the Wabery verdict mean?

The core job looks buildable, with meaningful gaps: Meta Business Partner status and approved Tech Provider onboarding path, turnkey onboarding for multiple customer businesses and phone numbers. Read the full tradeoff list before committing. This research record is not a hosted IVCIFY tool.

What price does this directory record show for Wabery?

The directory records $15/month for 125K messages, checked 2026-07-30. Verify the source before making a purchase decision. This reference stays outside retail Stack Math unless current matched evidence supports the comparison.

What do I lose by replacing Wabery?

Honestly: Meta Business Partner status and approved Tech Provider onboarding path; turnkey onboarding for multiple customer businesses and phone numbers; managed queues, retries, monitoring, security, and production reliability; WhatsApp Flows builder, encryption, and data-exchange hosting; hosted functions, MCP tooling, and a production team inbox. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to Wabery?

The listed prior art includes Meta WhatsApp Cloud API (The official API is the shortest DIY path for a single business that can complete Meta's setup and verification.). Inspect those projects before starting from a blank prompt.