Intro, transition, closing, form, and embed screens in demo.config.json.
Cover steps are full-screen moments that are not tied to a captured product screen. Use them for introductions, transitions, endings, lead capture, embedded content, and calls to action.A closing screen is usually just the final cover step, with a button to replay the demo or open another URL.
{ "kind": "cover", "id": "intro", "widgets": [ { "type": "headline", "id": "intro-headline", "title": "Your demo in *60 seconds*.", "description": "Spin up a sharable demo from a single prompt.", "cta": { "label": "Get started", "animation": "shimmer", "action": { "type": "next" } } } ], "advance": { "trigger": "click" }}