{
  "slug": "adom-2dboard",
  "version": "0.4.1",
  "type": "app",
  "description": "Interactive 2D board view: your EDA's own PCB render plus live net/trace highlighting and per-pad stock, price and wiki lookup",
  "dependencies": {
    "adom/adom-parts-search": "*"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "hero": {
    "type": "image",
    "path": "docs/hero.png"
  },
  "discovery_triggers": [
    "show me the pcb",
    "open the board layout",
    "view this kicad_pcb",
    "highlight this net",
    "what net is this pad on",
    "what trace is this",
    "make the pcb preview clickable",
    "interactive pcb view",
    "embed a board view in my app",
    "what part is this on the board"
  ],
  "discovery_pitch": "Use to view or embed a PCB layout that looks exactly like the user's EDA drew it, with clickable nets, traces and pads plus live stock, price and wiki data per part.",
  "sample_prompts": [
    {
      "label": "Open a board",
      "prompt": "open this kicad_pcb so I can click around it"
    },
    {
      "label": "Trace a net",
      "prompt": "show me everything on the +3.3V net on this board"
    },
    {
      "label": "Identify a pad",
      "prompt": "what net is this pad on, and is the part in stock?"
    },
    {
      "label": "Embed it",
      "prompt": "replace the flat PCB image in my app with an interactive board view"
    }
  ],
  "tags": [
    "kicad",
    "pcb",
    "2d",
    "board",
    "layout",
    "eda",
    "viewer",
    "netlist",
    "traces",
    "svg",
    "interactive",
    "embed",
    "altium",
    "fusion",
    "eagle",
    "pcbdoc",
    "schdoc"
  ]
}