Roadmap β Upcoming Features & Plans
See what we're building next. Track our progress, vote on features, and help shape the future of our platform.
Planned
Advanced Reporting & Exports
Generate detailed reports for your campaigns. Custom report builder Export to CSV, PDF Shareable analytics dashboards π Perfect for agencies and stakeholders.
Email & Slack Notifications
Stay updated with real-time notifications. Instant alerts for link clicks Campaign performance updates Integration with Slack & email Custom notification triggers π Never miss important activity.
In Progress
Public API Expansion
Extend automation with a more powerful API. Link creation API Advanced analytics endpoints Workspace & team APIs Documentation for developers π Build fully automated workflows.
Completed
A/B Testing with Weighted Variants + Winner Cron
A/B redirects are supported by defining variants for a link and performing traffic splitting during redirect. The backend uses weights for selection and computes the winning variant via scheduled winner calculation (cron) based on click stats once a test completes.
Support Ticket System + Image Attachments
A support ticket module allows users to create/track tickets, view threaded messages, and manage ticket status. Messages and replies support up to 3 image attachments per request by uploading to S3 and storing resulting URLs.
Search Engine Indexing Control (indexed toggle + X-Robots-Tag)
Links can be marked as indexed or not, controlling whether search engines should index preview/redirect responses. When indexing is disabled, the system sets `X-Robots-Tag: noindex, nofollow, noarchive` to protect non-public or campaign-only URLs.
In-App Notifications across Key Workflows
Notifications are generated for important user actions (link creation/clicks, QR scans, password failures, team activity, webhook delivery events, and security/billing signals). keeping the UI responsive while maintaining operational visibility.
Plan-Based Feature Gating (Backend + UI)
Subscription plans define both limits (e.g., clicks/links/team) and feature flags (custom domains, geo/device targeting, A/B testing, password protection, QR branding, webhooks, priority support). The backend enforces caps while the UI hides/clears gated controls to avoid confusing partially-available workflows.
Webhooks with Signed Payloads + Delivery Logging
Outbound webhooks are triggered on key redirect events (e.g., `link.clicked`, `qr.scanned`, `password.failed`) with HMAC-SHA256 signatures for verification. Each delivery attempt is logged and webhook counters track successes/failures so teams can debug and monitor integrations reliably.
Geo Backfill/Update & Expanded Geo Fields
Geo data quality improvements include additional geo fields in analytics/event tracking and an API to update past geo data so existing reports stay accurate. This helps when provider logic or geo enrichment evolves over time.
Geo Targeting Rules + Geo Lookup Integration
Country-based targeting is supported through geo rules that select destination URLs during redirect. The system performs IP-to-geo lookup (best-effort with caching/timeout) and applies matching geo rules before A/B and default destinations.
Redirect Tracking & Daily Counters
Every redirect hit is recorded as an event in `link_events` and aggregated into daily counters in `link_stats_daily` and `workspace_stats_daily` for fast dashboards. The tracking captures UTM/referrer and rich client context so analytics remain usable without heavy recomputation.
OG Metadata Rendering + Indexing Compliance
For social crawlers and link previews, the redirect layer serves HTML with OpenGraph/Twitter metadata derived from the linkβs OG fields. When a link is marked `indexed=false`, the system applies `X-Robots-Tag`/noindex headers to keep search engines from indexing preview pages.
Public Short URLs (Named Slugs)
Create public short links with a user-defined slug and immediate activation. Redirect resolution is domain+slug based, enabling branded short URLs while keeping redirect behavior consistent with link settings like fallback and indexing.