OSS-first docs

These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.

AI index
Production-shaped V0 proof

Realtime collaboration demo

A guarded public demo for ContractSpec data-transmission realtime and CRDT collaboration. The page is intentionally thin: reusable behavior lives in the data-transmission packages and the WebSocket worker.

Worker connectivity
Connects to the dedicated Bun WebSocket worker when configured.
idle

No worker endpoint configured

Worker endpoint not tested yet.

Public guardrails
This is not a managed realtime service or persistence backend.

Ephemeral rooms only; rooms may reset without notice.

No sensitive data; demo payloads must be disposable.

No durable CRDT persistence in this milestone.

No SLA, uptime promise, or multi-region ordering guarantee.

Worker guardrails cap clients, payload size, and message volume.

Evidence target
The implementation is complete only with scripted stress evidence.

10 clients / 1000 updates

The worker test suite must prove convergence, idempotency, reconnect behavior, and a basic latency/error summary.