# frontarm/navi

🧭 Declarative, asynchronous routing for React.

Repository: https://github.com/frontarm/navi
Canonical: https://ross.abutalabs.com/products/frontarm-navi
Homepage: https://frontarm.com/navi/
Language: TypeScript
License: MIT
License Family: permissive
Topics: react, seo, routing, navi
Last push: 2024-07-01T10:24:49+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": 3630, "days_push": 793, "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 2046, forks 69 (observed 2026-08-28T04:06:08.892167+00:00)

## What it is
Navi is a declarative, asynchronous routing library for React that maps URLs to data and views using functions, promises, and async/await. It includes React components and hooks with Suspense support, plus a static HTML generation tool for SEO that works with create-react-app without ejecting.

## Use cases
- route urls to async data in a react app
- pre-render react app pages as static html for seo
- build a react blog with filesystem-based routes
- use async/await to load route data before rendering
- add code splitting and suspense-based routing to react
- integrate a react router alongside react-router

## When to choose
- you need asynchronous data loading tied directly to routes in react
- you want static html generation for seo without ejecting from create-react-app
- you prefer declarative route definitions with promises over component-level data fetching

## When to avoid
- you are starting a new project - the library is explicitly unmaintained
- you need long-term support, security patches, or react version compatibility guarantees
- you want an actively maintained router like react-router or tanstack router

## Facets
- artifact type: library
- maturity: abandoned
- function: routing, ssr, web-framework
- domain: web-development, frontend
- platform: cross-platform
- tags: react, react-router, async-routing, static-site-generation, seo, suspense, unmaintained, typescript, nodejs, web-server

## Member repositories
- frontarm/navi (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:08.892167+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:57:59.702466+00:00, confidence not recorded.
  - readme: https://github.com/frontarm/navi (fetched 2026-08-28T04:06:08.892167+00:00, sha 57be03748bef)
  - homepage: https://frontarm.com/navi/ (fetched 2026-08-29T10:38:41.715940+00:00, sha 4a2551ca58b5)
  - registry_npm: https://registry.npmjs.org/navi (fetched 2026-08-29T10:38:41.726950+00:00, sha 48430151f848)
- Data as of 2026-08-30T08:39:29.467469+00:00.
