app
adom-schematic-viewer
Public Made by Adomby adom
Interactive schematic viewer: your EDA's own render plus per-symbol highlighting and live MPN, stock and price on hover
{
"slug": "adom-schematic-viewer",
"version": "0.1.0",
"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": {
"headline": "The schematic your EDA drew, with every part priced",
"subhead": "Hover a symbol to halo it and see its MPN, stock and price; click to pin the card and open JLCPCB or its wiki page. Embeds as a live view in any app.",
"screenshot": "screenshots/shot.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"
]
}