Skip to content

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.

Pick one simple story, for example:

  • “Create a new project”
  • “Find and fix one bug”
  • “Run one automated check”

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:

  1. Open the page
  2. Show the problem or task
  3. Show the action
  4. Show the result
observe({what: "errors"})
observe({what: "network_waterfall", status_min: 400})

This proves the demo reflects real runtime behavior.

Keep filename and notes clear so teammates can replay context quickly.

generate({what: "reproduction"})

Now your demo doubles as a technical artifact.

[Image Idea] Demo timeline with key moments marked.

[Diagram Idea] Demo structure: context -> action -> proof -> outcome.