LinkForty documentation
Deep links that open the app, and attribution that says which link did it.
Short links that route every click to the app, the store or the web; SDKs that attribute the install and deliver the deep link on first launch; analytics per link and per campaign. Open source, self-hostable, or hosted by us.
App.tsx
import LinkForty from '@linkforty/mobile-sdk-react-native';
LinkForty.init({
baseUrl: 'https://api.linkforty.com',
appToken: process.env.LINKFORTY_APP_TOKEN,
});
LinkForty.onDeferredDeepLink((data) => {
if (data) navigate(data.deepLinkPath);
});
Start here
1Quick startCreate a workspace, a template and your first link. Five minutes, no credit card.2Install the SDKAttribute installs to links and open the right screen on first launch.3Ship linksDevice routing, store fallbacks, UTM parameters, QR codes and custom domains.4MeasureClicks, installs, in-app events and web conversions, per link and per campaign.
SDKs
Deferred deep linking, direct deep links, install attribution and event tracking on every platform.
Guides
Working with an AI coding agent?
Point it at the machine-readable docs, or give it the MCP server so it can read your workspace and create links itself.