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
- load page
- register and pay for membership
- app opens to "devices" page.
login
- load page
- input login details or user sso
- app opens up on devices page
connect to devices
- load page
- javascript reads local data and initialises profile
- add new device button
- share data to connect to device
- establish asymmetric and symmetric encryption keys
- exchange profile details
send files to device over webrtc
- load page
- javascript reads local data and initialises profile
- known peers automatically connect
- select connected peer to bring into view
- send file
- (peer recieves file)