tinacms/tinacms
public

Tinacms

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

rss

The Clerk integration was effectively Next-only (Pages-Router glue). v4 moves auth providers to their own repos with framework-neutral cores, so Clerk picks up Express/Hono/Astro adapter entries alongside Next.

345d until removal

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

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

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

  2. Switch from the Pages-Router glue to the matching adapter entry (@tinacms/clerk/next, /express, /hono, /astro).

  3. Clerk env vars and dashboard config are unchanged.

  • JackDevAUJackDevAUadded packages/tinacms-clerk/package.json6/2/2026