# @collabs/collabs

> A collections library for collaborative data structures

Latest version **0.13.4** (published 2023-09-06) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @collabs/collabs
pnpm add @collabs/collabs
yarn add @collabs/collabs
bun add @collabs/collabs
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.13.4 |
| Published | 2023-09-06 |
| First published | 2021-10-01 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 27.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 288 |
| Author | collabs contributors |
| Maintainers | heathermiller, mweidner037 |
| Keywords | Collabs, CRDT, collaboration, local-first, collections, data structures |

## Links

- npm: https://www.npmjs.com/package/@collabs/collabs
- Repository: https://github.com/composablesys/collabs
- Homepage: https://github.com/composablesys/collabs/tree/master/collabs#readme
- Issues: https://github.com/composablesys/collabs/issues
- npm.io page: https://npm.io/package/@collabs/collabs

## Dependencies (3)

- [tslib](https://npm.io/package/tslib.md) ^2.0.1
- [@collabs/core](https://npm.io/package/@collabs/core.md) 0.13.4
- [@collabs/crdts](https://npm.io/package/@collabs/crdts.md) 0.13.4

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 0.13.4 (latest) — 2023-09-06
- 0.13.3 — 2023-08-30
- 0.13.2 — 2023-08-29
- 0.13.1 — 2023-08-14
- 0.13.0 — 2023-08-14
- 0.12.0 — 2023-07-15
- 0.11.1 — 2023-06-24
- 0.11.0 — 2023-06-22
- 0.10.2 — 2023-04-22
- 0.10.1 — 2023-04-22
- 0.10.0 — 2023-04-19
- 0.9.1 — 2023-04-05
- 0.9.0 — 2023-04-02
- 0.8.1 — 2023-02-23
- 0.8.0 — 2023-02-20
- … 13 more at https://npm.io/package/@collabs/collabs/versions

## README

# @collabs/collabs

**Collabs** is a collections library for **collaborative data structures**. These are data structures that look like `Set`, `Map`, `Array`, etc., except they are synchronized between multiple users: when one user changes a collaborative data structure, their changes show up for every other user. You can use them to quickly build collaborative apps along the lines of Google Docs/Sheets/Slides, shared whiteboards, etc.

We call each collaborative data structure a **Collab**, for short.

**@collabs/collabs** is Collabs's main package. It contains Collabs's core and its [built-in collaborative data structures](https://collabs.readthedocs.io/en/latest/guide/built_in_collabs.html), which are all hybrid op-based/state-based [Conflict-free Replicated Data Types (CRDTs)](https://crdt.tech/).

## Docs

See [https://collabs.readthedocs.io/](https://collabs.readthedocs.io/)

[API](https://collabs.readthedocs.io/en/latest/api/collabs)

## Source Code

This package merely re-exports [@collabs/core](https://www.npmjs.com/package/@collabs/core) and [@collabs/crdts](https://www.npmjs.com/package/@collabs/crdts). The actual code lives in their source folders: [core](https://github.com/composablesys/collabs/tree/master/core), [crdts](https://github.com/composablesys/collabs/tree/master/crdts).

---
_Source: https://npm.io/package/@collabs/collabs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
