Custom media library plugin

Hi! I’m interested in creating a custom media library plugin that uses nft.storage. Would this be possible and is there any documentation on it? Thanks

hi there @evvvritt ! can you explain in more detail what you are trying to do, and what information you are hoping for? thanks.

Hi Perry, roughly something similar to the Cloudinary media library in Netlify CMS:

  • overlay opens listing all media uploaded to nft.storage account (GET /list)
  • upload button to upload media (POST /upload)
  • select a media to insert into netlify cms post etc

Would I make this as a “custom widget”?

hi evvritt, are you thinking of a custom netlify cms widget or a build plugin? sounds like the former, but I am still not sure.