Skip to content

compose-us/flottform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flottform

A better UX for file uploads #build-in-public

License

Why no license (yet)? We want to share our progress, but we are not sure about the business model. We allow you to see our theories and learn from how we build it, but it's not allowed to use the produced code (yet). Please wait for the next updates for more information about how we want to handle this. If you have questions or feedback, feel free to reach out to us through our GitHub discussions board.

Prototype solution

We are about to explore ideas how we can solve the issue we described in detail about UX challenges in web forms if you have a file on another device.

Todos

  • Build a server that allows file uploads from a form
    • Build a server that accepts files
    • Build a web form with an input field for files
  • Let device A create a URL that allows connecting another device through WebRTC
    • Allow only one connection per URL
    • Establish a WebRTC connection between devices
    • Have an upload field on that URL for device B
    • Uploading to that URL populates the file field on device A

Roadmap

  • Make it easier to use by creating QR codes
  • Make it possible for form developers to add our feature with a single script
  • Find a business model that works for everybody
  • Find a license that fits our needs
  • Create a logo
  • Build a website