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.
Realtime collaboration demo
A guarded public demo for ContractSpec realtime and CRDT collaboration. The page is intentionally thin: reusable behavior runs on the canonical Transport.subscribe() seam in contracts-runtime-core (the version token doubles as the realtime invalidation token) plus the crdt-loro adapter, exercised by the realtime worker. Full WebSocket delivery is a follow-on.
No worker endpoint configured
Worker endpoint not tested yet.
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.
10 clients / 1000 updates
The worker test suite must prove convergence, idempotency, reconnect behavior, and a basic latency/error summary.