# QuickBirdEng/XCoordinator

🎌 Powerful navigation library for iOS based on the coordinator pattern

Repository: https://github.com/QuickBirdEng/XCoordinator
Canonical: https://ross.abutalabs.com/products/xcoordinator
Language: Swift
License: MIT
License Family: permissive
Topics: rxswift, rxswift-extensions, ios, swift, ios-swift, coordinator, coordinator-pattern, mvvm, mvvm-architecture, mvvm-c, mvvm-coordinator
Last push: 2026-07-02T14:52:57+00:00

## Health v2 (maintenance only)
Score: 63/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 90, release rhythm 8, longevity 100
- inputs: {"age_days": 2970, "days_push": 62, "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 2389, forks 190 (observed 2026-08-28T04:06:43.225792+00:00)

## What it is
XCoordinator is a Swift framework for iOS that implements the coordinator pattern to manage navigation and transitions between view controllers. It supports MVVM-C architectures by letting developers define routes as enums and coordinators that handle transitions, with optional RxSwift integration.

## Use cases
- implement coordinator pattern navigation in an iOS app
- structure an iOS app using MVVM-C architecture
- decouple view controllers from navigation logic in Swift
- manage deep flows and transitions between scenes with route enums
- replace storyboard segues with programmatic routing
- integrate RxSwift-driven navigation in view models

## When to choose
- you are building an iOS app in Swift with MVVM or MVVM-C and want clean separation of navigation concerns
- you want enum-based route definitions and typed routers for app flows
- you use RxSwift and want reactive navigation triggers

## When to avoid
- you are building for Android, web, or non-Apple platforms
- you prefer SwiftUI-native navigation and NavigationStack
- your app is a simple single-flow app where coordinators add unnecessary complexity

## Facets
- artifact type: framework
- maturity: stable
- function: routing, state-management, middleware
- domain: mobile-development, developer-tools
- platform: -
- tags: coordinator-pattern, mvvm-c, rxswift, navigation, swift, ios, mobile

## Member repositories
- QuickBirdEng/XCoordinator (main) score 63

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:43.225792+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-30T02:34:31.275051+00:00, confidence not recorded.
  - readme: https://github.com/QuickBirdEng/XCoordinator (fetched 2026-08-28T04:06:43.225792+00:00, sha 01fb867f1e83)
- Data as of 2026-08-30T08:39:29.467469+00:00.
