260 libraries
esbuild is a high-performance JavaScript/TypeScript/CSS bundler and minifier written in Go, designed to be 10-100x faster than traditional web build tools. It offers a unified CLI, JS, and Go API with built-in support for ESM/CommonJS, JSX, tree shaking, source maps, and plugins.
Rollup is a JavaScript module bundler that compiles ES modules into optimized output across multiple formats (ESM, CommonJS, UMD, IIFE), with aggressive tree-shaking to eliminate unused code. It's widely used for bundling libraries and underpins build tools like Vite.
Browserify lets you write Node-style modules using require() and bundle them into a single file that runs in the browser, resolving the CommonJS dependency graph and shimming Node core modules. It pioneered the idea of bringing npm packages to the front end.
Rolldown is a Rust-based JavaScript/TypeScript bundler designed as a drop-in, Rollup-compatible replacement, built for speed and intended to become the unified bundler powering the Vite ecosystem.
A webpack plugin and CLI tool that visualizes the contents of bundle output as an interactive zoomable treemap, parsing minified bundles to reveal each module's real stat, parsed, and compressed (gzip/Brotli/Zstandard) sizes to aid bundle-size optimization.
tsup is an open-source TypeScript project in the build tools space with 11.3k GitHub stars. The repository is actively maintained, with recent commits.
A webpack plugin that automatically generates an HTML file (or processes a template) and injects your bundled script and CSS tags into it, handling hashed filenames so the markup always references the correct assets. It works with zero configuration and exposes hooks for an ecosystem of companion plugins.
Microbundle is a zero-configuration bundler for small JavaScript and TypeScript libraries, built on Rollup. It reads your package.json and emits optimized CJS, UMD, ESM, and modern ES2017 bundles with Babel transpilation, Terser minification, and TypeScript typings out of the box.
meilisearch is an open-source Rust project with 58.1k GitHub stars. It is associated with ai, api, app-search, database. The repository is actively maintained, with recent commits.
chinese-poetry is an open-source JavaScript project with 51.8k GitHub stars. It is associated with chinese, chinese-poetry, ci, json. The repository is actively maintained, with recent commits.
minds is an open-source Dockerfile project with 39.3k GitHub stars. It is associated with agents, ai, analytics, artificial-inteligence. The repository is actively maintained, with recent commits.
fontsource is an open-source TypeScript project with 6k GitHub stars. It is associated with css, font, font-family, font-files. The repository is actively maintained, with recent commits.
metro is an open-source JavaScript project with 5.6k GitHub stars. It is associated with bundler, javascript, react-native. The repository is actively maintained, with recent commits.
harp is an open-source JavaScript project with 5k GitHub stars. The repository has seen commits within the last year.
javascript-datastructures-algorithms is an open-source JavaScript project with 4.9k GitHub stars. It is associated with algorithm, avl-tree, binary-tree, data-structures. The repository is actively maintained, with recent commits.
DoctrineBundle is an open-source PHP project with 4.8k GitHub stars. It is associated with bundle, doctrine, symfony, symfony-bundle. The repository is actively maintained, with recent commits.
cookiecutter-flask is an open-source Python project with 4.7k GitHub stars. It is associated with bootstrap, cookiecutter, cookiecutter-flask, flask. The repository has seen commits within the last year.
mocha is an open-source JavaScript project with 22.9k GitHub stars. It is associated with bdd, browser, javascript, mocha. The repository is actively maintained, with recent commits.
vitest is an open-source TypeScript project with 16.7k GitHub stars. It is associated with test, testing-tools, vite. The repository is actively maintained, with recent commits.
jasmine is an open-source JavaScript project with 15.8k GitHub stars. It is associated with jasmine, javascript, tdd, testing. The repository is actively maintained, with recent commits.