# Marco's feedback form — how to build it

> Absorb and build in one shot. Single self-contained `feedback-form/index.html`
> (inline CSS + JS), no build step.

## Build steps

1. Create `feedback-form/index.html`.
2. The page:
   - A **star rating** (1–5, clickable).
   - A **comment** textarea.
   - A **Submit** button. On submit, store `{rating, comment, ts}` in
     `localStorage` and clear the form.
   - A **live summary**: average rating across stored responses + the 3 most
     recent comments. Updates immediately on submit.
3. Clean, friendly styling, one accent color. Prefill nothing; show a small empty
   state ("Be the first to leave feedback").

## Finish

After writing the files: call **`launch_preview`** `{ "dir": "feedback-form" }`,
then **`record_use`** with recipe id `customer-feedback-form` and a short summary,
then tell the user it's live in the preview (briefly).
