# joeldev/JLRoutes

URL routing library for iOS with a simple block-based API

Repository: https://github.com/joeldev/JLRoutes
Canonical: https://ross.abutalabs.com/products/jlroutes
Language: Objective-C
License: BSD-3-Clause
License Family: permissive
Topics: routing, ios, ios-lib, objective-c, cocoapods, carthage, routing-engine, deeplink, deep-linking, deep-links, applink
Last push: 2023-02-21T14:37:00+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4952, "days_push": 1289, "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 5703, forks 688 (observed 2026-08-28T04:09:28.110722+00:00)

## What it is
JLRoutes is an Objective-C URL routing library for iOS and macOS with a simple block-based API. It makes it easy to register URL patterns with parameters and handle deep links and custom URL schemes in applications.

## Use cases
- handle deep links in an ios app
- route custom url schemes to view controllers
- parse url path parameters like /user/view/:userID
- register block-based handlers for app links
- route urls within a macos application

## When to choose
- you are building an Objective-C or Swift iOS/macOS app that needs deep link handling
- you want a lightweight, minimal-code URL routing solution
- you need pattern matching with named path parameters

## When to avoid
- you need routing for a web backend or non-Apple platform
- you want a Swift-native router with modern async APIs
- the project requires actively maintained dependencies with frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, middleware
- domain: mobile-development, web-development
- platform: -
- tags: url-routing, deeplinking, objective-c, block-based-api, url-schemes, ios, macos, mobile

## Member repositories
- joeldev/JLRoutes (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:28.110722+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-29T17:53:33.714776+00:00, confidence not recorded.
  - readme: https://github.com/joeldev/JLRoutes (fetched 2026-08-28T04:09:28.110722+00:00, sha 2927f8da757c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
