Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 453 Bytes

File metadata and controls

29 lines (21 loc) · 453 Bytes

drop

A minimal file sharing app with zero-knowledge storage.

Features

  • Client-side encryption (AES-256-GCM)
  • Multiple files upload
  • Configurable file expiry
  • Burn after read
  • Optional sensitive-content warning
  • Preview for images, video, audio, and text

Running

Requires Bun.
See .env.example for configuration.

bun install
bun run build
bun start

For development with hot reload:

bun dev