# jacoborus/nanobar

Very lightweight progress bars. No jQuery

Repository: https://github.com/jacoborus/nanobar
Canonical: https://ross.abutalabs.com/products/nanobar
Homepage: http://nanobar.jacoborus.codes
Language: JavaScript
License: MIT
License Family: permissive
Topics: progressbar, minimalist
Last push: 2020-03-01T17:11:34+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": 4574, "days_push": 2376, "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 2814, forks 261 (observed 2026-08-28T04:07:23.812550+00:00)

## What it is
Nanobar is an ultra-lightweight (~699 bytes gzipped) JavaScript library for creating progress bars in the browser, with no jQuery dependency. It renders a fixed or targeted progress bar that you advance with a simple go(percentage) call.

## Use cases
- show a slim loading bar at the top of a page during ajax requests
- add a lightweight progress indicator without jQuery
- display upload or download progress in the browser
- create a minimal progress bar with custom styling
- indicate page transition loading progress

## When to choose
- you need a tiny, dependency-free progress bar for any browser including legacy IE
- you want a simple API (just go(percentage)) with CSS-customizable bars

## When to avoid
- you need rich progress UI like circular indicators, labels, or file-based progress
- you need a library under active development or modern framework integration

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: frontend, web-development
- platform: browser
- tags: progress-bar, minimalist, zero-dependency, vanilla-js, loading-indicator, nodejs

## Member repositories
- jacoborus/nanobar (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:23.812550+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-30T08:13:28.586053+00:00, confidence not recorded.
  - readme: https://github.com/jacoborus/nanobar (fetched 2026-08-28T04:07:23.812550+00:00, sha 2f38a19ef537)
  - registry_npm: https://registry.npmjs.org/nanobar (fetched 2026-08-29T09:54:08.434640+00:00, sha 95a6186cfc37)
- Data as of 2026-08-30T08:39:29.467469+00:00.
