GitHub
4.28k
Created 2 years ago, last commit 4 hours ago
86 contributors
683 commits
Stars added on GitHub, month by month
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
Stars added on GitHub, per day, on average
Yesterday
+3
Last week
+2.6
/day
Last month
+3.0
/day
Last 12 months
+3.8
/day
npmPackage on NPM
Monthly downloads on NPM
12
1
2
3
4
5
6
7
8
9
10
11
2023
2024
README

Logo for UploadThing

A thing for uploading files.

Table of Contents

This repository contains the packages, docs and examples for uploadthing

  • Next.js App Directory - A simple example using the Next.js app directory
  • Next.js Pages Directory - A simple example using the Next.js pages directory
  • SolidStart SSR - A simple example using SSR with SolidStart
  • Docs Site - Source for docs.uploadthing.com
  • React Package - @uploadthing/react - the components and hooks for using uploadthing in your React projects
  • Solid Package - @uploadthing/solid - the components and hooks for using uploadthing in your Solid projects
  • uploadthing - server/client stuff (framework agnostic)

Report an Issue

Contributing

All UploadThing SDKs are open source and we welcome contributions from the community.

Note

If your change also requires infrastructure changes, please reach out and we can work together to make the necessary changes on our end.

  1. Fork and clone the repository
  2. Ensure you have the LTS version of Node.js installed, as well as the latest version of pnpm.
  3. Install the project dependencies by running pnpm install.
  4. Implement your changes, as well as any documentation or tests that are required.
  5. Create a changeset for your changes by running pnpm changeset.
  6. Open a pull request with your changes and changeset.