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",
});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
Create a Link
Dashboard, REST API, or MCP server.
Add a destination, pick your platforms, and go live.
Someone Clicks
iOS and Android users open the app.
Everyone else lands on your fallback. Under 10ms.
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.
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.
{
"mcpServers": {
"warplink": {
"url": "https://api.warplink.app/mcp",
"headers": {
"Authorization": "Bearer wl_live_xxx"
}
}
}
}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