# bendc/sprint

A tiny, lightning fast jQuery-like library for modern browsers.

Repository: https://github.com/bendc/sprint
Canonical: https://ross.abutalabs.com/products/sprint
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2016-12-21T04:18:43+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": 4389, "days_push": 3542, "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 4181, forks 160 (observed 2026-08-28T04:08:38.393263+00:00)

## What it is
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
- artifact type: library
- maturity: abandoned
- function: ui-components, developer-tools
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: dom-manipulation, jquery-alternative, lightweight, performance

## Member repositories
- bendc/sprint (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:38.393263+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-29T18:22:39.627480+00:00, confidence not recorded.
  - readme: https://github.com/bendc/sprint (fetched 2026-08-28T04:08:38.393263+00:00, sha e28f1dc92442)
- Data as of 2026-08-30T08:39:29.467469+00:00.
