Ross ROSS = Recommend OSS · open-source software intelligence for agents

millermedeiros/crossroads.js

JavaScript Routes observed · 2026-08-28

github.com/millermedeiros/crossroads.js · homepage · JavaScript observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5621
  • days_rel: n/a
  • days_push: 1085
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1437 stars · 152 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Crossroads.js is a JavaScript URL routing library inspired by route/dispatch utilities in frameworks like Rails and Django. It parses string input and dispatches actions by matching against multiple route patterns.

Use cases

  • route urls to handlers in a single-page app
  • match string patterns and dispatch actions in javascript
  • decouple navigation logic from components
  • implement hash-based routing without a full framework
  • parse url paths with optional parameters

When to choose

  • you need a lightweight standalone router without adopting a full framework
  • you want pattern-based string dispatching in node or the browser
  • you're maintaining a legacy SPA that already uses it

When to avoid

  • you're starting a modern project where framework routers or newer libraries are better maintained
  • you need server-side routing with full HTTP semantics
  • you require active community support or recent updates

Facets

library · maturity maintenance

routing middleware web-development frontend developer-tools browser cross-platform url-routing javascript pattern-matching hash-routing spa nodejs

1 source

Member repositories

RepositoryRoleHealth v2
millermedeiros/crossroads.jsmain32

For agents

markdown · JSON · MCP: product_card(name="millermedeiros/crossroads.js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem