# Yjs Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/yjs
> Markdown URL: https://aitinkerers.org/technologies/yjs.md
> Technology record last updated: 2026-04-17T20:13:29Z
> Generated: 2026-09-22T07:40:00Z

A high-performance CRDT implementation for building local-first, real-time collaborative applications.

Yjs enables seamless shared state across distributed clients using Conflict-free Replicated Data Types (CRDTs). It powers collaborative features in platforms like JupyterLab and Hocuspocus by syncing data types (arrays, maps, and text) with sub-millisecond local updates. The framework remains network-agnostic: you can plug it into WebRTC, WebSocket, or Matrix providers to handle concurrency without a central authority. Its performance scales to thousands of operations per second, making it the industry standard for robust, conflict-free peer-to-peer synchronization.

- Official technology site: https://yjs.dev
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Coding is Solved. Next Up: Figure Out How to Plan](https://seattle.aitinkerers.org/talks/rsvp_-1Uv6ETOTq8)

I built an Agent-Native Google Docs to review, edit, and share plans in Markdown

- Event context: AI Dev Tools Track - Seattle — 2026-05-06 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_-1Uv6ETOTq8

## Related Technologies

- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 215 public demos
- [Cloudflare Workers](https://aitinkerers.org/technologies/cloudflare-workers) ([Markdown](https://aitinkerers.org/technologies/cloudflare-workers.md)) — 22 public demos
- [Durable Objects](https://aitinkerers.org/technologies/durable-objects) ([Markdown](https://aitinkerers.org/technologies/durable-objects.md)) — 8 public demos
- [React](https://aitinkerers.org/technologies/react) ([Markdown](https://aitinkerers.org/technologies/react.md)) — 220 public demos
