Skip to main content

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

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.