tinacms/tinacms
public

Tinacms

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

rss

@tinacms/vercel-previews predates the @tinacms/bridge work that came out of the Astro adapter spike. The bridge package now owns the visual-editing/preview story across hosts (not just Vercel), so the Vercel-specific helpers either move under @tinacms/bridge or become unnecessary.

345d until removal

deprecated June 2, 2026removal June 2, 2027
JSON
"name": "@tinacms/vercel-previews",
"type": "module",
"version": "0.2.11",
"deprecated": "Deprecated in v4 — preview wiring folds into @tinacms/bridge. See packages/v4/DEPRECATIONS.md.",

@tinacms/bridge (visual-editing + preview helpers, host-agnostic).

  1. Replace @tinacms/vercel-previews imports with the equivalents from @tinacms/bridge.

  2. If you were wiring up the Vercel Toolbar specifically, keep the Vercel SDK install but drop the @tinacms wrapper — bridge consumes the toolbar primitives directly.

  • JackDevAUJackDevAUadded packages/@tinacms/vercel-previews/package.json6/2/2026