Landing page and hosted lattice reader for Forkzero.
- Lattice — Knowledge coordination protocol for human-agent collaboration
- Team of Rivals — Multi-agent debate system
- s3proxy — Streaming S3 proxy
The site includes a hosted lattice reader at /reader. Any project that exports lattice export --format json can render its documentation here:
https://forkzero.ai/reader?url=<your-published-json-url>
This repo is tracked with Lattice. The .lattice/ directory contains branding strategy and website requirements.
npm install
npm run dev # http://localhost:5173
npm run build # Production build → dist/React 19 + Vite + TypeScript. Inline styles (no CSS framework). Deployed to S3 + CloudFront.