Cloudinary works complementary with Next.js allowing developers to take advantage of modern Aplication
Next Cloudinary Next Cloudinary is a community-built solution for using Cloudinary in a Next.js project. It includes tools like the CldImage component, social cards, and an upload widget. Important: Community-developed libraries are developed, tested and maintained by the community. Bug fixes and feature requests should be submitted in the relevant repository. The CldImage component wraps the Next.js Image component, extending the features with the power of Cloudinary tech. This includes features beyond automatic optimization like dynamic cropping and resizing, background removal, and image and text overlays. For basic usage, first install the package with: yarn add next-cloudinary # or npm install next-cloudinary