Open-core · Free tier on Cloud

Know what happens after the click.

LinkForty is deep linking and post-click analytics in one, on web and mobile. One smart link sends every visitor to the right place — App Store, Play Store, or web — then shows you what they do next, all the way to conversion. Self-host the open-source core, or start free on managed Cloud.

LinkForty AI Assistant
>
|
20 tools available·Claude, Cursor, Claude Code·MCP Protocol
Flat Pricing
Web + App SDKs
Open Source Core

Everything you need. Nothing you don't.

Links, deep linking, web & app analytics, native SDKs, and AI - all in one platform. Open-source core, cloud-powered features.

Smart Deeplinks

Core + Cloud

One link, every platform. Automatic device routing to iOS App Store, Google Play, or web fallback. Universal Links, App Links, URI schemes, and deferred deep linking - all built in.

go.linkforty.com/spring
iOS → App Store
Android → Play Store
Desktop → Web

Built-in Analytics

Core + Cloud

Clicks, installs, geo, devices, referrers, and conversion funnels. No external dependencies.

AI Assistants

Core + Cloud

20 tools via MCP. Connect Claude, Cursor, or any AI tool to manage your workspace with natural language.

> “Create a link for my campaign...”

Mobile SDKs

Core + Cloud

Native SDKs for React Native, Expo, iOS, Android, and Flutter. Deferred deep linking and fingerprint attribution out of the box.

Integrations

Cloud

Point-and-click forwarding to your analytics stack from the Cloud dashboard. Self-hosted users can wire up raw HMAC webhooks.

SegmentMixpanelAmplitudePostHogGoogle AnalyticsSlack

Custom Domains

Cloud

Branded short links with auto SSL via Cloudflare for SaaS. Vanity domains on every Cloud plan.

Developer-First

Core + Cloud

REST API with bulk operations, TypeScript SDK, open-source Core, and Docker deployment.

Documentation

Core + Cloud

Step-by-step guides, a full REST API reference, and SDK docs for every platform — so you're never guessing.

Deep linking & attribution

Attribution that survives the install.

Click on desktop. Install on mobile. Open the app and land exactly where you meant to go. Fingerprint-based attribution, no IDFA required, every plan.

  • Deferred Deep Linking

    Click on one device, install on another, still land on the right content. Fingerprint attribution, no IDFA required.

  • Device Routing

    One link routes iOS, Android, and web visitors to the correct destination - App Store, Play Store, or fallback URL.

  • Dynamic QR Codes

    Every link ships with a branded QR code. Same deferred deep linking magic in the physical world.

  • Custom Domains

    Use your own domain with automatic SSL via Cloudflare. Branded short links on every plan.

9:41
Follow Us
@clothingstore
Sponsored
Spring Sale
Limited time · 40% off
@clothingstore Tap to shop the Spring Sale →
9:41
App Store
C
Clothing Store
Shopping · 4.8 ★
Installing 0%
4.8
1.2M RATINGS
Fingerprint matched
9:41
Clothing Store
Live
40% OFF
Spring Sale
Ends April 30
Item One
Free shipping
$24
Item Two
Free shipping
$42
Item Three
Free shipping
$18
clothingstore:///spring-sale
01  ·  Click
Attribution window
24h – 90d
Configurable per link
Privacy model
No IDFA
Fingerprint + probabilistic
Cross-platform
iOS · Android · Web
Single link, every platform
Analytics & integrations

Every event, web and app.

Page views from the Cloud web pixel, installs and in-app events from the native SDKs, clicks from every link - unified into one live timeline. Stream it to Segment, Mixpanel, Amplitude, PostHog, GA4, Slack, or your own endpoint.

Analytics
Live
Total Clicks
48,291
+12.4%
Installs
1,847
+8.2%
Conversion
3.83%
+0.5pt
Clicks·Last 7 days
clicksinstalls
MonTueWedThuFriSatSun
Event Stream
Streaming
CLICK0s ago
go.linkforty.com/spring
iOS·US
INSTALL1s ago
@linkforty Mobile App
Android·GB
CONVERT3s ago
Spring Sale checkout
iOS·CA
CLICK4s ago
go.linkforty.com/launch
Web·DE
CLICK6s ago
go.linkforty.com/promo
Android·AU
INSTALL7s ago
@linkforty Mobile App
iOS·JP
CLICK9s ago
go.linkforty.com/early
Web·FR
Streaming to
SegmentSegment
MixpanelMixpanel
AmplitudeAmplitude
PostHogPostHog
GA4GA4
SlackSlack

Real-Time Analytics

Clicks, installs, geo, devices, referrers, and conversion funnels - all live.

Web + App Tracking

A lightweight pixel for your site and native SDKs for your apps feed one event timeline - page views, installs, and in-app events.

Conversion Tracking

Checkouts, signups, and in-app events attributed back to the link and campaign that drove them.

Integrations

Stream events to Segment, Mixpanel, Amplitude, PostHog, GA4, and more.

Built for AI-native development

Your AI already knows LinkForty.

We ship llms.txt, an MCP server with 20 tools, and structured SDK docs so any AI coding assistant - Claude, Cursor, Copilot - can integrate LinkForty correctly on the first try.

TypeScript
1import { useEffect } from 'react';
2import { NavigationContainer } from '@react-navigation/native';
3import LinkForty from '@linkforty/mobile-sdk-react-native';
4 
5export default function App() {
6 useEffect(() => {
7 LinkForty.init({
8 apiKey: process.env.LINKFORTY_API_KEY,
9 onDeepLink: (link) => navigation.navigate(link.path),
10 });
11 }, []);
12 
13 return (
14 <NavigationContainer>
15 <AppNavigator /> // route comes from the deep link
16 </NavigationContainer>
17 );
18}
Developer experience

Works with every stack.

A clean REST API, typed SDKs for the languages you actually use, and an open-source core you can self-host on your own infrastructure. No black boxes.

1const res = await fetch('https://api.linkforty.com/api/links', {
2 method: 'POST',
3 headers: {
4 'Authorization': `Bearer ${process.env.LINKFORTY_API_KEY}`,
5 'Content-Type': 'application/json',
6 },
7 body: JSON.stringify({
8 title: 'Spring Sale',
9 iosUrl: 'https://apps.apple.com/app/id123',
10 androidUrl: 'https://play.google.com/store/apps/details?id=co.linkforty',
11 utmParameters: { source: 'instagram', campaign: 'spring-sale' },
12 }),
13});
14const link = await res.json();
Response
201·42ms
1{
2 "id": "01HZK...a9f2",
3 "shortCode": "sprg24",
4 "shortUrl": "https://go.linkforty.com/sprg24",
5 "qrCodeUrl": "https://go.linkforty.com/sprg24.png",
6 "title": "Spring Sale",
7 "status": "active",
8 "utmParameters": {
9 "source": "instagram",
10 "campaign": "spring-sale"
11 },
12 "createdAt": "2026-04-13T19:22:14Z"
13}
Team & securityCloud

Built for teams, secured by default.

Our managed Cloud layers multi-tenant teams on top of Core - role-based access, workspace-scoped API keys, and HMAC-signed webhooks. Invite your team and ship with confidence, without cracking open a compliance checklist.

Team/Acme Inc
Search members…
SC
MS
Miguel Santos
JP
CW
Casey Wright
Pending invites · 2
MemberAwaiting
ViewerAwaiting
  • Role-Based Access

    Four tiers - owner, admin, member, viewer - with clear capability boundaries. Assigned at the workspace level.

  • Scoped API Keys

    Every key is bound to exactly one workspace. Rotate and revoke any key from the dashboard; API traffic is rate-limited per workspace by your plan.

  • HMAC-Signed Webhooks

    Every webhook delivery is signed with HMAC-SHA256. Verify authenticity on your end before trusting the payload.

  • Link Templates

    Enforce consistent destinations, UTM tagging, and attribution windows across your team - no accidental drift.

Deployment

Deploy your way.

Run the open-source deeplink engine on your own infrastructure, or let us host a full SaaS on top of it. Same API, same SDKs - different surface areas. Pick the one that fits your team.

Open source
AGPL-3.0 License

Self-hosted Core

Run the open-source deeplink engine on your own infrastructure. Postgres, one compose file, up in minutes. Your data, your rules - you bring the ops, hosting, and dashboard.

$0/ forever
terminal
$docker compose up -d
linkforty-core  up
postgres      up
redis         up
  • Full data ownership - nothing leaves your infra
  • Unlimited links, clicks, and installs
  • Docker compose, Postgres + optional Redis
  • AGPL-3.0 licensed, fork and modify freely
  • Community support on GitHub
Not included — Cloud only
  • Web tracking pixel & down-funnel analytics
  • Team collaboration & roles
  • Managed custom domains w/ SSL
  • Billing & subscription management
  • Hosted dashboard & admin UI
Recommended
Managed cloud
Hosted by LinkForty

LinkForty Cloud

The full platform, built on top of Core. Sign up and get multi-tenant teams, custom domains, billing, email, and a hosted dashboard. We handle infrastructure and upgrades.

Freeto start
app.linkforty.com
Live
Uptime99.8%
Response< 50ms
RegionGlobal edge
  • Fully managed - zero ops, zero maintenance
  • Auto-scaling across regions, 99.9% uptime SLA
  • Custom domains with automatic SSL
  • Team collaboration, roles, audit-ready webhooks
  • Priority email support (Business tier and up)
Both include
REST API
Mobile SDKs
MCP Server
HMAC Webhooks
Link Templates
QR Codes