I have a website that generates AI-powered images. I need a service that allows me to store these images and retrieve them when required. Additionally, I want to store other data associated with the images, such as prompt text, and have them linked together.
Currently, I am using Supabase for authentication, which provides storage options. However, its free tier has a limitation of 1GB. I am also using Sanity for my blog, and its free tier offers 100GB storage. But I am unsure if I should use it for storing images, and whether it is possible to post data outside the Sanity Studio.
What would you recommend in this situation?