Not trying to make huge amounts of money, just want to build something that actually helps people, and could eventually give some money in return.
I've been thinking about a unified API for file uploads for companies to easily integrate with S3, Azure blob, etc. using a single API. They could use multiple providers, migrate from one cloud to another, resumable uploads, maybe get insights about savings if they migrate to other providers, etc.
I felt the need for something like that while developing a serverless product since functions have memory limitations and can't upload big files.
What do y'all think, could that be useful?
I appreciate any other insights or ideas. Thank you!