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_ID
andUPLOADTHING_SECRET
values - Add the values to your
.env
file
Example in code
You can checkout the upload example in src/components/common/UserImage.tsx
.