seajs/seajs
A Module Loader for the Web 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: 5726
- days_rel: n/a
- days_push: 1157
- n_releases_24m: 0
Adoption not part of the score
8257 stars · 2523 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Sea.js is a browser-side JavaScript module loader implementing the CMD (Common Module Definition) convention, providing asynchronous script loading, dependency resolution, and module organization for web applications. It predates native ES modules and was historically popular for building scalable web apps before bundlers and browser-native module support became widespread.
Use cases
- load javascript modules in the browser
- manage script dependencies on a web page
- organize javascript code into modules without a bundler
- asynchronously load js files with dependency resolution
- run a legacy cmd-based web application
- alternative to requirejs for browser module loading
When to choose
- maintaining or extending an existing codebase already built on Sea.js CMD modules
- you need a lightweight runtime module loader for the browser with no build step
- targeting very old browsers without native ES module support
When to avoid
- starting a new modern project - use native ES modules or a bundler like webpack, vite, or rollup
- you need server-side module resolution - use Node.js built-in module systems
- your team relies on AMD conventions - requirejs is a closer fit
Facets
library · maturity maintenance
developer-tools web-development frontend developer-tools browser module-loader cmd-modules common-module-definition requirejs-alternative async-script-loading javascript legacy no-build-step
3 sources
- readme: https://github.com/seajs/seajs · fetched 2026-08-28 · 88bf77afb3d4
- homepage: https://seajs.github.io/seajs/ · fetched 2026-08-29 · 44136fa355b3
- registry_npm: https://registry.npmjs.org/seajs · fetched 2026-08-29 · 61de72677e9e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| seajs/seajs | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem