# clayallsopp/routable-ios

Routable, an in-app native URL router, for iOS

Repository: https://github.com/clayallsopp/routable-ios
Canonical: https://ross.abutalabs.com/products/routable-ios
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2019-01-30T05:54:35+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4900, "days_push": 2772, "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 1798, forks 191 (observed 2026-08-28T04:05:37.783554+00:00)

## What it is
Routable is an in-app native URL router for iOS written in Objective-C. It maps URL patterns like 'users/:id' to view controllers or callback blocks, enabling URL-based navigation within an app.

## Use cases
- route in-app URLs to view controllers
- implement deep linking within an iOS app
- open screens by URL pattern with parameters
- map URLs to anonymous callback blocks
- present view controllers modally via URL routes

## When to choose
- you are building an Objective-C iOS app and want URL-based navigation
- you need simple pattern-matched routing to view controllers or callbacks

## When to avoid
- you are building a Swift-first app and prefer modern routing solutions
- you need actively maintained routing with recent iOS features
- you use SwiftUI navigation

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, middleware
- domain: mobile-development, travel
- platform: -
- tags: url-router, objective-c, navigation, deep-linking, ios

## Member repositories
- clayallsopp/routable-ios (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:37.783554+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-30T03:22:25.938761+00:00, confidence not recorded.
  - readme: https://github.com/clayallsopp/routable-ios (fetched 2026-08-28T04:05:37.783554+00:00, sha 4d6a60480e9d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
