# kimmobrunfeldt/progressbar.js

Responsive and slick progress bars

Repository: https://github.com/kimmobrunfeldt/progressbar.js
Canonical: https://ross.abutalabs.com/products/progressbarjs
Homepage: https://kimmobrunfeldt.github.io/progressbar.js
Language: JavaScript
License: MIT
License Family: permissive
Topics: progressbar, javascript, animation
Last push: 2024-11-02T10:38:42+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4364, "days_push": 669, "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 7854, forks 1361 (observed 2026-08-28T04:10:07.446974+00:00)

## What it is
ProgressBar.js is a lightweight JavaScript library for creating responsive, animated progress bars using SVG paths. It ships with built-in shapes (Line, Circle, SemiCircle) and supports fully custom shapes with customizable animations.

## Use cases
- show an animated circular progress indicator on a dashboard
- create a slick loading bar for a web page
- render a semi-circle progress gauge with percentage text
- build a custom heart-shaped progress animation from an SVG path
- animate a file upload progress bar that works on mobile

## When to choose
- you need visually polished, animated SVG progress bars in vanilla JavaScript
- you want lightweight, dependency-free progress indicators that perform well on mobile
- you need custom-shaped progress bars from arbitrary vector paths

## When to avoid
- you need a full UI component framework with many widget types
- you want native HTML/CSS-only progress elements without SVG
- you need progress bars in a non-web environment like native mobile or desktop apps

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, ui-components, frontend-framework
- domain: web-development, frontend, web-design
- platform: browser, cross-platform
- tags: progress-bar, svg, loading-indicator, javascript, nodejs

## Member repositories
- kimmobrunfeldt/progressbar.js (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:07.446974+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-29T17:33:48.499917+00:00, confidence not recorded.
  - readme: https://github.com/kimmobrunfeldt/progressbar.js (fetched 2026-08-28T04:10:07.446974+00:00, sha d831767fc6eb)
  - homepage: https://kimmobrunfeldt.github.io/progressbar.js (fetched 2026-08-29T08:30:38.417843+00:00, sha db22a090829a)
  - registry_npm: https://registry.npmjs.org/progressbar.js (fetched 2026-08-29T08:30:38.426838+00:00, sha ff8feb8888ef)
- Data as of 2026-08-30T08:39:29.467469+00:00.
