Deep Link Generator
Generate custom scheme URLs, Android Intent URLs, and iOS Universal Links.
myapp://open/product/123?ref=banner&utm_source=email
<!-- App Store / Play Store smart banner -->
<meta name="apple-itunes-app" content="app-id=123456789" />
<meta name="google-play-app" content="app-id=com.example.myapp" />
<!-- Universal link intent -->
<a href="myapp://open/product/123?ref=banner&utm_source=email"
onclick="setTimeout(function(){ window.location='https://example.com/product/123'; }, 1500)">
Open in app
</a>Popular app schemes — click to fill
Build deep links for any mobile platform
Generate custom scheme URLs, Android Intent URLs, iOS Universal Links, and Firebase Dynamic Links. Includes ready-to-use HTML snippet for web integration.
Frequently asked questions
- What is a deep link?
- A deep link is a URL that opens a specific location inside a mobile app, rather than just opening the app's home screen. For example, myapp://product/123 would open a specific product page.
- What is the difference between URI scheme and Universal Link?
- URI scheme (myapp://) is the old method — if the app isn't installed, the OS shows an error. Universal Links (https://) fall back to a website if the app isn't installed, providing a better user experience.
- What are Firebase Dynamic Links?
- Firebase Dynamic Links are smart URLs that work across platforms. They route users to the right place depending on whether the app is installed, and survive app installs (attributing the original click even after installation).
Related tools
- App Icon Generator
Generate all iOS and Android app icon sizes from one image.
- PWA Manifest Builder
Generate a complete Web App Manifest for your PWA.
- App Store Screenshot Mockup
Create App Store and Play Store screenshot mockups with device frames.
- Mobile Screen Sizes Reference
2025–2026 reference for iPhone 17, Galaxy S25, Pixel 9a screen sizes.