# devxoul/URLNavigator

⛵️ Elegant URL Routing for Swift

Repository: https://github.com/devxoul/URLNavigator
Canonical: https://ross.abutalabs.com/products/urlnavigator
Language: Swift
License: MIT
License Family: permissive
Topics: ios, deeplink, swift, routing
Last push: 2024-05-24T16:28:03+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": 3860, "days_push": 831, "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 3346, forks 300 (observed 2026-08-28T04:07:57.623060+00:00)

## What it is
URLNavigator is a Swift library providing elegant URL-based routing for iOS applications. It maps URL patterns with typed placeholders to view controllers or open handler closures, enabling deeplink navigation.

## Use cases
- route deeplinks to view controllers in an iOS app
- map URL patterns with typed placeholders to screens
- handle custom URL schemes like myapp://user/123
- register closures to execute when URLs are opened
- decouple navigation logic from view controllers

## When to choose
- building an iOS app that needs deeplink handling
- you want URL-pattern-based navigation with typed placeholders
- you prefer a lightweight routing library over heavy coordinator frameworks

## When to avoid
- building for Android or non-Apple platforms
- you need full-featured coordinator-based navigation architecture
- your project uses SwiftUI navigation exclusively

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, middleware
- domain: mobile-development, web-development, developer-tools
- platform: -
- tags: deeplink, url-routing, swift, navigation, view-controller, ios, mobile

## Member repositories
- devxoul/URLNavigator (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:57.623060+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:41:00.762154+00:00, confidence not recorded.
  - readme: https://github.com/devxoul/URLNavigator (fetched 2026-08-28T04:07:57.623060+00:00, sha c7b084ff41fb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
