Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.13 KB

File metadata and controls

35 lines (22 loc) · 1.13 KB

forkzero.ai

Landing page and hosted lattice reader for Forkzero.

Projects

  • Lattice — Knowledge coordination protocol for human-agent collaboration
  • Team of Rivals — Multi-agent debate system
  • s3proxy — Streaming S3 proxy

Hosted Reader

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>

Lattice

This repo is tracked with Lattice. The .lattice/ directory contains branding strategy and website requirements.

View Lattice Documentation

Development

npm install
npm run dev      # http://localhost:5173
npm run build    # Production build → dist/

Stack

React 19 + Vite + TypeScript. Inline styles (no CSS framework). Deployed to S3 + CloudFront.