Onboarding Videos
Purpose-built product demo videos for onboarding and support.
Product demos
Short, slow walkthroughs that show one Sparki workflow at a time.
These videos are generated from the local product with realistic Houszo demo data, then hosted as static assets so they can be linked from Notion or reused elsewhere.
The source of truth for the video list is the Notion page Onboarding video flows. The generator lives in sparki-e2e-tests and writes finished files to /public/onboarding-videos.
Run the full set from sparki-e2e-tests:
npm run docs:videosRun a smaller pass while reviewing a single flow:
ONBOARDING_VIDEO_LOCALES=en ONBOARDING_VIDEO_COLOR_MODES=dark ONBOARDING_VIDEO_FLOWS=4 npm run docs:videosEnglish Videos
1. Import a property from the CRM
2. Configure a project agenda
3. Publish a property
4. Customer books an appointment
5. Request documents and workflows
6. Open bidding and pre-validation
7. Inbox and interaction timeline
8. Updating and rescheduling appointments
9. AI integrations alpha
10. End-to-end office workflow
All Variants
Each video is generated for five locales and two color modes:
- English:
/onboarding-videos/en/light/...and/onboarding-videos/en/dark/... - Dutch:
/onboarding-videos/nl/light/...and/onboarding-videos/nl/dark/... - German:
/onboarding-videos/de/light/...and/onboarding-videos/de/dark/... - French:
/onboarding-videos/fr/light/...and/onboarding-videos/fr/dark/... - Spanish:
/onboarding-videos/es/light/...and/onboarding-videos/es/dark/...
The generated manifest.json is available at /onboarding-videos/manifest.json.