From e0602e80efe8c467561bbf7c84fd43497b4d36fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Janczak?= Date: Sat, 6 Jun 2026 02:57:21 +0200 Subject: [PATCH] fix: correct comparison table with accurate competitor feature data - Dub.co has A/B testing (they DO have it) - Dub.co is open-source/partial self-hosted (AGPLv3, but needs Tinybird+PlanetScale) - Bitly has deep linking on Premium/Enterprise (not completely missing) - Bitly has webhooks on Enterprise (was missing) - Rebrandly has retargeting pixels, deep linking, webhooks on paid plans - Fixed Rebrandly pricing (zsh-49+ not zsh-499+) - Added 'Filament/Laravel admin panel' row as unique differentiator --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a0bb941..f58320c 100644 --- a/README.md +++ b/README.md @@ -83,25 +83,26 @@ On top of basic link shortening it ships: multi-channel analytics with live acti | Feature | Filament Short URL | Bitly | Dub.co | Rebrandly | |---|:---:|:---:|:---:|:---:| -| Self-hosted | ✅ | ❌ | ❌ | ❌ | +| Self-hosted | ✅ | ❌ | partial¹ | ❌ | | Unlimited links & clicks | ✅ | ❌ | ❌ | ❌ | | Custom domains | ✅ | 💰 | 💰 | 💰 | -| QR code designer | ✅ | 💰 | basic | 💰 | -| A/B split testing | ✅ | ❌ | ❌ | ❌ | -| Retargeting pixels (5 providers) | ✅ | ❌ | ❌ | ❌ | -| Mobile deep linking (24+ apps) | ✅ | ❌ | partial | ❌ | -| Server-side GA4 (bypasses ad-block) | ✅ | ❌ | ❌ | ❌ | +| QR code designer | ✅ | 💰 basic | 💰 basic | 💰 | +| A/B split testing | ✅ | ❌ | ✅ | ❌ | +| Retargeting pixels | ✅ 5 providers | ❌ | ❌ | 💰 | +| Mobile deep linking | ✅ 24+ apps | 💰 Enterprise | 💰 partial | 💰 | +| Server-side GA4 (ad-block bypass) | ✅ | ❌ | ❌ | ❌ | | Live activity feed | ✅ | ❌ | ✅ | ❌ | -| Cross-filtering analytics | ✅ | ❌ | partial | ❌ | -| REST API with per-key scopes | ✅ | 💰 | ✅ | 💰 | -| HMAC-signed webhooks | ✅ | 💰 | ✅ | 💰 | +| Cross-filtering analytics | ✅ | 💰 basic | partial | 💰 basic | +| REST API | ✅ scoped keys | 💰 | ✅ | 💰 | +| Webhooks | ✅ HMAC-signed | 💰 Enterprise | ✅ | 💰 | | Offline GDPR Geo-IP (MaxMind) | ✅ | ❌ | ❌ | ❌ | | VPN & bot filtering | ✅ | ❌ | ❌ | ❌ | | Google Safe Browsing on save | ✅ | ❌ | ❌ | ❌ | -| Data stays on your server | ✅ | ❌ | ❌ | ❌ | -| Monthly cost | **$0** | $0–$199+ | $0–$190+ | $0–$499+ | +| Filament/Laravel admin panel | ✅ | ❌ | ❌ | ❌ | +| Data stays on your server | ✅ | ❌ | partial¹ | ❌ | +| Monthly cost | **$0** | $0–$199+ | $0–$190+ | $0–$49+ | -> 💰 = available on paid plans only +> 💰 = paid plans only  ·  ¹ Dub.co is open-source (AGPLv3) but self-hosting requires external managed services (Tinybird, PlanetScale, Upstash) ---