# fridays/next-routes

Universal dynamic routes for Next.js

Repository: https://github.com/fridays/next-routes
Canonical: https://ross.abutalabs.com/products/next-routes
Language: JavaScript
License: MIT
License Family: permissive
Topics: nextjs, react, universal, routes, router, ssr, node, routing, server-rendering
Last push: 2024-08-06T05:50:49+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": 3502, "days_push": 757, "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 2460, forks 225 (observed 2026-08-28T04:06:53.432219+00:00)

## What it is
next-routes is a JavaScript library providing Express-style universal dynamic routing for Next.js applications, with route definitions shared between server and client. It is explicitly deprecated and no longer maintained, as modern Next.js has built-in routing.

## Use cases
- add dynamic routes to a Next.js app
- define express-style URL patterns in Next.js
- share route definitions between server and client
- generate URLs from route names in Next.js Link and Router
- use a custom request handler middleware with Next.js

## When to choose
- maintaining a legacy Next.js codebase that already uses next-routes
- working on an old Next.js version without built-in dynamic routing

## When to avoid
- starting a new Next.js project - use the built-in App or Pages Router
- you need maintained, supported routing
- modern Next.js versions, which include native dynamic routing

## Facets
- artifact type: library
- maturity: abandoned
- function: routing, middleware, ssr
- domain: web-development, frontend, backend
- platform: -
- tags: nextjs, react, express, server-rendering, deprecated, nodejs, javascript

## Member repositories
- fridays/next-routes (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.432219+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:29:20.274634+00:00, confidence not recorded.
  - readme: https://github.com/fridays/next-routes (fetched 2026-08-28T04:06:53.432219+00:00, sha 3cdd83de27a7)
  - registry_npm: https://registry.npmjs.org/next-routes (fetched 2026-08-29T10:10:56.469205+00:00, sha cdc91e2f5c85)
- Data as of 2026-08-30T08:39:29.467469+00:00.
