Universal deep links. On your domain. Without Firebase.

Firebase Dynamic Links shut down August 2025. Branch charges $59+ for Essentials. We serve AASA and assetlinks per tenant and UA-route at the edge — on the domain you already own.

Auto-generated AASA + assetlinks

Add your iOS bundle ID and Android package — we serve /.well-known/apple-app-site-association and /.well-known/assetlinks.json per tenant. (Ships with the deep-link manifest feature.)

UA-routed at the edge

iOS → app + App Store fallback. Android → app + Play Store fallback. Web → configurable fallback. Edge latency under 50 ms.

Per-click analytics

Same per-path counter as every other route. See which platform drove which click, in the same dashboard.

What gets served

One JSON per platform, served on your domain

// auto-served at acme.com/.well-known/apple-app-site-association
{
  "applinks": {
    "apps": [],
    "details": [
      {
        "appID": "TEAMID.com.acme.app",
        "paths": ["/go/*", "/bio"]
      }
    ]
  }
}

The dashboard form that generated this JSON is a couple of inputs — bundle ID, path list. No file you have to upload.

Vs the alternatives

Deep-link platforms compared

Branch Essentials~$59+/mo
Firebase Dynamic Links(retired)
Adjustsales-only
Linkfor Pro$1/mo
Universal links (iOS)(retired Aug 2025)
App links (Android)(retired)
On your own domain
Per-click analytics
Also: Notion site
Also: static file hosting

Branch sales-gated in 2026 — $59+ figure is the last public Essentials tier. Firebase Dynamic Links retired August 25, 2025.

FAQ

Deep-link questions

Do I need an iOS bundle ID?
Only for iOS deep linking. Android-only and web-only routing works without one.
What happens if the user doesn't have the app installed?
You configure a fallback URL per platform — we route to it.
Can I migrate from Firebase Dynamic Links?
Yes. Export your FDL config, add equivalent routes in the dashboard. AASA + assetlinks auto-generate once your bundle IDs are in.
Is Branch really $59+?
Their public page quotes custom pricing now; the $59 Essentials figure is from their 2024 tier card. Talk to them for today's number — we disclose ours.

Also available on your Linkfor domain: Notion sites → Short links →