Creytix

Guided walkthroughs

Step-by-step in-app tours, plus recording your own walkthrough for teammates to replay.

AI

Preview — early access.

Overview

Guide Me is a contextual, step-by-step tour that highlights real elements in the app and waits for you to click or fill them in before moving on. Alongside the pre-built paths, you can record your own walkthrough of a real flow and save it for teammates to replay later.

How it works

A guide path is a named sequence of steps, each targeting one or more real elements on the page and an instruction for what to do with it — the tour waits for that click or input before advancing. Pre-built paths ship as data; recorded ones capture your actual clicks as you work through a flow, computing a stable selector for each target (including elements that don't have a built-in guide tag) and letting you attach a note explaining what to notice at each step. Recorded walkthroughs land in a list on the IDE Ops page for anyone to replay.

Steps

  1. Start a guided tour

    Click "Guide Me" (available from IDE Ops and other guided surfaces) and pick a path.

  2. Follow the highlighted steps

    Each step highlights the real element to interact with — click or fill it in to advance.

  3. Record your own walkthrough

    Click "Record walkthrough," perform the flow you want to capture, and stop recording when you're done.

  4. Add notes as you go

    Attach a short note to a step explaining what to notice or why it matters.

  5. Save and share it

    Save the recording — it appears in the Walkthroughs list on IDE Ops for teammates to replay.

Capabilities

  • Pre-built guide paths for core flows, hand-authored and versioned.
  • Click-to-advance tours — a step only completes when you actually perform it, not just view it.
  • Recording — capture a real sequence of clicks into a new guide path, including a stable selector for elements without a built-in guide tag.
  • Per-step annotations — explain the "why," not just the "what," at each recorded step.
  • A shared walkthroughs list on IDE Ops for anyone to replay.

Limits & honest scope

  • Recorded selectors are computed automatically and can be brittle if the UI changes significantly after recording — expect to re-record after a major layout change.
  • Screenshot references for recorded steps depend on a separate Playwright runner and aren't guaranteed to be filled in for every walkthrough.
  • This is an in-app tour system, not a full video-recording or screen-capture tool.