Spaced-repetition trainer for PostHog employee names. Photo → type the name → reveal team and location. First-try correct = mastered (never shown again). Misses go into a Leitner-style review queue.
./fetch-data.sh # snapshot employees.json from posthog.com (needs jq)
python3 -m http.server 8000 # serve the static files
Open http://localhost:8000.
Progress is stored in localStorage (posthog-sr-state, posthog-sr-step). Use the "Reset progress" link in the footer to start over.
index.html,style.css,app.js— the app.employees.json— local snapshot of the 202 team members.fetch-data.sh— refreshes the snapshot.