I built a small open-source library called RotaGuide Spotlight.
It helps developers add step-by-step guides to complex web apps by tagging elements and writing the guide in markdown.
You can mark elements like:
guideTarget("save-button")
Then define the guide flow in markdown and trigger it with components like MarkdownGuideButton or MarkdownGuideTrigger.
I’m experimenting with a developer-friendly approach where guides can be versioned as files instead of configured in dashboards.
Would love feedback from frontend developers.