# @uppy/dashboard

> Universal UI plugin for Uppy.

Latest version **6.0.0** (published 2026-08-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @uppy/dashboard
pnpm add @uppy/dashboard
yarn add @uppy/dashboard
bun add @uppy/dashboard
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 6.0.0 |
| Published | 2026-08-26 |
| First published | 2018-06-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 7 |
| Unpacked size | 745.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30970 |
| Maintainers | kvz, tim-kos, mifi, uppydev |
| Keywords | file uploader, uppy, uppy-plugin, dashboard, ui |

## Links

- npm: https://www.npmjs.com/package/@uppy/dashboard
- Repository: https://github.com/transloadit/uppy
- Homepage: https://uppy.io
- Issues: https://github.com/transloadit/uppy/issues
- npm.io page: https://npm.io/package/@uppy/dashboard

## Dependencies (7)

- [lodash](https://npm.io/package/lodash.md) ^4.18.1
- [nanoid](https://npm.io/package/nanoid.md) ^5.1.11
- [preact](https://npm.io/package/preact.md) ^10.29.2
- [classnames](https://npm.io/package/classnames.md) ^2.5.1
- [shallow-equal](https://npm.io/package/shallow-equal.md) ^3.1.0
- [@uppy/thumbnail-generator](https://npm.io/package/@uppy/thumbnail-generator.md) ^6.0.0
- [@transloadit/prettier-bytes](https://npm.io/package/@transloadit/prettier-bytes.md) ^2.0.0

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 6.0.0 (latest) — 2026-08-26
- 4.0.0-beta.11 (next) — 2024-06-27
- 1.12.3-experimental.6515157 (experimental) — 2020-08-12
- 5.1.1 — 2026-02-03
- 5.1.0 — 2025-12-02
- 5.0.4 — 2025-11-03
- 5.0.3 — 2025-10-17
- 5.0.2 — 2025-09-16
- 5.0.1 — 2025-08-28
- 5.0.0 — 2025-08-22
- 4.4.3 — 2025-08-06
- 4.4.2 — 2025-08-01
- 4.4.1 — 2025-07-29
- 4.4.0 — 2025-07-29
- 4.3.4 — 2025-05-18
- … 144 more at https://npm.io/package/@uppy/dashboard/versions

## README

# @uppy/dashboard

<img src="https://uppy.io/img/logo.svg" width="120" alt="Uppy logo: a smiling puppy above a pink upwards arrow" align="right">

[![npm version](https://img.shields.io/npm/v/@uppy/dashboard.svg?style=flat-square)](https://www.npmjs.com/package/@uppy/dashboard)
![CI status for Uppy tests](https://github.com/transloadit/uppy/workflows/CI/badge.svg)
![CI status for Companion tests](https://github.com/transloadit/uppy/workflows/Companion/badge.svg)
![CI status for browser tests](https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg)

Dashboard is a universal UI plugin for Uppy:

- Drag and Drop, paste, select from local disk / my device
- UI for Webcam and remote sources: Google Drive, Dropbox (all optional, added
  via plugins)
- File previews and info
- Metadata editor
- Progress: total and for individual files
- Ability to pause/resume or cancel (depending on uploader plugin) individual or
  all files

**[Read the docs](https://uppy.io/docs/dashboard/)** |
**[Try it](https://uppy.io/examples/dashboard/)**

Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

## Example

```js
import Uppy from '@uppy/core'
import Dashboard from '@uppy/dashboard'

const uppy = new Uppy()
uppy.use(Dashboard, {
  target: 'body',
  inline: true,
})
```

## Installation

```bash
$ npm install @uppy/dashboard
```

Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.

## Documentation

Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/dashboard).

## License

[The MIT License](./LICENSE).

---
_Source: https://npm.io/package/@uppy/dashboard · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
