zero-knowledge file sharing
13
fork

Configure Feed

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

add README

Juliet eb3e59d1 688803c9

+25
+25
README.md
··· 1 + # drop 2 + 3 + A minimal, end-to-end encrypted file sharing app. 4 + 5 + ## Features 6 + 7 + - Client-side encryption (AES-256-GCM) 8 + - Configurable file expiry 9 + - Burn after read 10 + - Preview for images, video, audio, and text 11 + 12 + ## Running 13 + 14 + Requires [Bun](https://bun.sh). 15 + See `.env.example` for configuration. 16 + 17 + ```sh 18 + bun start 19 + ``` 20 + 21 + For development with hot reload: 22 + 23 + ```sh 24 + bun dev 25 + ```