frontarm/navi
🧭 Declarative, asynchronous routing for React. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3630
- days_rel: n/a
- days_push: 793
- n_releases_24m: 0
Adoption not part of the score
2046 stars · 69 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity abandoned
routing ssr web-framework web-development frontend cross-platform react react-router async-routing static-site-generation seo suspense unmaintained typescript nodejs web-server
3 sources
- readme: https://github.com/frontarm/navi · fetched 2026-08-28 · 57be03748bef
- homepage: https://frontarm.com/navi/ · fetched 2026-08-29 · 4a2551ca58b5
- registry_npm: https://registry.npmjs.org/navi · fetched 2026-08-29 · 48430151f848
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| frontarm/navi | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem