app
Adom Schematic
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
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
{
"schema_version": 1,
"slug": "adom-schematic",
"type": "app",
"title": "Adom Schematic",
"brief": "Interactive schematic viewer: your EDA's own render plus per-symbol highlighting and live MPN, stock and price on hover",
"version": "0.5.1",
"author": {
"name": "barrett-land",
"email": "[email protected]"
},
"tags": [
"kicad",
"schematic",
"eda",
"viewer",
"bom",
"stock",
"price",
"jlcpcb",
"interactive",
"embed",
"altium",
"fusion",
"eagle",
"pcbdoc",
"schdoc"
],
"license": "proprietary",
"visibility": "public",
"hero": {
"type": "image",
"path": "docs/hero.png"
},
"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"
}
],
"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.",
"metadata": {},
"created_at": "2026-07-29T15:10:42.098Z",
"updated_at": "2026-07-29T15:10:42.098Z",
"install": {
"binary_name": "",
"install_dir": "",
"install_hint": "",
"version_cmd": ""
},
"skills": [],
"org": "adom",
"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
}