forwardemail/superagent
Ajax for Node.js and browsers (JS HTTP client). Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs. observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 61
- Release rhythm 53
- 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: 63
- age_days: 5622
- days_rel: 239
- days_push: 239
- n_releases_24m: 6
Adoption not part of the score
16641 stars · 1319 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SuperAgent is a small, progressive HTTP request library for Node.js and browsers with an elegant, chainable API supporting callbacks, promises, and async/await. It provides high-level HTTP client features like JSON body serialization, header management, and plugin support in a lightweight (~50 KB gzipped) package.
Use cases
- make ajax requests from the browser
- call rest apis from node.js
- send post requests with headers
- http client with promise and async/await support
- make requests to unix domain sockets
- lightweight fetch alternative for javascript
When to choose
- you want a mature, battle-tested HTTP client with a readable chainable API
- you need the same request code to work in both Node.js and the browser
- you prefer callbacks, promises, or async/await flexibility in one library
When to avoid
- you only target modern browsers and prefer the native fetch API
- you need advanced features like interceptors or streaming that other clients like axios or got handle differently
- you are starting a new project where native fetch suffices
Facets
library · maturity stable
http-client web-development apis developer-tools browser cross-platform ajax http-requests promise-based javascript nodejs
2 sources
- readme: https://github.com/forwardemail/superagent · fetched 2026-08-28 · ba46dda23c01
- homepage: https://forwardemail.github.io/superagent/ · fetched 2026-08-29 · 09b07813c76c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| forwardemail/superagent | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="forwardemail/superagent")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem