> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipstar.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# generate_feature_page

> Kick off generation of a marketing feature landing page

Generates a marketing-style feature landing page from recent commits. Background task; returns a pending content record.

## Arguments

| Name           | Type              | Default      | Description                           |
| -------------- | ----------------- | ------------ | ------------------------------------- |
| `start_date`   | string (ISO-8601) | 7 days ago   | Earliest commit timestamp to include. |
| `end_date`     | string (ISO-8601) | now          | Latest commit timestamp to include.   |
| `product_name` | string            | project name | Override the product name.            |

## Returns

```json theme={null}
{ "content_id": "...", "status": "pending" }
```

## Example prompts

> "Draft a feature landing page for what we shipped this sprint."
