app
hero-picker
Public Unreviewedby Caleb
Interactive orientation picker and hero renderer for molecule GLBs. Serves a Hydrogen webview UI with X/Y/Z rotation bars over studio base renders, true-render preview, and one-click 1200x630 hero sav
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
{
"slug": "hero-picker",
"version": "1.0.0",
"type": "app",
"description": "Interactive orientation picker and hero renderer for molecule GLBs. Serves a Hydrogen webview UI with X/Y/Z rotation bars over studio base renders, true-render preview, and one-click 1200x630 hero save — the numbers you pick are the exact renderer flags.",
"tags": [
"app",
"hero",
"thumbnail",
"render",
"glb",
"molecule",
"studio"
],
"hero": {
"type": "billboard",
"headline": "Hero Picker",
"subhead": "Pick a board orientation with sliders, save a studio hero at 1200x630",
"screenshot": "screenshots/hero.png"
},
"discovery_triggers": [
"hero picker",
"thumbnail orientation",
"rotate thumbnail",
"board hero render",
"pick thumbnail angle",
"studio render glb",
"molecule thumbnail"
],
"discovery_pitch": "Hero Picker — point it at GLBs, drag X/Y/Z bars in a Hydrogen tab until the board sits right, then hit save for a crisp 1200x630 studio hero. The slider values are the exact --spin/--tiltx/--tilty flags of the bundled renderer.",
"dependencies": {},
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"sample_prompts": [
{
"label": "Pick an angle",
"prompt": "The thumbnail is rotated the wrong way, let me guide the orientation"
},
{
"label": "Hero from GLB",
"prompt": "Render a crisp 1200x630 hero image for this board GLB"
},
{
"label": "Compare boards",
"prompt": "Open the hero picker on the workcell and scaffold models"
},
{
"label": "Reproduce flags",
"prompt": "What spin and tilt flags reproduce the thumbnail I picked?"
}
],
"author": {
"name": "Caleb",
"email": "[email protected]"
},
"visibility": {
"public": true
}
}