Tools

  1. Local-first dexie.js: IndexedDB, Svelte stores to sync and (de)serialize. Example: GitHub - syntaxfm/production-assistant

  2. Local-cache, manual sync Replicache: Sync in the background, Indexed local cache save and load. You have to keep track of the versioning yourself. Deleting data can be tough. Examples:

  3. Triplit (Custom ORM)

  4. Evolu (Effortless)

  5. InstantDB

  6. Zero Zero

how-it-works.svg

  1. Command Line | Meteor API Docs