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.

Meetup-ready example

AI Chat Assistant

Secondary meetup path for MCP-aware assistants: reasoning, sources, suggestions, and a minimal contract-backed search tool.

Focused template: full ai-chat with reasoning, chain of thought, sources, suggestions, and MCP tools.

Sandbox preview

Load the same public browser surface used for the prepared live demo.

Open preview

Reference docs

Inspect the generated contract-facing material instead of relying on marketing summaries.

Open reference

Package context

Use the agent-facing package page for fast repo orientation, then jump to the source directory.

@contractspec/example.ai-chat-assistant

Talk commands

Exact local commands for the meetup lane

Use the package build and test first, then launch the web shell and open the prepared sandbox route.

ai-chat-assistant-meetup-runbook
bun run --cwd packages/examples/ai-chat-assistant build
bun run --cwd packages/examples/ai-chat-assistant test
bun run --cwd packages/apps/web-landing dev

# Open in the browser
# http://localhost:3000/sandbox?template=ai-chat-assistant

For the full fallback order and safe live-edit workflow, use the meetup runbook.