uploadstuffCommunity ↗Community ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Getting Started
    • Server Setup
    • UploadButton
    • UploadDropzone
    • useUploadFiles
    • uploadFiles
  • Serving Files

On This Page

  • Package setup
  • Setup a React app (with Convex)
  • Install the library
  • Setup your storage API
  • Build your UI
Question? Give us feedback → (opens in a new tab)Edit this page
Getting Started

Getting Started

Package setup

Setup a React app (with Convex)

Follow either the React (Vite) (opens in a new tab) or Next.js (opens in a new tab) quickstart to get Convex set up in your React app.

Install the library

npm i @xixixao/uploadstuff

Setup your storage API

Continue with the Server Setup guide.

Build your UI

Choose from one of the provided ways to build your UI:

  • UploadButton
  • UploadDropzone
  • useUploadFiles
IntroductionServer Setup

UploadStuff © 2023 xixixao. All rights reserved.