floatingfile is a file sharing platform that marries the flexibility of file storage applications with the convenience of file transfer applications.
If you'd like to try out the latest features, try out beta.floatingfile.space. Spaces created using the beta application are compatible with the production application.
floatingfile was built to improve the process of moving files from university workstations to personal computers. A login-free and flexible solution was needed. For more info, see here.
This respository is a monorepo containing packages that are responsible for the web client application, server, and landing page.
Please note that the iOS application codebase is not included in this monorepo.
| Package | Description | Technologies |
|---|---|---|
| client | Frontend for the floatingfile application. Boostrapped with Create React App. | react, chakra-ui |
| common | Shared code (interfaces, enums, components, constants). | |
| landing | floatingfile marketing/landing site. | nextjs, react, chakra-ui |
| server | Backend for the floatingfile application. | express, mongoose, aws-sdk |
- Gareth Lau maintains floatingfile's servers, APIs, and web applications
- Alan Yan maintains the floatingfile iOS application
