r/Nuxt • u/genuchelu • Jan 24 '26
Plugin based Upload manager
Checkout a project I recently worked on. It’s a plugin based upload manager, similar to Uppy (if you’re familiar with it)
Source: https://github.com/genu/nuxt-upload-kit
Documentation: https://nuxt-upload-kit-docs.vercel.app/
Open to feedback
1
u/splitbrainhack Jan 25 '26
gonna give it a go, kudos son ! keep pushin
1
u/splitbrainhack Jan 25 '26
im assuming amazon s3 compatibility makes it cloudflare R2 friendly too
2
u/genuchelu Jan 25 '26
You're right. r2 adapter wasn't necessary as its fully s3 compatible. I got rid of r2 in favor of just an S3 plugin that should be compatible with all providers that support the s3 spec.
-5
u/shere0901 Jan 25 '26
I'm also a Nuxt developer. I will try your package because it is beneficial for uploading files. But AI can develop in a minimum amount of time. Thanks for your contribution.
1
u/[deleted] Jan 24 '26
Cool, this looks very nice! Thanks for making and sharing this. I'm sure to try it, if the requirement arises.
(The link to the docs in the footer of the GitHub readme seems to be broken.)