{
  "slug": "adom-schematic",
  "version": "0.5.1",
  "type": "app",
  "description": "Interactive schematic viewer: your EDA's own render plus per-symbol highlighting and live MPN, stock and price on hover",
  "dependencies": {
    "adom/adom-jlcpcb": "*"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "hero": {
    "type": "image",
    "path": "docs/hero.png"
  },
  "discovery_triggers": [
    "show me the schematic",
    "open this kicad_sch",
    "what is U1",
    "what part is this symbol",
    "how much does this part cost",
    "is this chip in stock",
    "view the schematic for this board",
    "interactive schematic view",
    "embed a schematic in my app",
    "price out the parts on this sheet"
  ],
  "discovery_pitch": "Use to view or embed a schematic that looks exactly like the user's EDA drew it, where hovering a symbol identifies the part and shows its live MPN, stock and price.",
  "sample_prompts": [
    {
      "label": "Open a schematic",
      "prompt": "open this kicad_sch so I can see what each symbol is"
    },
    {
      "label": "Identify a part",
      "prompt": "what is U1 on this schematic and what does it cost?"
    },
    {
      "label": "Check stock",
      "prompt": "are all the parts on this sheet in stock at JLCPCB?"
    },
    {
      "label": "Embed it",
      "prompt": "replace the flat schematic image in my app with an interactive view"
    }
  ],
  "tags": [
    "kicad",
    "schematic",
    "eda",
    "viewer",
    "bom",
    "stock",
    "price",
    "jlcpcb",
    "interactive",
    "embed",
    "altium",
    "fusion",
    "eagle",
    "pcbdoc",
    "schdoc"
  ]
}
