# kadirahq/flow-router

Carefully Designed Client Side Router for Meteor

Repository: https://github.com/kadirahq/flow-router
Canonical: https://ross.abutalabs.com/products/flow-router
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2022-06-22T09:38:41+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4285, "days_push": 1533, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1076, forks 192 (observed 2026-08-28T04:03:29.510220+00:00)

## What it is
FlowRouter is a client-side routing library designed specifically for Meteor applications. It handles URL routing and reactive data access from the URL without managing rendering itself, with a focus on performance.

## Use cases
- define client-side routes in a Meteor app
- parse URL params and query strings reactively
- group routes with shared middleware triggers
- handle 404 not-found routes
- manage subscriptions per route
- implement auth logic in the routing layer

## When to choose
- you are building a Meteor app with Blaze or React and need a fast, routing-only library
- you want reactive access to URL params and query params
- you prefer a router that does not handle rendering

## When to avoid
- you are not using Meteor
- you need a full-featured router with built-in rendering and layout management
- you need IE9 support or actively maintained software for new projects

## Facets
- artifact type: library
- maturity: maintenance
- function: routing, middleware
- domain: web-development, frontend
- platform: browser
- tags: client-side-routing, meteor, blaze, react, spa, javascript

## Member repositories
- kadirahq/flow-router (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:29.510220+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-30T06:53:22.476920+00:00, confidence not recorded.
  - readme: https://github.com/kadirahq/flow-router (fetched 2026-08-28T04:03:29.510220+00:00, sha 5a2f2d4f1408)
- Data as of 2026-08-30T08:39:29.467469+00:00.
