Quickstart
Go from zero to a published demo in 5 minutes
Quickstart
This guide walks you through recording your first demo, uploading it, and sharing it.
Prerequisites
- Rust toolchain installed
- Google Chrome or Chromium installed
- A Stepshots account
Steps
Install the CLI
Verify the installation:
Initialize a config
In your project directory, run:
This creates a stepshots.config.json with a sample tutorial. Edit it to point at your app:
Record the demo
The CLI launches headless Chrome, runs the configured flow, and saves screenshots into a .stepshot bundle in the output/ directory. This works best for stable, predictable steps.
Use stepshots preview onboarding to watch the recording in a visible browser window before committing.
Upload to Stepshots
Or set STEPSHOTS_TOKEN as an environment variable and omit the --token flag. See API Keys to generate one.
Edit and share
Open the Stepshots dashboard, find your demo, and use the overlay editor to add highlights, callouts, or blur regions.
When you're ready, toggle visibility to **Public** and copy the viewer link to share it.
What's Next
- Configuration — Full config file reference
- Recording — How recording works under the hood
- Overlay Editor — Learn all the editor tools