Uppy
The next-gen modular JavaScript file uploader for web browsers by Transloadit.
Why consider Uppy?
Uppy is an open-source, modular JavaScript file uploader developed by Transloadit. Uppy fetches files from Google Drive, Dropbox, Instagram, and webcams, optimizes media, and streams uploads via tus resumable protocols directly to AWS S3, Google Cloud Storage, or private servers.
Learn Uppy by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Uppy
Uppy orchestrates multi-file uploads with image preview editing and cloud storage destinations.
Quickstart
npm install @uppy/core @uppy/dashboard @uppy/xhr-uploadimport Uppy from '@uppy/core';import Dashboard from '@uppy/dashboard';import XHRUpload from '@uppy/xhr-upload';import '@uppy/core/dist/style.min.css';import '@uppy/dashboard/dist/style.min.css';const uppy = new Uppy().use(Dashboard, { inline: true, target: '#drag-drop-area' }).use(XHRUpload, { endpoint: '/api/upload' });Uppy is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.