tinacms/tinacms
public

Tinacms

A fully open-source headless CMS that supports Markdown and Visual Editing

rss

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

deprecated June 2, 2026removal June 2, 2027
JSON
"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).

  1. Replace next-tinacms-cloudinary with @tinacms/cloudinary in package.json once the new package ships its first release.

  2. Swap the route-handler import to @tinacms/cloudinary/next (or whichever framework adapter you need).

  3. Cloudinary credentials and env vars are unchanged.

  • JackDevAUJackDevAUadded packages/next-tinacms-cloudinary/package.json6/2/2026