Uploadjoy is a storage service that abstracts away the complexity of using and maintaining S3 + Cloudfront while providing good defaults, easy to understand API and DX.
@uploadjoy/core
(located inpackages/core
) - Core server and client logic.@uploadjoy/react
(located inpackages/react
) - React hooks and components for building upload UIs.@uploadjoy/api-client
(location inpackages/api-client
) - TypeScript API client for calling Uploadjoy APIs.@uploadjoy/mime-types
(located inpackages/mime-types
) - MIME types database ripped from this package.@uploadjoy/shared
(located inpackages/shared
) - Shared types and utilities between packages in this repo and the Uploadjoy webapp.
Source code for the documentation site is located in docs
directory.
Examples are located in examples
directory.