zero-knowledge file sharing
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

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