Pluggable sync adapters for annotate.js. Push annotations to Google Sheets or your own Hono API — no server required.
Sync annotations to a shared Google Sheet in real time. Perfect for teams already using Sheets for QA, feedback, or project tracking.
Push annotations to your own Hono API. Full control over storage, auth, and data flow. Bring your own database.
Three script tags and a URL. That's all it takes to add remote sync to annotate-sync.
Drop the main annotate-sync.js script into your page as usual.
Include sync-engine.js and your chosen backend (sync-google-sheet.js or sync-hono.js).
Set data-google-sheet or data-hono-url on the script tag.