Deep links that just work
Universal Links, App Links, and deferred deep linking. Route users directly to the right screen in your app, even if they need to install first.
One link, every platform
When a user taps your link, Tolinku detects their device and routes them to the right destination. If the app is installed, they land directly on the correct screen. If not, they're sent to the app store, and the deep link is preserved for after install.
- iOS Universal Links open your app directly from Safari, no redirect needed
- Android App Links verified by Google for instant, zero-delay app opening
- Deferred deep linking preserves context through app install
Every link type, handled
Static pages, dynamic content, parameterized tokens. Configure once and let Tolinku handle the routing.
Static Routes
Fixed-path links like /download that route to a single destination. Perfect for app store redirects and marketing campaigns.
Dynamic Routes
Parameterized links like /product/:token that carry unique tokens. Each token resolves to different in-app content.
Deferred Deep Links
Preserve the deep link context through app install. On iOS, device signals are matched. On Android, the Play Store referrer token is used for deterministic matching.
Fine-grained control over every route
Configure web fallback URLs, Open Graph metadata, landing page templates, link expiry, and click caps. Tolinku auto-generates apple-app-site-association and assetlinks.json files from your app credentials.
-
Token substitution in fallback URLs (
{token}placeholder) - Link expiry by date or click cap, with custom expired redirect
-
Auto-generated
apple-app-site-associationandassetlinks.json - Bot detection with configurable UA whitelist/blacklist
Rich previews everywhere links are shared
When someone shares your link on iMessage, WhatsApp, Slack, Twitter, or any platform that unfurls URLs, the preview card shows your custom title, description, and image. Set OG tags per route, or let Tolinku auto-fetch them from your fallback URL.
- Per-route OG tags: title, description, and image override the appspace defaults
- Auto-fetch: pull OG tags from the web fallback URL automatically
- Bot detection: crawlers from social platforms get served OG meta, real users get routed to the app
Check out this restaurant!
yourapp.link/restaurant/pizza-palace
// GET https://api.yoursite.com/product/ABC123 { "name": "Pizza Palace", "rating": 4.8, "image": "https://cdn.yoursite.com/pizza.jpg", "description": "Fresh wood-fired pizza", "promo": "20% off your first order" }
Personalized landing pages from your API
Configure an API endpoint on any route. When a user clicks the link, Tolinku calls your API with the token, fetches JSON data, and renders it on the landing page using DynamicText and DynamicImage components. Every link becomes a unique, personalized experience.
-
Token substitution: your API URL supports
{token}placeholder, e.g.api.yoursite.com/product/{token} -
Dot-path expressions: access nested JSON values like
product.nameorproduct.images[0] - Fallback values: set default text for when the API is unreachable or a field is missing
- SSRF protection: API endpoint URLs are validated to block private IP addresses
Three ways to handle web visitors
Choose how desktop and mobile-web users see your deep links.
Direct Store Redirect
Skip the landing page entirely. Send users straight to the App Store or Google Play based on their device.
Built-in Landing Page
A clean, auto-generated page showing your app icon, name, and store buttons. Attempts custom scheme open before redirect.
Visual Builder Page
Design a fully custom landing page with the drag-and-drop editor. Pull in dynamic data from your API to personalize the experience.
Start deep linking in minutes
Create your first route, configure your domain, and integrate the SDK. No credit card required.