# button/DeepLinkKit

A splendid route-matching, block-based way to handle your deep links.

Repository: https://github.com/button/DeepLinkKit
Canonical: https://ross.abutalabs.com/products/deeplinkkit
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2025-11-25T18:09:41+00:00

## Health v2 (maintenance only)
Score: 47/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 54, release rhythm 8, longevity 100
- inputs: {"age_days": 4286, "days_push": 281, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3452, forks 280 (observed 2026-08-28T04:08:05.334079+00:00)

## What it is
DeepLinkKit is an Objective-C library for iOS that provides route-matching, block-based handling of deep links in mobile apps. It lets developers register URL patterns with route handlers instead of manually parsing URLs and navigating to content.

## Use cases
- handle custom URL scheme deep links in an iOS app
- route users to specific in-app content from links
- implement universal links routing in Swift or Objective-C
- parse deep link URLs and extract route parameters
- register block-based handlers for app link paths

## When to choose
- you're building an iOS app in Objective-C or Swift and need simple deep link routing
- you want pattern-based URL matching with block handlers instead of manual URL parsing
- you need a lightweight, MIT-licensed library installable via CocoaPods or Carthage

## When to avoid
- you need deep linking for Android or cross-platform apps
- you're starting a new project and prefer a modern Swift-native routing solution
- you need advanced features like deferred deep linking or attribution analytics

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, middleware
- domain: mobile-development, web-development, developer-tools
- platform: -
- tags: deep-links, universal-links, url-routing, objective-c, cocoapods, ios-apps, ios, swift, mobile

## Member repositories
- button/DeepLinkKit (main) score 47

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:05.334079+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:37:33.447630+00:00, confidence not recorded.
  - readme: https://github.com/button/DeepLinkKit (fetched 2026-08-28T04:08:05.334079+00:00, sha 2b046d2e1400)
- Data as of 2026-08-30T08:39:29.467469+00:00.
