payload-plugin-revalidate
Integrates with Next.js to automatically revalidate cached data on content changes.
Overview
Integrates with Next.js ISR and on-demand revalidation to automatically call revalidateTag when Payload documents change. Supports standard tag patterns: collection-slug for collection-level cache invalidation, collection-slug:item-id for revalidation by document ID, and collection-slug:item-slug for revalidation by slug. Ensures frontend pages stay in sync with CMS content changes without full rebuilds.