DEV Community

Walter White
Walter White

Posted on • Originally published at github.com

Dropkit: WeTransfer-style file drops on your own server

Dropkit: WeTransfer-style file drops on your own server

Need to send a file with a link, expiry, and optional password — without another SaaS account?

Dropkit is a self-hosted file drop: upload → share link → done.

Features

  • Upload and get a share URL
  • Optional password + expiry + download limits
  • Express + React + Docker
  • Simple enough to read in one sitting

Run it

git clone https://github.com/mamyan2001-gif/dropkit.git
cd dropkit
docker compose up --build
Enter fullscreen mode Exit fullscreen mode

I'm Artyom — full-stack in Yerevan (UTC+4), open to remote work. Related tools: Seal, Hookbox, Pulseboard.

GitHub: mamyan2001-gif/dropkit

Top comments (0)