# Homeostate > State-manager and CRDT-backend agnostic sync engine: keep a Zustand, Redux, MobX, Jotai, Valtio, TanStack Store or MobX-State-Tree store in sync with a Yjs, Loro or Automerge document. Install `@homeostate/core`, one `@homeostate/store-*` adapter for your state manager and one `@homeostate/crdt-*` backend for your CRDT library. Every link below is plain markdown; all of them in one file: https://homeostate.pages.dev/llms-full.txt. ## Guides - [Getting started](https://homeostate.pages.dev/docs/getting-started.md): Install the sync engine, a store adapter and a CRDT backend, then keep your first store in sync across peers. - [Concepts](https://homeostate.pages.dev/docs/concepts.md): The sync engine, the StoreAdapter and CrdtBackend contracts, and how connect() reconciles a store with a document. - [About](https://homeostate.pages.dev/docs/about.md): What Homeostate is, where its code and packages live, and how these docs are published. ## Core - [@homeostate/core](https://homeostate.pages.dev/docs/core/introduction.md): State-manager and CRDT-backend agnostic sync engine between a store adapter and a CrdtBackend - [@homeostate/core: Changelog](https://homeostate.pages.dev/docs/core/changelog.md): Release notes for @homeostate/core. ## CRDT backends - [@homeostate/crdt-yjs](https://homeostate.pages.dev/docs/crdt-yjs/introduction.md): Yjs CRDT backend for @homeostate/core - [@homeostate/crdt-yjs: Changelog](https://homeostate.pages.dev/docs/crdt-yjs/changelog.md): Release notes for @homeostate/crdt-yjs. - [@homeostate/crdt-loro](https://homeostate.pages.dev/docs/crdt-loro/introduction.md): Loro CRDT backend for @homeostate/core - [@homeostate/crdt-loro: Changelog](https://homeostate.pages.dev/docs/crdt-loro/changelog.md): Release notes for @homeostate/crdt-loro. - [@homeostate/crdt-automerge](https://homeostate.pages.dev/docs/crdt-automerge/introduction.md): Automerge CRDT backend for @homeostate/core - [@homeostate/crdt-automerge: Changelog](https://homeostate.pages.dev/docs/crdt-automerge/changelog.md): Release notes for @homeostate/crdt-automerge. ## Store adapters - [@homeostate/store-zustand](https://homeostate.pages.dev/docs/store-zustand/introduction.md): Zustand adapter and middleware for @homeostate/core - [@homeostate/store-zustand: Changelog](https://homeostate.pages.dev/docs/store-zustand/changelog.md): Release notes for @homeostate/store-zustand. - [@homeostate/store-redux](https://homeostate.pages.dev/docs/store-redux/introduction.md): Redux adapter for @homeostate/core - [@homeostate/store-redux: Changelog](https://homeostate.pages.dev/docs/store-redux/changelog.md): Release notes for @homeostate/store-redux. - [@homeostate/store-mobx](https://homeostate.pages.dev/docs/store-mobx/introduction.md): MobX adapter for @homeostate/core - [@homeostate/store-mobx: Changelog](https://homeostate.pages.dev/docs/store-mobx/changelog.md): Release notes for @homeostate/store-mobx. - [@homeostate/store-mobx-state-tree](https://homeostate.pages.dev/docs/store-mobx-state-tree/introduction.md): MobX-State-Tree adapter for @homeostate/core - [@homeostate/store-mobx-state-tree: Changelog](https://homeostate.pages.dev/docs/store-mobx-state-tree/changelog.md): Release notes for @homeostate/store-mobx-state-tree. - [@homeostate/store-jotai](https://homeostate.pages.dev/docs/store-jotai/introduction.md): Jotai adapter for @homeostate/core - [@homeostate/store-jotai: Changelog](https://homeostate.pages.dev/docs/store-jotai/changelog.md): Release notes for @homeostate/store-jotai. - [@homeostate/store-valtio](https://homeostate.pages.dev/docs/store-valtio/introduction.md): Valtio adapter for @homeostate/core - [@homeostate/store-valtio: Changelog](https://homeostate.pages.dev/docs/store-valtio/changelog.md): Release notes for @homeostate/store-valtio. - [@homeostate/store-tanstack](https://homeostate.pages.dev/docs/store-tanstack/introduction.md): TanStack Store adapter for @homeostate/core - [@homeostate/store-tanstack: Changelog](https://homeostate.pages.dev/docs/store-tanstack/changelog.md): Release notes for @homeostate/store-tanstack.