Instantly upload and share files with ease on SpeedyUploads.com’s user-friendly platform. |
New project: SpeedyUploads is now live.
Here is a main webapp: https://speedyuploads.com/
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature
) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature'
) - Push to the branch (
git push origin improve-feature
) - Create a Pull Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
- Next.js - Frontend in React.js and serverless backend.
- ChakraUI - For styling.
- Azure Blob Storage - Main object storage.
- Amazon S3 - Backup object storage.
- PostgreSQL Database - Main production database hosted on Azure.
- Clerk - For authentication.
- Homepage Redesign.
- Layout Redesign.
- SpeedyUploads Bug Bounty Page (/whitehat).
- Custom share pages for each uploads.
- Multiple file uploads.
GPLv2