app
adom-layout-viewer
Public Made by Adomby adom
Interactive PCB layout viewer: your EDA's own render plus live net/trace highlighting and per-pad stock, price and wiki lookup
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
{
"slug": "adom-layout-viewer",
"version": "0.3.2",
"type": "app",
"description": "Interactive PCB layout viewer: your EDA's own 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": "billboard",
"headline": "Your board, exactly as your EDA drew it — but clickable",
"subhead": "Click a pad to light up its whole net. Hover for MPN, stock, price and wiki page. Embeds as a live PCB view in any app.",
"screenshot": "screenshots/shot.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",
"layout",
"eda",
"viewer",
"netlist",
"traces",
"svg",
"interactive",
"embed",
"altium",
"fusion",
"eagle",
"pcbdoc",
"schdoc"
],
"author": {
"name": "barrett-land",
"email": "[email protected]"
},
"visibility": "public",
"org": "adom"
}