Grivn provides high-performance, cross-platform, scalable deep linking solutions that are developer-friendly and fully customizable
Powerful and flexible deep linking solutions for developers
Import your Firebase Dynamic Links via CSV export from the Firebase Console.
Supports iOS, Android, and Web with automatic platform detection and routing.
Complete REST API documentation and SDK integration solutions.
Manage deeplinks through AI assistants like Claude and Cursor via the MCP protocol — no dashboard needed.
White-labeling, custom domains, high concurrency support, and SLA.
Real-time link data aggregation with click, redirect, and source analytics.
Create your first deep link in just a few lines of code
curl -k -X POST 'https://www.grivn.com/api/v1/links' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "url": "https://example.com/promo", "ios_fallback": "https://apps.apple.com/app/id123456", "android_fallback": "https://play.google.com/store/apps/details?id=com.example" }'Getting Started:
YOUR_API_KEY with your actual API keyBring your Firebase Dynamic Links into Grivn and keep them working.
Export your Dynamic Links as CSV from the Firebase Console and import them into Grivn.
Your Firebase link parameters (APN, IFL, OFL, UTM, and more) are mapped to Grivn fields on import.
Grivn ships native iOS and Android SDKs with a familiar deep-linking API.