# rpldy/react-uploady

Modern file uploading - components & hooks for React

Repository: https://github.com/rpldy/react-uploady
Canonical: https://ross.abutalabs.com/products/react-uploady
Homepage: https://react-uploady.org
Language: JavaScript
License: MIT
License Family: permissive
Topics: react, file-upload, file-uploader, hooks, components, files, upload, browser, chunked-uploads, drag-and-drop, reactjs, javascript, resumable, resumable-upload, react-native, ssr, tus
Last push: 2026-09-02T10:40:55+00:00

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

## Adoption (not part of the score)
Stars 1248, forks 48 (observed 2026-09-03T02:15:17.508394+00:00)

## What it is
React-Uploady is a lightweight, modular React library providing components and hooks for building client-side file-upload features. It handles the upload flow (queueing, progress, abort, retry, chunked/resumable uploads) while leaving the UI fully up to the developer.

## Use cases
- add a file upload button to a React app
- upload files with drag and drop
- show upload progress in the UI
- resume large chunked uploads
- retry failed uploads
- preview images before uploading
- upload files from a URL input
- upload files in React Native

## When to choose
- you need configurable, extensible file uploading in a React application
- you want building blocks (components/hooks) rather than a full upload UI
- you need chunked or resumable uploads (tus) from the browser
- you want fine-grained control over upload queueing, aborting, and retrying

## When to avoid
- your project is not React-based
- you want a complete out-of-the-box upload widget with fixed styling
- you need server-side upload handling rather than client-side

## Facets
- artifact type: library
- maturity: active
- function: file-upload, ui-components, http-client
- domain: web-development, frontend, files
- platform: browser
- tags: react-hooks, chunked-uploads, resumable-uploads, tus, drag-and-drop, upload-progress, react-native, react, javascript, nodejs

## Member repositories
- rpldy/react-uploady (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:17.508394+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-30T05:07:58.713684+00:00, confidence not recorded.
  - readme: https://github.com/rpldy/react-uploady (fetched 2026-09-03T02:15:17.508394+00:00, sha c999a6dda279)
  - homepage: https://react-uploady.org (fetched 2026-08-29T12:19:32.757724+00:00, sha 770b4bd8d6e6)
  - site_page: https://react-uploady.org/docs (fetched 2026-08-29T12:19:32.767084+00:00, sha 4cf275045c93)
  - site_page: https://react-uploady.org/docs/api (fetched 2026-08-29T12:19:32.769168+00:00, sha 61cdf2042bbd)
  - site_page: https://react-uploady.org/docs/guides (fetched 2026-08-29T12:19:32.771198+00:00, sha c2cfbc6c27f7)
  - site_page: https://react-uploady.org/docs/api/components/uploadButton (fetched 2026-08-29T12:19:32.772793+00:00, sha 3c3379b6446a)
  - site_page: https://react-uploady.org/docs/api/components/uploadPreview (fetched 2026-08-29T12:19:32.774364+00:00, sha f78c14292908)
  - site_page: https://react-uploady.org/docs/api/components/uploadDropZone (fetched 2026-08-29T12:19:32.776098+00:00, sha 7e817870fde4)
  - site_page: https://react-uploady.org/docs/api/components/uploadUrlInput (fetched 2026-08-29T12:19:32.777662+00:00, sha c39bb2ff7d20)
  - site_page: https://react-uploady.org/docs/external (fetched 2026-08-29T12:19:32.779213+00:00, sha 659a1d4ad6ec)
- Data as of 2026-08-30T08:39:29.467469+00:00.
