Skip to content

OpenSIN-AI/OpenSIN-Web-Surface-Plan

OpenSIN Web Surface Plan

Single source of truth for OpenSIN-AI websites, subpages, owners, deploy targets, and canonical routes.

Quick Start · Status · Layers · Docs · Registry

SSOT AI ready Generated docs OpenSIN AI ecosystem

OpenSIN Web Surface Plan preview

What this is

This repo separates OpenSIN web presence into three layers:

  1. Inventory — what exists.
  2. Matrix — how domains, repos, deploys, auth, and routes connect.
  3. Board — the operating rules and governance model.

Status at a glance

Surface State Notes
opensin.ai live Public marketing + discovery surface
chat.opensin.ai live / gated Dashboard is live; some agent pages require login
my.opensin.ai live Marketplace and pricing surface
blog.opensin.ai live Cloudflare Pages blog
docs.opensin.ai live Docs canonical knowledge layer
opensin.ai/agents 404 Not live; do not market it as a public surface
api.opensin.ai internal Backend surface exists, but public DNS is not verified here

For the full live probe report, see docs/live-audit.md.

Current probe summary: 5 live · 2 gated · 3 DNS-missing · 2 missing/404

Layers

flowchart LR
  Registry["registry/web-surfaces.json"] --> Inventory["docs/inventory.md"]
  Registry --> Matrix["docs/matrix.md"]
  Registry --> Board["docs/board.md"]

  classDef core fill:#e8f5e9,stroke:#1b5e20,stroke-width:2px
  classDef view fill:#e1f5fe,stroke:#01579b,stroke-width:2px

  class Registry core
  class Inventory,Matrix,Board view
Loading

Quick Start

git clone https://github.com/OpenSIN-AI/OpenSIN-Web-Surface-Plan.git
cd OpenSIN-Web-Surface-Plan
node scripts/validate-registry.mjs
node scripts/generate-docs.mjs
node scripts/generate-subpages.mjs
node scripts/live-audit.mjs

Docs

Registry

Principle

Never guess a surface. If a route, deploy target, or owner is unverified, mark it unverified.

Repository structure

.
├── registry/web-surfaces.json
├── assets/social-preview.svg
├── docs/
│   ├── board.md
│   ├── overview.md
│   ├── inventory.md
│   ├── matrix.md
│   ├── live-audit.md
│   ├── subpages.md
│   └── standards.md
├── scripts/
│   ├── generate-docs.mjs
│   ├── generate-subpages.mjs
│   ├── live-audit.mjs
│   └── validate-registry.mjs
├── llms.txt
├── llms-full.txt
└── package.json

(back to top)

About

SSOT for OpenSIN-AI websites, subpages, owners, deploy targets, and canonical routes.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors