# microsoft/FluidFramework

Library for building distributed, real-time collaborative web  applications

Repository: https://github.com/microsoft/FluidFramework
Canonical: https://ross.abutalabs.com/products/fluidframework
Homepage: https://fluidframework.com
Language: TypeScript
License: MIT
License Family: permissive
Topics: fluid, fluid-framework, microsoft, distributed, datastructure, realtime, collaboration, crdt
Last push: 2026-08-26T23:11:20+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 2568, "days_push": 7, "days_rel": 7, "gap_med": 7, "n_releases_24m": 84}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4945, forks 585 (observed 2026-08-28T04:09:03.633171+00:00)

## What it is
Fluid Framework is a TypeScript/JavaScript library for building distributed, real-time collaborative web applications using distributed data structures (DDSes) like SharedMap and SharedTree. It synchronizes shared state across clients with low latency and requires no custom server-side collaboration code.

## Use cases
- build a real-time collaborative document editor
- sync shared state across multiple browser clients
- add live co-editing to a web app
- build a collaborative whiteboard
- keep multiple users' views of shared data in sync in real time
- build multiplayer web applications without writing server sync logic

## When to choose
- you need low-latency multi-user collaboration in a web app
- you want distributed data structures with familiar map/array/tree APIs
- you want to avoid writing custom server-side sync code
- you use JavaScript or TypeScript with any frontend framework

## When to avoid
- you only need simple request/response APIs with no shared state
- your app is single-user with no collaboration requirements
- you need non-web platforms like native mobile or desktop without a JS runtime

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, state-management, websocket, concurrency
- domain: web-development, frontend, microservices
- platform: browser, cross-platform
- tags: crdt, collaborative-editing, distributed-data-structures, realtime-sync, typescript, real-time, nodejs, web-server

## Member repositories
- microsoft/FluidFramework (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:03.633171+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:17:53.809817+00:00, confidence not recorded.
  - readme: https://github.com/microsoft/FluidFramework (fetched 2026-08-28T04:09:03.633171+00:00, sha 0b6de2512946)
  - homepage: https://fluidframework.com (fetched 2026-08-29T08:59:51.437422+00:00, sha a6810b86c8f9)
  - site_page: https://fluidframework.com/docs (fetched 2026-08-29T08:59:51.440195+00:00, sha d84282b9f254)
  - site_page: https://fluidframework.com/docs/start/quick-start (fetched 2026-08-29T08:59:51.442246+00:00, sha fdc9d205859e)
  - site_page: https://fluidframework.com/docs/build/dds (fetched 2026-08-29T08:59:51.443910+00:00, sha 033c5186fd57)
- Data as of 2026-08-30T08:39:29.467469+00:00.
