A fully open-source headless CMS that supports Markdown and Visual Editing
The next- prefix locks this integration to Next.js even though the Cloudinary upload/sign/list flow is framework-agnostic. v4 splits the media store into a framework-neutral core plus adapter entries (next/express/astro/hono), and the package gets its own repo so its release cadence is decoupled from the monorepo.
345d until removal
"name": "next-tinacms-cloudinary",
"type": "module",
"version": "25.0.4",
"deprecated": "Moving to github.com/tinacms/tinacms-cloudinary as @tinacms/cloudinary (framework-neutral; not Next-only). See packages/v4/INTEGRATIONS.md.",@tinacms/cloudinary (new repo: github.com/tinacms/tinacms-cloudinary) — install the package and import the matching adapter entry (@tinacms/cloudinary/next, /express, /astro, /hono).
Replace next-tinacms-cloudinary with @tinacms/cloudinary in package.json once the new package ships its first release.
Swap the route-handler import to @tinacms/cloudinary/next (or whichever framework adapter you need).
Cloudinary credentials and env vars are unchanged.