Choose a recording template
Pick the right template for hero, pricing, proof, feature, conversion, scroll, and tour recordings.
Templates nudge the recording style. They do not replace the prompt.
Start with auto
Use auto for ordinary product overview prompts:
bashlittledemo 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 result | Template |
|---|---|
| General polished product overview | cinematic |
| Straight page scan | plain-scroll |
| Walkthrough across interface areas | guided-tour |
| First viewport and primary CTA | hero-spotlight |
| Feature cards, dashboards, integrations | feature-sweep |
| Signup, form, checkout, search, request flow | conversion-flow |
| Pricing cards and billing toggles | pricing-focus |
| Testimonials, logos, stats, awards | proof-scroll |
| A named section that does not fit above | section-focus |
Section focus
Use section-focus with --section when the page contains a named area.
bashlittledemo 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.