Experiments is a repository full of subdirectories. Each subdirectory has its own little experiment and some sort of probably tiny web UI.
- Streak Tracker – A PWA for recording daily streaks with offline support and installability.
- Counter – A lightweight browser counter with increment and reset actions that logs completed counts in a history.
- V Points – A single-page climbing volume tracker that totals V grades and attempts from a persistent action log.
Commitment explored a tiny precommitment flow: pick an action for the day, then return later to record whether you kept the commitment. It was a way to separate intent from follow-through and capture that simple accountability loop.
make devruns all tests/builds, watches all projects for changes, and servessite/athttp://localhost:8000.- Requires
watchexec(e.g.,brew install watchexec).