How to Record Your First Product Demo with Gasoline
A great demo should be repeatable, not stressful.
Here is a clean first setup using Gasoline Agentic Devtools.
Step 1: Choose a narrow demo goal
Section titled “Step 1: Choose a narrow demo goal”Pick one simple story, for example:
- “Create a new project”
- “Find and fix one bug”
- “Run one automated check”
Step 2: Start recording
Section titled “Step 2: Start recording”Use Gasoline recording controls to begin a session.
Step 3: Follow a script, not improvisation
Section titled “Step 3: Follow a script, not improvisation”Keep it short:
- Open the page
- Show the problem or task
- Show the action
- Show the result
Step 4: Capture proof during the demo
Section titled “Step 4: Capture proof during the demo”observe({what: "errors"})observe({what: "network_waterfall", status_min: 400})This proves the demo reflects real runtime behavior.
Step 5: Stop recording and save
Section titled “Step 5: Stop recording and save”Keep filename and notes clear so teammates can replay context quickly.
Bonus: generate a reproducible script
Section titled “Bonus: generate a reproducible script”generate({what: "reproduction"})Now your demo doubles as a technical artifact.
Image and Diagram Callouts
Section titled “Image and Diagram Callouts”[Image Idea] Demo timeline with key moments marked.
[Diagram Idea] Demo structure: context -> action -> proof -> outcome.