Skip to content

Wildmatch static assets (Phase 23 — Learn by example)

Profile photos and deck data for Wildmatch, the "Tinder for wildlife" example app in the Learn by example story doc (HEN-481/HEN-482/HEN-484).

  • photos/*.svg — original hand-drawn flat vector portraits, made for this repo (no third-party art, no licensing constraints). Pure shapes, no fonts, no filters, no external references — so Playwright screenshots of the app render identically on every platform. That determinism is the point: this app exists to demo drift detection, and its assets must never be the source of drift.
  • animals.json — the swipe deck (id, name, species, funFact, photo). capture-wildmatch.sh copies this + the photos into the throwaway app workdir; the story's drift stages edit copies (a fun fact changes, an animal disappears), never these sources.

Source-available: CLI under FSL-1.1-ALv2, cloud server under BUSL-1.1. See Licensing.