Uploadthing Integration
Uploadthing is a service for file uploads for Next.js developers.
Setup
- Create an account at uploadthing.com (opens in a new tab)
- Create a new uploadthing app
- Copy the
UPLOADTHING_APP_IDandUPLOADTHING_SECRETvalues - Add the values to your
.envfile
Example in code
You can checkout the upload example in src/components/common/UserImage.tsx.