Sparki Docs

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:videos

Run a smaller pass while reviewing a single flow:

ONBOARDING_VIDEO_LOCALES=en ONBOARDING_VIDEO_COLOR_MODES=dark ONBOARDING_VIDEO_FLOWS=4 npm run docs:videos

English Videos

1. Import a property from the CRM

Light mode · Dark mode

2. Configure a project agenda

Light mode · Dark mode

3. Publish a property

Light mode · Dark mode

4. Customer books an appointment

Light mode · Dark mode

5. Request documents and workflows

Light mode · Dark mode

6. Open bidding and pre-validation

Light mode · Dark mode

7. Inbox and interaction timeline

Light mode · Dark mode

8. Updating and rescheduling appointments

Light mode · Dark mode

9. AI integrations alpha

Light mode · Dark mode

10. End-to-end office workflow

Light mode · Dark mode

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.

On this page