¿Puedo vibecodear Wabery?
PARCIAL · un fin de semanaThe 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.
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.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
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.
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
¿No quieres construirlo? Esta gente ya lo hizo gratis.
sin votos, sin pago por aparecer · solo lo que es real
Precio de Wabery
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| free | $0/workspace | $0/workspace | 500 messages/month; all product features. |
| 125k messages | $15/workspace | — | 125,000 messages/month; all product features. |
| 600k messages | a medida | — | 600,000 messages/month; all product features. |
| 3.5m+ messages | a medida | — | 3,500,000+ messages/month; all product features. |
plan gratis500 messages/month; all features
facturaciónmonthly and cancel anytime; no annual plan published
costos ocultosMeta's WhatsApp conversation/message charges are billed directly to the connected WhatsApp Business Account and are not included; AI-model tokens are also separate.
verificado 2026-08-14 · fuente ↗
¿Puedo vibecodear Wabery?
Parcial. El núcleo de Wabery se arma en un fin de semana con el prompt de esta página, pero hay huecos reales: Meta Business Partner status and approved Tech Provider onboarding path, turnkey onboarding for multiple customer businesses and phone numbers. Lee la lista honesta arriba antes de comprometerte.
¿Cuánto cuesta Wabery?
Wabery cuesta unos $15/mes (125K messages, revisado 2026-07-30), o sea $180 al año.
¿Qué pierdo si reemplazo Wabery?
Con honestidad: 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. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a Wabery?
Sí: Whatomate (The missing inbox, flow builder and API for Meta's Cloud API; Meta still sends the bill.) El prompt es para cuando la quieres exactamente a tu modo.