jaredpalmer/backpack
🎒 Backpack is a minimalistic build system for Node.js projects. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3528
- days_rel: n/a
- days_push: 756
- n_releases_24m: 0
Adoption not part of the score
4401 stars · 164 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
cli-tool · maturity maintenance
build-tool cli developer-tools developer-tools backend web-development cli cross-platform webpack babel zero-config live-reload es6 nodejs-build nodejs
1 source
- readme: https://github.com/jaredpalmer/backpack · fetched 2026-08-28 · d8810339d768
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jaredpalmer/backpack | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="jaredpalmer/backpack")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem