Choose a recording template

Templates nudge the recording style. They do not replace the prompt.

Start with auto

Use auto for ordinary product overview prompts:

bash
littledemo demos create \ --project proj_abc123 \ --prompt "Create a crisp 12 second overview of the product"

Switch to an explicit template when you know the shape you want.

Decision table

Desired resultTemplate
General polished product overviewcinematic
Straight page scanplain-scroll
Walkthrough across interface areasguided-tour
First viewport and primary CTAhero-spotlight
Feature cards, dashboards, integrationsfeature-sweep
Signup, form, checkout, search, request flowconversion-flow
Pricing cards and billing togglespricing-focus
Testimonials, logos, stats, awardsproof-scroll
A named section that does not fit abovesection-focus

Section focus

Use section-focus with --section when the page contains a named area.

bash
littledemo demos create \ --project proj_abc123 \ --prompt "Feature the security section" \ --template section-focus \ --section "security"

API format

json
{ "presentation": { "recordingTemplate": { "id": "section-focus", "sectionHint": "security" } }}

Practical rule

If the user would naturally describe the page area with one noun, use the matching template: pricing, proof, hero, conversion, feature. If not, use section-focus.

Ask a question... ⌘I