# jaredpalmer/backpack

🎒 Backpack is a minimalistic build system for Node.js projects.

Repository: https://github.com/jaredpalmer/backpack
Canonical: https://ross.abutalabs.com/products/backpack
Language: JavaScript
License: MIT
License Family: permissive
Topics: webpack, node, javascript, build, babel, es6
Last push: 2024-08-07T12:56:15+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3528, "days_push": 756, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4401, forks 164 (observed 2026-08-28T04:08:48.273207+00:00)

## What it is
Backpack is a zero-configuration build system for Node.js projects that bundles, transpiles, and live-reloads code using Webpack and Babel. It provides a minimal CLI with dev and build commands, customizable via webpack and babel config extensions.

## Use cases
- build a node.js app with zero config
- use es6 features in node without setup
- live reload node server on file changes
- bundle a node service for production
- add modern javascript to an existing node project

## When to choose
- you want a create-react-app-like experience for Node.js backends
- you need zero-config transpiling and bundling for a Node service
- you want live reload and friendly errors in Node development

## When to avoid
- you are building a React SSR app (use Razzle instead)
- you need Webpack 5 or actively maintained tooling
- you prefer modern bundlers like esbuild or tsx

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: build-tool, cli, developer-tools
- domain: developer-tools, backend, web-development
- platform: cli, cross-platform
- tags: webpack, babel, zero-config, live-reload, es6, nodejs-build, nodejs

## Member repositories
- jaredpalmer/backpack (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:48.273207+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:21:08.368761+00:00, confidence not recorded.
  - readme: https://github.com/jaredpalmer/backpack (fetched 2026-08-28T04:08:48.273207+00:00, sha d8810339d768)
- Data as of 2026-08-30T08:39:29.467469+00:00.
