Recipes
Task router — how do I… → the recipe.
Every recipe is a delta from the starter’s hero section — never a
from-scratch file — ending in the same author loop
as everything else in this corpus: edit, preview, check. Find your task below and
copy the shapes from its recipe, not from memory.
| How do I… | Recipe |
|---|---|
| add an image slot the editor can crop | image-slot-crop.md |
| fill a slot from a property fact without AI | bind-property-fact.md |
| give the user a closed set of choices | select-slot.md |
| add a repeating list the user edits per item (unit table, cards, gallery) | collection-slot.md |
| have AI write a slot’s content | fill-spec-decision.md |
| source a fixture from a real property, not invented values | pick-a-scenario.md |
| preview a section’s structural edge cases / states | fixture-states.md |
| make part of a section interactive (an island) | interactive-island.md |
| collect contact details from a visitor (a lead form) | lead-form.md |
| organize a section’s files beyond the four reserved | organize-section-folder.md |
| ship a static asset (image/svg/font) with a section | static-asset.md |
| use a third-party npm package in a section | third-party-package.md |
| add another template to the workspace | second-template.md |
| package a template for submission | prepare-submission.md |