🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

create-uploadkit-app

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-uploadkit-app

Scaffold a new project with UploadKit — beautiful, type-safe file uploads in minutes.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

create-uploadkit-app

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/next and follow the Quickstart.

30-second start

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

Templates

TemplateFrameworkWhat you get
nextNext.js 16 App Router + Tailwind v4Route handler at app/api/uploadkit/[...uploadkit]/route.ts, UploadKitProvider in the root layout, <UploadDropzone> on /.
sveltekitSvelteKit + Svelte 5Presigned-URL endpoint + single upload page.
remixReact Router v7 (framework mode)Route handler + managed-mode upload page.
viteVite SPA + React 19BYOS demo with a minimal backend stub.

Every template ships a single working upload page — no auth, no DB, no Docker. Add what you need.

Flags

FlagDescription
--template <id> / -tOne of next, sveltekit, remix, vite.
--pm <name>One of pnpm, npm, yarn, bun.
--yes / -yAccept all defaults non-interactively.
--no-installSkip dependency install.
--no-gitSkip git init and initial commit.
--forceScaffold into a non-empty target directory.
--version / -vPrint version.
--help / -hPrint help.

Non-interactive example

npx create-uploadkit-app my-app --template next --pm pnpm --yes

Requirements

Node.js >=20.

Full docs

Full reference with per-template details and troubleshooting: docs.uploadkit.dev/docs/guides/cli.

License

MIT © Drumst0ck

Keywords

uploadkit

FAQs

Package last updated on 15 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts