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 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.

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.