A fully open-source headless CMS that supports Markdown and Visual Editing
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
"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.
Replace tinacms-clerk with @tinacms/clerk in package.json once the new package ships its first release.
Switch from the Pages-Router glue to the matching adapter entry (@tinacms/clerk/next, /express, /hono, /astro).
Clerk env vars and dashboard config are unchanged.