tinacms/tinacms
public

Tinacms

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

rss

Same as next-tinacms-cloudinary — the S3 client is framework-agnostic but the package was scoped to Next.js. v4 splits into a framework-neutral core plus adapter entries and moves the source to its own repo for independent release cadence.

345d until removal

deprecated June 2, 2026removal June 2, 2027
JSON
"name": "next-tinacms-s3",
"type": "module",
"version": "22.0.4",
"deprecated": "Moving to github.com/tinacms/tinacms-s3 as @tinacms/s3 (framework-neutral; not Next-only). See packages/v4/INTEGRATIONS.md.",

@tinacms/s3 (new repo: github.com/tinacms/tinacms-s3) — install the package and import the matching adapter entry.

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

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

  3. AWS credentials/env vars are unchanged.

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