zero-knowledge file sharing
TypeScript 95.7%
CSS 2.9%
HTML 1.4%
41 1 0

Clone this repository

https://tangled.org/juli.ee/drop https://tangled.org/did:plc:hs3aly5l26pozymy4b6hz7ae/drop
git@knot.pdsls.dev:juli.ee/drop git@knot.pdsls.dev:did:plc:hs3aly5l26pozymy4b6hz7ae/drop

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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