Image transformation cost?
I didn't see, or might have missed, the details or limits that Neon has in regards to image transformations. I know Xata has a higher cap (10K on the free tier) and Supabase has 100 on their pro plan. I have outgrown the 100 image transformations and my application will see heavy use of this feature. I would like to use Neon but not sure what the cost would be like?
1 Reply
adverse-sapphire•2y ago
Hey @A_sad_sandwich,
Neon does not host images for you, hence, you'd not able to be able use image transformations.
You might want to use external services like ImageKit offering way more bandwidth and transformations, and store references in Neon.
https://neon.tech/guides/next-upload-aws-s3 has a pattern you could follow on how to store object references in Neon.