# broccolijs/broccoli

Browser compilation library – an asset pipeline for applications that run in the browser

Repository: https://github.com/broccolijs/broccoli
Canonical: https://ross.abutalabs.com/products/broccoli
Homepage: https://broccoli.build
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2025-11-17T22:03:03+00:00

## Health v2 (maintenance only)
Score: 52/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 52, release rhythm 24, longevity 100
- inputs: {"age_days": 4859, "days_push": 289, "days_rel": 295, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3323, forks 204 (observed 2026-08-28T04:07:56.336586+00:00)

## What it is
Broccoli is a fast, reliable asset pipeline for building browser applications, running on Node.js and backend-agnostic. Builds are defined in a Brocfile.js (or .ts) as trees of directories or plugin objects, supporting constant-time rebuilds.

## Use cases
- build frontend assets for a browser app
- set up an asset pipeline with incremental rebuilds
- compile and transform source trees with plugins
- define production vs development builds in a Brocfile
- serve and rebuild assets during development

## When to choose
- you need a fast, tree-based asset pipeline for a client-side app
- you want constant-time rebuilds during development
- you're working in the Ember.js ecosystem where Broccoli is standard

## When to avoid
- you're building a backend or Node server bundle
- you prefer modern bundlers like Vite, esbuild, or webpack
- you need a full-featured module bundler rather than an asset pipeline

## Facets
- artifact type: library
- maturity: active
- function: build-tool, developer-tools
- domain: web-development, frontend, developer-tools
- platform: cli, cross-platform
- tags: asset-pipeline, frontend-build, brocfile, tree-based-builds, ember-ecosystem, nodejs

## Member repositories
- broccolijs/broccoli (main) score 52

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:56.336586+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:41:48.859946+00:00, confidence not recorded.
  - readme: https://github.com/broccolijs/broccoli (fetched 2026-08-28T04:07:56.336586+00:00, sha a9664586501d)
  - registry_npm: https://registry.npmjs.org/broccoli (fetched 2026-08-29T09:35:41.420454+00:00, sha 235dee5db4b4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
