
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
create-uploadkit-app
Advanced tools
Scaffold a new project with UploadKit — beautiful, type-safe file uploads in minutes.
Scaffold a brand-new UploadKit project — beautiful, type-safe file uploads in minutes.
Already have a project? This CLI is for new projects. To add UploadKit to an existing app, run
pnpm add @uploadkitdev/react @uploadkitdev/nextand follow the Quickstart.
npx create-uploadkit-app my-app
It asks two questions (template + package manager), wires up a working upload page, initializes git, and installs dependencies. That's it.
Other package managers:
pnpm create uploadkit-app my-app
yarn create uploadkit-app my-app
bun create uploadkit-app my-app
| Template | Framework | What you get |
|---|---|---|
next | Next.js 16 App Router + Tailwind v4 | Route handler at app/api/uploadkit/[...uploadkit]/route.ts, UploadKitProvider in the root layout, <UploadDropzone> on /. |
sveltekit | SvelteKit + Svelte 5 | Presigned-URL endpoint + single upload page. |
remix | React Router v7 (framework mode) | Route handler + managed-mode upload page. |
vite | Vite SPA + React 19 | BYOS demo with a minimal backend stub. |
Every template ships a single working upload page — no auth, no DB, no Docker. Add what you need.
| Flag | Description |
|---|---|
--template <id> / -t | One of next, sveltekit, remix, vite. |
--pm <name> | One of pnpm, npm, yarn, bun. |
--yes / -y | Accept all defaults non-interactively. |
--no-install | Skip dependency install. |
--no-git | Skip git init and initial commit. |
--force | Scaffold into a non-empty target directory. |
--version / -v | Print version. |
--help / -h | Print help. |
npx create-uploadkit-app my-app --template next --pm pnpm --yes
Node.js >=20.
Full reference with per-template details and troubleshooting: docs.uploadkit.dev/docs/guides/cli.
MIT © Drumst0ck
FAQs
Scaffold a new project with UploadKit — beautiful, type-safe file uploads in minutes.
The npm package create-uploadkit-app receives a total of 2 weekly downloads. As such, create-uploadkit-app popularity was classified as not popular.
We found that create-uploadkit-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.