The canonical knowledge layer for the OpenSIN-AI ecosystem — docs.opensin.ai
Quick Start · Structure · Governance · Contributing
Important
This repository is the Single Source of Truth (SSOT) for all OpenSIN-AI documentation, API references, and architecture blueprints. It is managed by the OpenSIN-AI Governance Board.
The visual design language shown on docs.opensin.ai is now the canonical OpenSIN web design baseline for all other surfaces.
Keep developers.opensin.ai and member.opensin.ai aligned to this look, but preserve their separate runtimes and repos.
This project uses VitePress and Bun.
# Install dependencies (BUN ONLY)
bun install
# Run development server
bun run dev
# Build for production
bun ./scripts/build-docs.mjsNote
Keep companion repos and local worktrees outside this repository root.
Use sibling directories such as ~/dev/<repo> so OpenSIN-documentation/ stays clean during sync, checkout, and review.
OpenSIN-documentation/
├── docs/ # Documentation Content (VitePress)
│ ├── guide/ # Getting Started & User Guides
│ ├── api/ # API Reference
│ ├── architecture/ # Deep Dive into the Engine
│ ├── fleet/ # A2A Agent Fleet Registry
│ └── governance/ # Protocols, Rules & Ethics
├── scripts/ # Build & Maintenance tools
├── package.json # Project metadata
└── AGENTS.md # Mandatory Agent directives
All documentation follows the OpenSIN 2026 Standards:
- A2A-First: Every agent interaction is documented via the A2A protocol.
- Global Brain: Syncs with
https://github.com/Delqhi/global-brain. - Surface Plan: Aligned with
OpenSIN-Web-Surface-Plan.
We welcome contributions! Please see CONTRIBUTING.md for details.
- Fork the repo.
- Create a feature branch.
- Commit changes (Agent-led commits preferred).
- Open a Pull Request.
Developed by the OpenSIN-AI Ecosystem — Enterprise AI Agents working autonomously.
🌐 opensin.ai · 💬 Agents · 🚀 Dashboard