bendc/sprint
A tiny, lightning fast jQuery-like library for modern browsers. 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: 4389
- days_rel: n/a
- days_push: 3542
- n_releases_24m: 0
Adoption not part of the score
4181 stars · 160 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Sprint.js is a tiny 5KB gzipped DOM manipulation library with a jQuery-like chainable API, built for modern browsers (IE10+). It offers a reduced feature set compared to jQuery in exchange for significantly faster parsing, execution, and DOM operations.
Use cases
- manipulate the DOM with a jQuery-like API
- reduce JavaScript bundle size on mobile devices
- speed up DOM queries and element manipulation
- replace jQuery in modern-browser-only projects
- build lightweight interactive pages without a framework
When to choose
- you only need to support modern browsers (IE10+)
- bandwidth and performance on mobile devices are critical
- you want jQuery ergonomics without jQuery's size
- your DOM manipulation needs fit Sprint's reduced feature set
When to avoid
- you need legacy browser support (IE9 or older)
- you rely on jQuery plugins or its full feature set
- you need long-term maintenance and active updates
- you are building a component-based SPA with a modern framework
Facets
library · maturity abandoned
ui-components developer-tools web-development frontend browser cross-platform dom-manipulation jquery-alternative lightweight performance
1 source
- readme: https://github.com/bendc/sprint · fetched 2026-08-28 · e28f1dc92442
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bendc/sprint | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem