render_dashboard
Generate a standalone HTML dashboard from a VOC report, showing sentiment bar, pain-point panels, executive summary, and listing optimization card.
Instructions
Render a VOC report as a standalone black-gold HTML dashboard.
The output is single-file HTML — no external dependencies, opens directly
in any browser. Includes sentiment bar, pain-point / selling-point
panels, executive summary, and (if improvements provided) a
copy-ready listing optimization card.
Args:
report: Output from analyze_reviews / voc_full / analyze_csv.
improvements: Optional output from extract_listing_improvements.
product_name: Friendly product name for the headline.
output_path: Optional file path to write the HTML to.
Returns: {html, bytes, output_path}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | ||
| improvements | No | ||
| product_name | No | ||
| output_path | No |