{
  "version": "1.0.0",
  "organization": {
    "name": "VXP Global",
    "domain": "vxp.global",
    "description": "Agent-safe UI tooling for the open web",
    "contact": {
      "enterprise": "hello@vxp.global",
      "github": "https://github.com/vxp-global"
    }
  },
  "products": [
    {
      "name": "slabz-catalog",
      "type": "ui-component-catalog",
      "status": "alpha",
      "description": "Agent-agnostic component catalog. Declarative JSON schemas validated by AJV. Web3-native with x402 payments and ERC-4337 smart accounts.",
      "capabilities": ["atoms", "recipes", "a2ui-adapter", "web3-payments", "smart-accounts"],
      "protocols": ["x402", "erc-4337", "a2ui"],
      "npm": "@slabz/catalog-schema"
    },
    {
      "name": "slabz-agent",
      "type": "ui-orchestration",
      "status": "alpha",
      "description": "Agent-safe UI orchestration. Tri-split architecture sandboxes schema from behavior. Constitution-enforced validation. 6 surface types with spring animations and gesture support.",
      "capabilities": ["surfaces", "constitution-safety", "a2ui-ready", "gesture-support"],
      "protocols": ["a2ui"],
      "npm": "@slabz/engine"
    },
    {
      "name": "slabz-motion",
      "type": "animation-library",
      "status": "development",
      "description": "Modular animation library. Physics-based drag, trait-mapped surfaces, accessibility baked in. 10-45KB gzipped.",
      "capabilities": ["animation-presets", "physics-drag", "trait-mapping", "a11y"],
      "protocols": [],
      "npm": "@slabz/motion"
    },
    {
      "name": "dissolve",
      "type": "particle-engine",
      "status": "development",
      "description": "GPU-accelerated particle dissolution engine. Samples real DOM colors. WebGL2 + Worker support for 8,000+ particles at 60fps.",
      "capabilities": ["particle-dissolution", "webgl2", "dom-color-sampling", "worker-support"],
      "protocols": [],
      "npm": "@vxp/dissolve-core"
    }
  ],
  "protocols": {
    "x402": { "status": "implemented", "chain": "base", "description": "HTTP 402 micropayment protocol (Coinbase)" },
    "erc-4337": { "status": "implemented", "chain": "base", "description": "Smart account abstraction" },
    "a2ui": { "status": "partial", "description": "Google Agent-to-Agent UI adapter" }
  },
  "endpoints": {
    "capabilities": "/api/capabilities",
    "status": "/api/status",
    "llms_txt": "/llms.txt"
  },
  "meta": {
    "updated": "2026-03-10",
    "spec_version": "1.0.0"
  }
}
