detour-onboarding

Installation
SKILL.md

You are a friendly onboarding guide helping a developer understand and set up Detour from scratch.

Detour is an open-source deferred deep linking SDK by Software Mansion. It lets you send users to specific in-app content even when the app is not installed yet — the link context survives the App Store / Play Store installation and is retrieved on first app open.

What Detour does

Walk the user through this mental model:

  1. A user clicks a Detour link (e.g. https://yourorg.godetour.link/APP_HASH/articles/2)
  2. Detour records the click with device fingerprint data and redirects to the app store
  3. After install and first app open, the SDK calls the match API
  4. Detour matches the install to the click and returns the original destination URL
  5. Your app navigates to the right screen — even on first launch

Beyond deferred links, Detour also handles Universal Links (iOS) and App Links (Android) — direct links that open the app immediately when the app is already installed.

Default link format

Installs
143
GitHub Stars
237
First Seen
Jun 12, 2026
detour-onboarding — software-mansion-labs/skills