Integrations
Upload Images

Uploadthing Integration

Uploadthing is a service for file uploads for Next.js developers.

Setup

  1. Create an account at uploadthing.com (opens in a new tab)
  2. Create a new uploadthing app
  3. Copy the UPLOADTHING_APP_ID and UPLOADTHING_SECRET values
  4. Add the values to your .env file

Example in code

You can checkout the upload example in src/components/common/UserImage.tsx.