A real-time sync plugin for PayloadCMS that provides reactive queries (like Convex) and optimistic mutations.
- 🔄 Real-time sync - Automatic updates across all connected clients
- 📌 Reactive Queries - Persist active query subscriptions after server restart
- ⚡ Optimistic updates - Instant UI updates with server reconciliation
- 🎯 Type-safe - Full TypeScript support with PayloadCMS types
- 🚀 Zero config - Works out of the box with PayloadCMS
- 🔧 Flexible - Supports any backend architecture
- 🧠 Smart Cross-Collection Updates
- ✨ and many more features
Link: https://github.com/carlosbensant/payload-sync/
Inspired by payloadcms/payload#11334