From bb34f4d99c60ba5370573742aa14e52178268fff Mon Sep 17 00:00:00 2001 From: Ryan Dombrowski Date: Mon, 29 Jun 2026 15:30:35 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20embed=20dspack=E2=86=92A2UI=20demo=20vi?= =?UTF-8?q?deo=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a "dspack in action" section showing one contract queried over MCP, compiled to an A2UI catalog, and rendered — proof the spec travels between independent toolchains. Includes a matching Table of Contents entry. Co-Authored-By: Claude Opus 4.8 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 208155c..d22f936 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,17 @@ Think of it as OpenAPI for design systems. --- +## dspack in action + +One dspack contract, consumed end-to-end by tools that never coordinated — queried over MCP, compiled to an A2UI catalog, and rendered. The spec travels. + +https://github.com/user-attachments/assets/510a781b-4214-49b3-b997-9cbecdc36961 + +--- + ## Table of Contents +- [dspack in action](#dspack-in-action) - [What is dspack?](#what-is-dspack) - [Concepts](#concepts) - [Implementations](#implementations)