Storybook Interactive Guides
Storybook provides interactive, step-by-step documentation for both user and speaker onboarding.
Available Guides
User Onboarding Guide
- Step 1: Sign In to Your Account
- Step 2: Explore Speakers & Events
- Step 3: Send a Meeting Request
- Step 4: Track Your Requests
- Troubleshooting: Loading issues and solutions
Speaker Onboarding Guide
- Step 1: Sign In to Your Speaker Account
- Step 2: View Meeting Requests
- Step 3: Accept Meeting Requests
- Step 4: Craft and Manage Your Schedule
- Step 5: Decline Requests (If Needed)
- Troubleshooting: Loading issues and solutions
Accessing the Guides
Development
npm run storybook
Then navigate to:
- User Guide:
http://localhost:6006/?path=/docs/guides-user-onboarding--docs - Speaker Guide:
http://localhost:6006/?path=/docs/guides-speaker-onboarding--docs
Production (Static Site)
npm run build-storybook
Deploy the storybook-static/ directory to your hosting service.
Features
✅ Interactive Navigation - Step through each guide sequentially ✅ Visual Documentation - Clear, formatted instructions ✅ Troubleshooting - Built-in help sections ✅ Component Examples - See components in action ✅ Fully Static - No server required after build ✅ Mobile Friendly - Responsive design
Integration
The guides are accessible from:
- The in-app docs screen (button opens Storybook)
- Direct URL to Storybook static site
- Embedded in email links that point to the published docs or Storybook URL
Customization
Edit the guide stories in:
apps/docs/docs/guides/UserOnboardingGuide.stories.tsxapps/docs/docs/guides/SpeakerOnboardingGuide.stories.tsx
Add screenshots, animations, or interactive demos as needed.