What problem does it solve?
This Skill provides a robust framework for creating interactive, cross-page product tours and tutorials within React Single Page Applications, ensuring a smooth and guided user onboarding experience.
Core Features & Use Cases
- Finite State Machine (FSM) Driven: Ensures deterministic progression and state management for tutorials.
- Flexible Step Definitions: Supports steps based on element selectors, custom events, or highlight-only actions.
- Interactivity Locking: Prevents user interaction outside the targeted element during specific steps.
- Rich Media Support: Integrates images and videos directly into tutorial steps.
- Use Case: Guide new users through the complex features of a SaaS application, ensuring they understand key workflows like setting up a project, inviting team members, and configuring settings, all without leaving the app.
Quick Start
Use the react-tutorial-fsm skill to implement a guided product tour for new users in your React application.