Ross ROSS = Recommend OSS · open-source software intelligence for agents

posva/mande

800 bytes modern wrapper around fetch with smart defaults observed · 2026-08-28

github.com/posva/mande · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 94
  • Release rhythm 58
  • 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: 2299
  • days_rel: 65
  • days_push: 37
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1336 stars · 44 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Mande is an 800-byte TypeScript wrapper around the fetch API with smart defaults for communicating with JSON APIs. It provides a lightweight, extensible client with methods like get/post and easy header management for things like auth tokens.

Use cases

  • call REST APIs from the browser without verbose fetch boilerplate
  • replace axios with a tiny fetch-based alternative
  • create a small typed API client layer for my frontend app
  • manage authorization headers for API requests
  • make JSON POST requests with automatic headers and error handling

When to choose

  • you want a minimal, dependency-light fetch wrapper for browser or Node apps
  • you need sensible JSON defaults and simple auth header management
  • bundle size matters and you don't need interceptors or advanced features

When to avoid

  • you need interceptors, retries, timeouts, or request cancellation out of the box
  • you're targeting environments without native fetch support
  • you need a full-featured HTTP client like axios with rich middleware

Facets

library · maturity stable

http-client web-development apis frontend browser cross-platform fetch-wrapper esm typescript tiny axios-alternative nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
posva/mandemain83

For agents

markdown · JSON · MCP: product_card(name="posva/mande")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem