ro0t
CDCloudflare Developers
•Created by ro0t on 2/21/2025 in #general-help
CloudFlare R2
Hey,I'm building a product which is an AI based Image generation SAAS
I've been using vercel for the most part till now and from the past 2-3 days my image optimisation has hit the limits of 1000, I'm still on free tier and as far as I've heard vercel is really costly
I'm using supabase storage as the backend and storage of images
Ive heard cloudflare will be a solution for this,so if thats the case will i have to move my whole objects to R2 and serve from there or is it possible to use cloudflare loader directly in Next JS ?
As a temp solution I've set unoptimised to true in the next config file
1 replies
CDCloudflare Developers
•Created by ro0t on 2/2/2025 in #general-help
Storage in Cloudflare
Hey so I'm using next js as the framework along with supabase for the object storage,
till now
Now my free image optimisation of vercel is exceeded so now the image loading time is taking so long,
Do anyone know any solution for this ?
I heard about cloudflare R2 so if I move it there then will I have to migrate my whole storage from supabase to R2 or is there a way to optimise the images on the go ?
2 replies