app
Adom 2D Board
Public Made by Adomby adom
Interactive 2D board view: your EDA's own PCB render plus live net/trace highlighting and per-pad stock, price and wiki lookup
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
{
"schema_version": 1,
"slug": "adom-2dboard",
"type": "app",
"title": "Adom 2D Board",
"brief": "Interactive 2D board view: your EDA's own PCB render plus live net/trace highlighting and per-pad stock, price and wiki lookup",
"version": "0.4.1",
"author": {
"name": "barrett-land",
"email": "[email protected]"
},
"tags": [
"kicad",
"pcb",
"2d",
"board",
"layout",
"eda",
"viewer",
"netlist",
"traces",
"svg",
"interactive",
"embed",
"altium",
"fusion",
"eagle",
"pcbdoc",
"schdoc"
],
"license": "proprietary",
"visibility": "public",
"hero": {
"type": "image",
"path": "docs/hero.png"
},
"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"
}
],
"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.",
"metadata": {},
"created_at": "2026-07-29T15:10:38.959Z",
"updated_at": "2026-07-29T15:10:38.959Z",
"install": {
"binary_name": "",
"install_dir": "",
"install_hint": "",
"version_cmd": ""
},
"skills": [],
"org": "adom",
"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
}