stealjs/steal
Gets JavaScript 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6051
- days_rel: n/a
- days_push: 1105
- n_releases_24m: 0
Adoption not part of the score
1359 stars · 510 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
StealJS is an extensible JavaScript module loader that supports ES6, AMD, and CommonJS formats simultaneously, with a plugin system for loading other asset types like CSS and Less. It is paired with steal-tools, a builder for bundling and progressively loading applications.
Use cases
- load ES6, AMD, and CommonJS modules in the same project
- bundle a JavaScript app for faster production load times
- load CSS and Less files as modules
- load npm modules without configuration
- write custom loader plugins for transpiling or caching
- progressively load a large application to balance caching and requests
When to choose
- you maintain a legacy codebase mixing AMD, CommonJS, and ES6 modules
- you need a loader with a flexible plugin hook API
- you want progressive loading with fine-grained bundle control
When to avoid
- you are starting a new project where native ES modules or modern bundlers like Vite, webpack, or esbuild fit better
- you need a large active community and frequent updates
Facets
library · maturity maintenance
build-tool developer-tools web-development frontend developer-tools browser module-loader module-bundler amd commonjs es6-modules plugins javascript nodejs web-server
6 sources
- readme: https://github.com/stealjs/steal · fetched 2026-08-28 · 2449b0361fe8
- homepage: https://stealjs.com · fetched 2026-08-29 · 82c64865c54c
- site_page: https://stealjs.com/docs/index.html · fetched 2026-08-29 · 21f0b776bd38
- site_page: https://stealjs.com/docs/syntax.es6.html · fetched 2026-08-29 · e10e2e1f8ec6
- site_page: https://stealjs.com/docs/steal-css.html · fetched 2026-08-29 · 216d511c890f
- site_page: https://stealjs.com/docs/StealJS.writing-plugins.html · fetched 2026-08-29 · 08fa1397f9a3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stealjs/steal | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem