Skip to Content
Getting Started

Getting Started

This guide will help you get up and running with Redirectly in just a few minutes. Choose your platform below to see platform-specific instructions.

Prerequisites

Before you begin, you’ll need:

  1. A Redirectly Account - Sign up for free  to get your API key
  2. Your API Key - Found in your Redirectly dashboard after signup
  3. Your Subdomain - Created during signup (e.g., yourapp.redirectly.app)

Choose Your Platform

Flutter Logo

Flutter

Pure Dart

React Native Logo

React Native

TypeScript

General Concepts

Dynamic links are smart URLs that:

  • Work on both web and mobile
  • Open your app if installed, or redirect to web/store if not
  • Track clicks and installs with full attribution
  • Support deferred deep linking (users reach intended content after install)

How It Works

  1. Create a Link - Generate a dynamic link with a target URL
  2. Share the Link - Users click the link from anywhere (email, SMS, social media)
  3. Smart Routing - Redirectly detects if app is installed and routes accordingly
  4. Track Everything - All clicks, installs, and conversions are tracked

Basic Flow

User clicks link → Redirectly checks app install status → ├─ App installed → Open app with deep link └─ App not installed → Redirect to store → After install → Open app with deferred deep link

Next Steps

Once you’ve completed setup for your platform:


Questions? Check out our platform-specific guides

Last updated on