{
  "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
  }
}