krasimir/navigo
A simple vanilla JavaScript router. 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: 3971
- days_rel: n/a
- days_push: 1125
- n_releases_24m: 0
Adoption not part of the score
2829 stars · 243 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Navigo is a simple, dependency-free vanilla JavaScript router for single-page applications, built on the History API with hash-based routing support. It offers parameterized routes, navigation hooks, and easy integration with HTML links via a data attribute.
Use cases
- add client-side routing to a vanilla JS single-page app
- map URL routes to handler functions without a framework
- support parameterized routes like /user/:id
- handle hash-based routing in a static site
- run before/after/leave hooks on route changes
- intercept anchor links with data-navigo for SPA navigation
When to choose
- you need a tiny (~4KB gzipped) dependency-free router
- you're building a vanilla JS or lightweight SPA without React/Vue/Angular
- you want both History API and hash-based routing
- you need simple route hooks and a not-found handler
When to avoid
- you're using React and want an idiomatic router (consider navigo-react or React Router)
- you need advanced features like nested routes, route guards, or SSR
- you want a heavily maintained project with frequent updates
Facets
library · maturity maintenance
routing web-framework web-development frontend browser vanilla-javascript history-api hash-routing spa-router dependency-free nodejs
1 source
- readme: https://github.com/krasimir/navigo · fetched 2026-08-28 · 094db0db4b5c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| krasimir/navigo | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem