madrobby/zepto

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 3 minutes ago
Added to GitGenius on September 3rd, 2026
Created on September 20th, 2010
Open Issues & Pull Requests: 2 (+0)
GitHub issues: Enabled
Number of forks: 3,831
Total Stargazers: 15,079 (+0)
Total Subscribers: 544 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Enhancement (15)
  • Bug (13)
  • Discuss (13)
  • Needs tests (12)
  • Needs reduced example (7)
  • Needs confirm (5)
  • Feature (2)
  • Plugin (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Zepto.js is a minimalist JavaScript library for modern browsers that provides a jQuery-compatible API.

Zepto solves the problem of needing DOM manipulation and utility functions without the overhead of a full-sized framework. It achieves this by offering a lean codebase with an API modeled on jQuery, allowing developers familiar with jQuery to adopt it immediately without learning new patterns. The library is designed for modern browsers, shedding compatibility layers needed for older environments.

Developers should choose Zepto when working on projects where file size matters—particularly mobile applications or performance-critical contexts where jQuery's weight is unnecessary. The tool suits scenarios where you need standard DOM querying, manipulation, and event handling but want minimal overhead. The project supports customization through its module system: developers can build a distribution that includes only the modules they need and excludes default ones they don't, keeping the final bundle as small as possible. This requires checking out the source code and using the build system, which depends on Node.js.

The project maintains a stable codebase with infrequent updates, suggesting the core functionality is mature and the maintainers make changes only when necessary rather than pursuing continuous feature expansion. Documentation and downloads are centralized on the official website rather than distributed across the repository, indicating a focus on a polished external presence. The build system is straightforward, offering both standard and minified distributions as output artifacts.