Vixify
Vixify is a tiny, cheap webhook relay: send your webhooks to a
{project}.vixify.app address instead of your own server, and we'll store
every payload and retry delivery to your real target URL with exponential backoff until
it succeeds -- so a flaky endpoint or a deploy window never means a lost webhook.
Plans
| Free | Pro -- $5/mo | |
|---|---|---|
| Retry window | Up to 2 hours | Up to 72 hours |
| Payload if delivery never succeeds | Deleted | Kept |
| Dashboard & delivery logs | Included | Included |
| Webhook subdomain + TLS | Included | Included |
Real limits
- One target URL per project -- no fan-out or routing rules (yet).
- The dashboard shows a project's most recent 50 deliveries.
- On the free plan, once the 2-hour retry window closes without a successful delivery, the stored payload is deleted -- the delivery still shows up in your history (status, headers, attempt count), just without the body. On Pro the payload is kept.
- Retries back off exponentially: 30 seconds at first, capped at 30 minutes between attempts.
- No rate limiting is enforced on incoming webhooks yet -- please don't abuse this.
- A successfully delivered webhook's payload is kept regardless of plan -- there's no cleanup after a success, only after a delivery expires unsent on the free plan.
- A delivery's plan (and therefore its retry window) is set when the webhook first arrives. Upgrading mid-retry doesn't retroactively extend a delivery already in progress -- only new deliveries after the upgrade get the longer window.