# developit/redaxios

The Axios API, as an 800 byte Fetch wrapper.

Repository: https://github.com/developit/redaxios
Canonical: https://ross.abutalabs.com/products/redaxios
Homepage: https://npm.im/redaxios
Language: JavaScript
License: Apache-2.0
License Family: permissive
Last push: 2023-08-15T22:45:22+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2932, "days_push": 1114, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4881, forks 104 (observed 2026-08-28T04:09:01.806791+00:00)

## What it is
Redaxios is an 800-byte JavaScript library that provides the Axios API implemented as a thin wrapper over the native Fetch API. It lets developers keep Axios-style request code while dramatically reducing bundle size.

## Use cases
- make http requests with axios-like api
- reduce bundle size by replacing axios
- wrap native fetch with a familiar api
- send json requests from the browser
- drop-in lightweight axios alternative

## When to choose
- you want the Axios API but can't justify its bundle size
- you target modern browsers or build tools that polyfill fetch
- you need a tiny drop-in replacement for axios

## When to avoid
- you need axios's full feature set like interceptors, progress events, or automatic retries
- you must support legacy browsers without fetch and no polyfill
- you prefer just using axios directly

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client
- domain: web-development, frontend, apis
- platform: browser
- tags: fetch-wrapper, axios-api, tiny-library, bundle-size, nodejs, javascript

## Member repositories
- developit/redaxios (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:01.806791+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:16.154466+00:00, confidence not recorded.
  - readme: https://github.com/developit/redaxios (fetched 2026-08-28T04:09:01.806791+00:00, sha 09326e804cb0)
  - registry_npm: https://registry.npmjs.org/redaxios (fetched 2026-08-29T09:00:56.420058+00:00, sha 27093a953edc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
