zero-knowledge file sharing

drop#

A minimal file sharing app with zero-knowledge storage.

Features#

  • Client-side encryption (AES-256-GCM)
  • Configurable file expiry
  • Burn after read
  • Preview for images, video, audio, and text

Running#

Requires Bun.
See .env.example for configuration.

bun start

For development with hot reload:

bun dev