Interactive web app for exploring the SOM workbook by device, region, partner, form factor, lifecycle status, and partner program.
Published from:
https://github.com/TexasInstruments-Sandbox/SOM-Explorer
Pages URL:
https://texasinstruments-sandbox.github.io/SOM-Explorer/
From this directory:
python3 -m http.server 5173Open:
http://localhost:5173
The app reads data/soms.json, generated from:
/Users/grippy/Downloads/TI-SOM-List-Dec11-Rev01.xlsx
Normalized form-factor families are included alongside the original workbook form-factor value.
Start the same local server, then open:
http://localhost:5173/editor.html
Use the visual editor to add or edit SOM boards. When finished, download both generated files and replace:
data/soms.json
data/soms-data.js
Review the Explorer, then commit and push the changed files.
Partner logo placeholders live in:
assets/logos/
Replace any partner SVG in that folder with the real logo using the same filename, or update assets/logos/manifest.json if a different filename is preferred.
Partner page links live in:
data/partners.json
The current links are placeholders and can be replaced with the final partner URLs.
Form-factor placeholder logos live in:
assets/form-factors/
Replace those SVGs with final artwork using the same filenames, or update assets/form-factors/manifest.json.