A study website for HKUDS/OpenHarness, designed as a long-form architecture walkthrough with presentation cues inspired by ccunpacked.dev.
This project turns the OpenHarness README and architecture concepts into a single-page study microsite:
hero: high-level framing and stat cardsharness thesis: why the repo matters as an agent-systems referenceagent loop: the execution cycle, pseudocode, and runtime reading notesarchitecture explorer: subsystem cards and tool-family breakdownsstudy tracks: how to read the repo as a researcher, builder, or operatorquick start: install path, provider surface, and setup sequenceevidence: tests, extension compatibility, and takeaways
- Next.js 16
- React 19
- Tailwind CSS 4
next/fontfor typography
npm install
npm run devOpen http://localhost:3000.
npm run lint
npm run build- The page is intentionally dark, editorial, and diagram-forward rather than product-marketing generic.
- Typography uses a distinct display/body/mono split to stay away from default template aesthetics.
- Layout is mobile-safe and keeps the right-side study rail sticky on larger screens only.