Firebase Dynamic Links Replacement

Deep Links That Work
for Mobile Developers

One link that opens the right screen in your app, routes through the install flow, and works across iOS and Android with full attribution. No sales call. No contract. Free to start.

No credit card required. Free forever for hobby projects.

const warplink = new WarpLink("wl_live_xxx");
await warplink.createLink({
  url: "https://app.example/promo",
});
Sub-10ms
Redirects on 300+ Edge Nodes
3 SDKs
iOS, Android, React Native
Open Source
SDKs You Can Audit and Own
AI-Native
MCP Server, Free on All Plans

Built for the Edge

Ship deep links in minutes. Know what's working in real time. Own every line of code.

Sub-10ms Redirects

Links resolve at 300+ locations worldwide. Your users get instant redirects, no matter where they are.

Deferred Deep Links

Users land on the right screen even after a fresh install. A shared product link opens that product, not the home screen.

Custom Domains

Bring your own domain for branded links. HTTPS and app association files configured automatically. Your brand on every link.

AI-Native

19 MCP tools for links, apps, domains, keys, and usage. Manage everything from Claude, Cursor, or any AI agent. Free on every plan.

Open Source SDKs

iOS, Android, and React Native. MIT licensed, zero dependencies, under 200KB. Audit every line.

Real-time Analytics

Clicks, installs, and attribution data updated in real time. See what's working now, not tomorrow.

Three Steps to Deep Linking

01

Create a Link

Dashboard, REST API, or MCP server.
Add a destination, pick your platforms, and go live.

02

Someone Clicks

iOS and Android users open the app.
Everyone else lands on your fallback. Under 10ms.

03

App Opens to the Right Screen

Users land exactly where they should.
Context survives the app store, even on first install.

Integrate in Minutes

Three SDKs. Zero dependencies.
All open source, MIT licensed.

import WarpLink

WarpLink.configure(apiKey: "wl_live_xxx")

WarpLink.handleDeepLink { result in
    switch result {
    case .success(let deepLink):
        navigate(to: deepLink.path)
    case .failure(let error):
        print(error)
    }
}

Pricing That Scales With You

Every plan includes unlimited redirects, full API access, and the MCP server. Start free, upgrade when you're ready.

Free
$0/mo
Clicks10K tracked clicks/mo
Links100
Team1 members
Apps1
Domainsaplnk.to only
Retention90-day retention
Start Free
Starter
$19/mo
Clicks100K tracked clicks/mo
Links1,000
Team3 members
Apps5
Domains3 custom
Retention180-day retention
Get Started
Most Popular
Growth
$49/mo
Clicks500K tracked clicks/mo
Links10,000
Team10 members
Apps20
Domains5 custom
Retention1-year retention
Get Started
Scale
$99/mo
Clicks2M tracked clicks/mo
LinksUnlimited
TeamUnlimited
AppsUnlimited
Domains10 custom
Retention3-year retention
Get Started

AI-Native Deep Linking

19 tools for links, apps, domains, API keys, and usage. Manage everything from any MCP-compatible AI tool. Free on every plan.

Add to your MCP config
{
  "mcpServers": {
    "warplink": {
      "url": "https://api.warplink.app/mcp",
      "headers": {
        "Authorization": "Bearer wl_live_xxx"
      }
    }
  }
}
Create links, register apps, rotate API keys, add domains, and check usage. All from your editor.
Works with Claude, Cursor, Windsurf, and any MCP client.
Uses your existing API key. Zero extra config.
60 req/min on every plan. No usage gates.

Frequently Asked Questions

WarpLink is a drop-in replacement. Create an account, register your app, swap the SDK, and replace your Firebase links with WarpLink URLs. You get better pricing, sub-10ms edge redirects, and open source SDKs. Most teams finish in under a day.

All SDKs are under 200KB gzipped with zero third-party dependencies. The iOS SDK is distributed via SPM, Android via Maven Central, and React Native via npm. Each is MIT licensed so you can inspect every line.

WarpLink uses a multi-strategy attribution cascade: referrer matching, device ID (IDFV), and probabilistic fingerprinting. Combined, this achieves high accuracy without relying on deprecated APIs like IDFA or SKAdNetwork workarounds.

Your links keep working. Redirects are never blocked or throttled. The analytics dashboard shows an upgrade prompt once you hit the limit. You'll get email heads-ups at 50%, 80%, and 90% usage so there are no surprises.

WarpLink processes minimal data: IP hashes (not raw IPs), user-agent strings, and timestamps for click attribution. No personal data is stored beyond what's needed for link routing. Data retention follows your plan's limits.

Yes, all SDKs are MIT licensed on GitHub with zero third-party dependencies. You can audit the code, fork it, or contribute. We believe deep linking infrastructure should be transparent.

Yes. Paid plans include custom domain support (3-10 domains depending on tier). You can use your own domain for short links instead of the default aplnk.to domain. Setup takes under 5 minutes with DNS verification.

The MCP server exposes 19 tools for managing links, apps, API keys, custom domains, and usage. It works with Claude, Cursor, Windsurf, and any MCP-compatible tool. Add the WarpLink server URL and your API key to your tool's config. Free on all plans.

Your Links Should Open the App

Set up deep linking in 5 minutes. Free to start.

Create Your First Link