Skip to main content

file

a p2p file transfer platform.

market position

create a p2p file transfer app to compete against other file transfer solutions like filezilla.

value proposition

a easy to use and performant file transfer can be achieved if 2 devices support a modern browser. a webrtc connection will outperform all other non-p2p solutions. the connection will be e2ee.

revenue Model

to generate profit, we will implement a subscription-based access model for the app's P2P file transfer capabilities. this approach aligns with current market offerings and ensures a steady revenue stream while providing users with premium features and support.

features:

  • file transfer by webrtc
  • file transfer by qr code
  • file compression
  • file encryption

user flows:

registration

  1. load page
  2. register and pay for membership
  3. app opens to "devices" page.

login

  1. load page
  2. input login details or user sso
  3. app opens up on devices page

connect to devices

  1. load page
  2. javascript reads local data and initialises profile
  3. add new device button
  4. share data to connect to device
  5. establish asymmetric and symmetric encryption keys
  6. exchange profile details

send files to device over webrtc

  1. load page
  2. javascript reads local data and initialises profile
  3. known peers automatically connect
  4. select connected peer to bring into view
  5. send file
  6. (peer recieves file)