More Powerful, More FlexibleDeeplink ServiceThe Best Alternative to Firebase Dynamic Links

Grivn provides high-performance, cross-platform, scalable deep linking solutions that are developer-friendly and fully customizable

iOS
iOS
Android
Android
Web
Web

Core Features

Powerful and flexible deep linking solutions for developers

Firebase Migration

Import your Firebase Dynamic Links via CSV export from the Firebase Console.

Multi-Platform Support

Supports iOS, Android, and Web with automatic platform detection and routing.

Developer-Friendly API

Complete REST API documentation and SDK integration solutions.

AI-Powered Management

Manage deeplinks through AI assistants like Claude and Cursor via the MCP protocol — no dashboard needed.

Enterprise Features

White-labeling, custom domains, high concurrency support, and SLA.

Real-Time Analytics

Real-time link data aggregation with click, redirect, and source analytics.

Quick Start

Create your first deep link in just a few lines of code

POST /api/v1/links
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:

  • Replace YOUR_API_KEY with your actual API key
  • Install required dependencies for your chosen language
  • Handle errors appropriately in your application
  • See the API documentation for all available endpoints

💡 Usage Tips

  • • Replace YOUR_API_KEY with your actual API key
  • • Fallback URLs for all platforms are optional
  • • The system automatically detects user devices and routes to the appropriate platform
  • • Check the full API documentation for more options

Firebase Dynamic Links Shutting Down?

Bring your Firebase Dynamic Links into Grivn and keep them working.

Import Your Firebase Links

Export your Dynamic Links as CSV from the Firebase Console and import them into Grivn.

Automatic Parameter Mapping

Your Firebase link parameters (APN, IFL, OFL, UTM, and more) are mapped to Grivn fields on import.

Native iOS & Android SDKs

Grivn ships native iOS and Android SDKs with a familiar deep-linking API.