Ship log
Changelog
A short record of what shipped, why it changed, and what the iteration taught.
Update
src/data/changelog.ts after each merge. One useful sentence about what you learned matters more than a long feature inventory.Lab foundation
- Added shared navigation, responsive styling, and a dark-mode preference.
- Created the experiment directory and core routes.
- Added browser-only prototypes for reading, qualification, and account POV work.
Learned: Astro can render most of the site as static HTML while small scripts add interaction only where a page needs it.