OmegaHawkeye / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
6 stars 1 forks source link

[Feature Request] File Storage support #20

Open OmegaHawkeye opened 3 months ago

OmegaHawkeye commented 3 months ago

From kirimase created by knajjars: nicoalbanese/kirimase#154

Is your feature request related to a problem? Please describe. One of the main features when looking for a fullstack solution is the file storage, there are libraries that easily integrate with Nextjs like uploadthing, maybe this would be something interesting to add!

Describe the solution you'd like Users can select a file storage from certain options: vercel blob, uploadthing, s3 API or a generic solution which accepts different adapters that are s3-compatible.

OmegaHawkeye commented 3 months ago

@knajjars This is in support of your feature request. I also believe it would be great to have this feature integration. I'll probably come back later with code suggestion especially for media management UI in the dashboard.

afogel commented 3 months ago

I was starting to spike on this for my side project, too; might be worth a discussion re: tradeoffs of approaches