Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ this is the single source of truth.
- [`adr/`](adr/) — architecture decision records
- [`conformance/`](conformance/) — conformance test tooling

## Implementations in the wild

Independent, conformance-tested ARD deployments (validated with this repo's `conformance/` CLI):

| Publisher | Domain | Role | Conformance |
|---|---|---|---|
| SnowSure | snowsure.ai | Discovery registry (ski & snow) + publisher | PASS |
| SnowData | snowdata.ai | Discovery registry (ski & snow) + publisher | PASS |
| Afore | afo.re | Discovery registry (editorial travel) + publisher | PASS |
| LUXSKI | lux.ski | Publisher | PASS |
| Ski Limone | skilimone.com | Publisher | PASS |

Five independent `did:web` publishers; three run live ARD `POST /search` registries with cross-federation. Reference registry: `POST https://www.snowsure.ai/search`.

## Status

**v0.9 (Draft).** The specification is open and evolving; feedback and proposals
Expand Down
Loading