APP v0.1.7

Adom Parts Search

Unified parts search across Mouser + DigiKey + JLCPCB in parallel. Side-by-side comparison with product photos. Mouser-preferred routing (40-min drone to Fort Worth, near-zero shipping).

Adom Parts Search
โšก Install this app

Paste this into Claude Code (VS Code panel, Adom editor, or terminal) to install:

I want to install the "Adom Parts Search" app from the Adom Wiki (https://wiki-ufypy5dpx93o.adom.cloud/wiki/apps/adom-parts-search). For the Docker CLI: curl -fsSL https://wiki-ufypy5dpx93o.adom.cloud/static/apps/adom-parts-search/adom-parts-search -o /tmp/adom-parts-search && chmod +x /tmp/adom-parts-search && sudo install -m 0755 /tmp/adom-parts-search /usr/local/bin/adom-parts-search && adom-parts-search install Then verify the install works.

Download v0.1.7

โŠž Windows coming soon
macOS coming soon
๐Ÿง Linux coming soon
๐Ÿณ Adom Docker CLI adom-parts-search ยท

See all releases on GitHub

adom-parts-search

Parallel parts search across Mouser + DigiKey + JLCPCB, rendered side-by-side with product photos. Uses the existing vendor CLIs (adom-mouser, adom-digikey, adom-jlcpcb) as primitives and applies the Adom Mouser-preferred routing policy.

Unified parts search showing STM32F103 across Mouser, DigiKey, and JLCPCB side by side

Why Mouser is preferred

  • 40-minute drone delivery from Mouser's Mansfield, TX fulfillment center to our Fort Worth facility (~15 miles)
  • Near-zero shipping cost (drone route, Mouser-operated)
  • DigiKey is only picked when Mouser is out of stock, lead time is >14 days, or DigiKey is >30% cheaper on volume

Use

# CLI (JSON on stdout, unified across all 3 vendors)
adom-parts-search search "iCE40HX4K-TQ144" --limit 5

# Hydrogen webview โ€” 3-column grid with product photos, buy/datasheet links, zoom
adom-parts-search app

Architecture

Client-only, no service container of its own. Coordinates three existing Tier A vendor backends:

  any user container
      โ”‚
      โ–ผ
  adom-parts-search CLI / app
      โ”‚  (3 parallel HTTP POSTs)
      โ”œโ”€โ”€โ–ถ mouser-xr8t4f5d01bt.adom.cloud    (adom-mouser)
      โ”œโ”€โ”€โ–ถ digikey-gjuu8l5t69uh.adom.cloud   (adom-digikey)
      โ””โ”€โ”€โ–ถ jlcpcb-wela51osctvp.adom.cloud    (adom-jlcpcb)

Each vendor backend self-heals via its own cron watchdog (every 2 min). This app just aggregates + renders.

Install

Tier A โ€” gallia/install.mjs pulls it from the wiki on every gallia container. Or run the paste-install one-liner on the wiki page.

Source

adom-inc/adom-parts-search (private).

ADOM
adom-parts-search 1 month ago
no description โ€” ask the uploader to set one
3.2 MB
MD
SKILL.md 1 month ago
no description โ€” ask the uploader to set one
9.5 KB
MD
BUILD-SKILL.md 1 month ago
no description โ€” ask the uploader to set one
2.5 KB

Install notes

Adom Docker CLI install steps
curl -fsSL https://wiki-ufypy5dpx93o.adom.cloud/static/apps/adom-parts-search/adom-parts-search -o /tmp/adom-parts-search && chmod +x /tmp/adom-parts-search && sudo install -m 0755 /tmp/adom-parts-search /usr/local/bin/adom-parts-search && adom-parts-search install

Screenshots

Sub-Skills
?
What are Sub-Skills?

Sub-skills are community-contributed AI skill extensions for this component. They teach AI assistants about specific tools, configurators, or workflows.

Examples:

  • A manufacturer’s configuration tool for a motor controller
  • A community-written design guide for an amplifier circuit
  • An automated test/validation script for a sensor module

How to add one: Click Add Sub-Skill, provide the URL to your skill and a brief description. Submissions are reviewed by the Adom team before going live.

No sub-skills yet. Be the first to contribute one!

๐Ÿ”Ž How Claude finds this page (discovery snippet)

This page opts into Adom Wiki auto-discovery. When a user working in Claude Code mentions any of the trigger phrases below, Claude can proactively suggest this page. The pitch is exactly what Claude will say.

Pitch
"Search Mouser + DigiKey + JLCPCB in parallel with product photos; Mouser-preferred routing for 40-min drone delivery from Mansfield to our Fort Worth facility."
Triggers
"parts search", "find part", "source component", "source part", "compare distributors", "compare vendors", "Mouser or DigiKey", "BOM sourcing", "price this part", "where can I get", "check stock", "parts availability", "fastest delivery"

Recent activity

3 commits