AppieLinks

TeamPricingFAQContact

For Indie Devs and Startups

Deep Links + Install Attribution, Made Simple

Lightweight deep linking and privacy-preserving install attribution for indie devs and startups.
No SDKs, no complexity, no $500+/mo plans: ship deep links and track installs in minutes.

Built for Developers, Not Enterprises

Why Choose AppieLinks

Deep linking and install attribution shouldn't require enterprise tools, heavy SDKs, or bills that scale into the hundreds or thousands.
AppieLinks gives indie devs and startups everything they actually need: reliable deep links, install tracking and routing without the overpriced feature bloat.
Track installs with a simple, privacy-friendly API call. No SDKs. No lock-in.

Full iOS & Android Support

AppieLinks handles Universal Links and App Links automatically, with install attribution included. Enter your bundle ID / package names, claim your free subdomain, and you're done. Deep links and install tracking that work consistently across every platform.

Smart Routing + Install Attribution

Our routing engine handles every scenario and with a simple HTTPS call you can track where installs originate from while respecting user privacy, without requiring expensive tools or heavy SDKs. Just clean, privacy-preserving install attribution that indie developers can actually use.

Zero-setup integration

No SDKs to embed. No servers to maintain. No attribution complexity. Skip the complexity of Branch, Appsflyer, or enterprise MMPs. AppieLinks manages everything for you, so you can go live in minutes, not days, and focus on growing your apps.

How AppieLinks Works

Deep Linking & Install Attribution in 4 Simple Steps

A lightweight deep-linking and install attribution engine for developers who want clarity, simplicity, and predictable pricing, not enterprise baggage.
Built by app developers, for app developers.

1

Create an account for free

Add your app details (bundle ID, package name, platforms) and pick a free subdomain like yourapp.aplk.app.
We handle all the infrastructure: domains, AASA/assetlinks, routing logic, install attribution and analytics.

2

Customize your links

Create deep links with configurable routing, campaign parameters, social previews, fallback destinations, short URL, custom landing pages and optional install tracking. With just one link, you get everything you need.

3

Add install attribution with one HTTPS call

Just call our simple endpoint on first launch or user signup.
We match installs back to the original link with 100% privacy-safe attribution.
Works with any stack: native iOS/Android, React Native, Flutter, Unity, anything.

curl


curl -X POST "https://api.appielinks.com/v1/install" -H "X-API-KEY: YOUR_API_KEY_HERE" -H "Content-Type: application/json" -d '{"user_id": "12345", "app_id": "abcdef123456"}'
                                        

Android (Kotlin - using OkHttp)

val client = OkHttpClient()

val json = """
{
    "user_id": "12345",
    "app_id": "abcdef123456"
}
""".trimIndent()

val body = json.toRequestBody("application/json".toMediaTypeOrNull())

val request = Request.Builder()
    .url("https://api.appielinks.com/v1/install")
    .addHeader("X-API-KEY", "YOUR_API_KEY_HERE")
    .addHeader("Content-Type", "application/json")
    .post(body)
    .build()

client.newCall(request).execute().use { response ->
    println(response.body?.string())
}
                                        

iOS (Swift)

let parameters: [String: Any] = [
    "user_id": "12345",
    "app_id": "abcdef123456"
]

let url = URL(string: "https://api.appielinks.com/v1/install")!
var request = URLRequest(url: url)
request.httpMethod = "POST"
request.setValue("application/json", forHTTPHeaderField: "Content-Type")
request.setValue("YOUR_API_KEY_HERE", forHTTPHeaderField: "X-API-KEY")

request.httpBody = try? JSONSerialization.data(withJSONObject: parameters)

let task = URLSession.shared.dataTask(with: request) { data, response, error in
    if let data = data {
        print(String(data: data, encoding: .utf8) ?? "")
    }
}
task.resume()
                                        

4

Ship and Scale

Launch with unlimited clicks on the free plan. Upgrade only when you're read to scale.
No surprise bills. No enterprise upsells. Just simple, transparent pricing.

Simple, Predictable Pricing

Start free with unlimited cicks and users. Upgrade only when you're ready to scale: no enterprise pricing, no surprises.

BASIC

Free

Unlimited clicks

Unlimited users

Android and iOS support

Free aplk.app subdomains with well-known files hosting

1 project

Up to 5 links

Basic Analytics (7-day data retention)

INDIE

Most Popular

$ 14.99 / month

Everything in BASIC

1 Custom domain

Up to 5 projects

Unlimited Links

REST API integration

Advanced Analytics (1 year data retention)

Customizable white-label landing pages

QR Codes

Deferred Deep Linking and Privacy-preserving Install Tracking

SCALE

$ 29.99 / month

Everything in PROFESSIONAL

Unlimited custom domains

Unlimited projects

Advanced Analytics

Team Collaboration

Server-side hooks

Custom integrations

Frequently Asked Questions

Have more questions? Contact us

Meet the Founder

After 15 years in cryptography and entrepreneurship in the mobile apps space, I decided to build AppieLinks to pursue a simple yet ambitious mission: make reliable deep links and install attribution easy and affordable for all indie devs and startups. No more guessing, no money left on the table, no need to give up user privacy, no more overly expensive tools.

Pasquale Puzio, Phd

After achieving a PhD in Cryptography and Cloud Computing security, I decided to become an entrepreneur after publishing my first mobile app, which quicly became, and still is, a leading fantasy football platform in Italy, counting millions of Euros in advertising sales. After years of struggle shared with other developers feeling the same pain, I realized that there was a huge need in the market for a deep linking and install attribution platform tailored to the needs (and the budget) of indie devs and startups.

Ready to start?

Made with 🧠 and ❤️ in France 🇫🇷