···11+# drop
22+33+A minimal, end-to-end encrypted file sharing app.
44+55+## Features
66+77+- Client-side encryption (AES-256-GCM)
88+- Configurable file expiry
99+- Burn after read
1010+- Preview for images, video, audio, and text
1111+1212+## Running
1313+1414+Requires [Bun](https://bun.sh).
1515+See `.env.example` for configuration.
1616+1717+```sh
1818+bun start
1919+```
2020+2121+For development with hot reload:
2222+2323+```sh
2424+bun dev
2525+```