# airbnb/DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android

Repository: https://github.com/airbnb/DeepLinkDispatch
Canonical: https://ross.abutalabs.com/products/deeplinkdispatch
Homepage: http://nerds.airbnb.com/deeplinkdispatch/
Language: Kotlin
License Family: other
Topics: deep-links, android, annotation-processor
Last push: 2026-04-20T22:31:36+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 78, release rhythm 68, longevity 100
- inputs: {"age_days": 4101, "days_push": 135, "days_rel": 216, "gap_med": 8.5, "n_releases_24m": 7}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4413, forks 413 (observed 2026-08-28T04:08:48.605367+00:00)

## What it is
DeepLinkDispatch is an annotation-based Android library for declarative deep link handling. Activities are annotated with @DeepLink and URIs, and the library parses incoming URIs and dispatches them to the right Activity with extracted parameters.

## Use cases
- route incoming deep link URIs to Android activities
- extract path and query parameters from deep links
- register multiple deep links on a single activity
- auto-generate AndroidManifest intent filter entries for deep links
- handle deep links with multiple schemes, hosts, and domains

## When to choose
- you build Android apps that need to open specific screens from URLs or notifications
- you want declarative, annotation-based deep link registration instead of manual intent filter parsing
- you have many deep links across modules and want manifest entries generated automatically

## When to avoid
- you need deep link handling on iOS or non-Android platforms
- you prefer Jetpack Navigation's built-in deep link support
- your project does not use annotation processing (KSP/kapt)

## Facets
- artifact type: library
- maturity: stable
- function: routing, middleware
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: deep-links, annotation-processor, uri-routing, android-library, android

## Member repositories
- airbnb/DeepLinkDispatch (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:48.605367+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:21:02.320407+00:00, confidence not recorded.
  - readme: https://github.com/airbnb/DeepLinkDispatch (fetched 2026-08-28T04:08:48.605367+00:00, sha 954b62938231)
- Data as of 2026-08-30T08:39:29.467469+00:00.
