The mobile deep linking & attribution platform for modern apps. Drive users from any channel straight into your app content — even if the app wasn't installed yet.
No credit card required. Free for up to 10,000 clicks/month.
Total Clicks
24,891
+12.5% vs last week
Installs Matched
18,420
74% match rate
Active Links
1,247
across 3 apps
Custom Domains
5
SSL active
Click Trend (7 days)
Top Sources
Works with your favorite platforms
Features
From link creation to install attribution — one platform, zero fragmentation.
Create links with rich metadata, OG tags, and custom payloads. Route users to the right content on iOS, Android, or web — automatically.
Users click your link, install the app, and land on the exact content — no extra steps. Works seamlessly across App Store and Play Store installs.
Track clicks, installs, OS breakdown, device types, referral sources, and daily trends. Per-link and per-app dashboards.
Use your own branded domain for link URLs. Automatic SSL provisioning and DNS verification — fully white-label.
Native iOS Universal Links and Android App Links generated automatically. No manual file hosting — it just works.
One account, unlimited apps. Each app has its own API key, domains, platforms, links, and analytics — fully isolated.
Know exactly which link and campaign drove each install. Measure ROI across every marketing channel with confidence scores.
API keys stored in native app config, not exposed in code. Per-app isolation ensures your data stays private.
Three lines of code to start receiving deep link data. No complex wrappers — just init, subscribe, and go.
Developer experience
Unlike other deep linking SDKs that require wrapping your entire app in a Provider, configuring URL schemes in JS, and managing complex state — Appfastfly keeps it dead simple.
// That's it. Seriously.
import { Appfastfly } from '@appfastfly/react-native';
// Initialize once at startup
await Appfastfly.init();
// Listen for deep link payloads
Appfastfly.subscribe((event) => {
console.log(event.payload);
// { screen: 'Product', id: '42' }
});
// Create a link to share
const link = await Appfastfly.createLink({
payload: { screen: 'Product', id: '42' },
channel: 'share_button',
});
Share.open({ url: link.url });Pricing
Start free, scale as you grow. No hidden fees, no per-link charges.