# madrobby/zepto

Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API

Repository: https://github.com/madrobby/zepto
Canonical: https://ross.abutalabs.com/products/zepto
Homepage: http://zeptojs.com
Language: HTML
License: NOASSERTION
License Family: other
Last push: 2026-05-07T22:44:38+00:00

## Health v2 (maintenance only)
Score: 59/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 81, release rhythm 8, longevity 100
- inputs: {"age_days": 5826, "days_push": 118, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 15082, forks 3831 (observed 2026-08-28T04:11:09.130585+00:00)

## What it is
Zepto.js is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API, designed to be a tiny (~5-10k gzipped) modular alternative to jQuery. It provides core DOM manipulation, event handling, Ajax, form serialization, and optional modules for effects, touch events, and detection.

## Use cases
- replace jQuery with a smaller library in a mobile web app
- manipulate the DOM with a familiar jQuery-style API
- make Ajax requests and handle JSONP in a lightweight page
- add touch event handling to a mobile website
- build a fast-loading page with minimal JavaScript payload
- serialize and submit web forms with JavaScript

## When to choose
- you already know jQuery and want a much smaller footprint for modern browsers
- you are building a mobile-focused site where download size matters
- you only need core DOM, events, and Ajax functionality

## When to avoid
- you need full jQuery plugin ecosystem compatibility or 100% jQuery coverage
- you must support legacy browsers like IE9 and below
- you are starting a new project where a modern framework or native DOM APIs would be a better fit

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, http-client, animation, form-handling
- domain: web-development, frontend, developer-tools
- platform: browser, cross-platform
- tags: jquery-compatible, dom-manipulation, minimalist, javascript, lightweight, ajax

## Member repositories
- madrobby/zepto (main) score 59

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:09.130585+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:06:44.672078+00:00, confidence not recorded.
  - readme: https://github.com/madrobby/zepto (fetched 2026-08-28T04:11:09.130585+00:00, sha 1e07ec684c32)
  - homepage: http://zeptojs.com (fetched 2026-08-29T08:04:37.506710+00:00, sha d359546dfb26)
- Data as of 2026-08-30T08:39:29.467469+00:00.
