Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 965 Bytes

File metadata and controls

39 lines (29 loc) · 965 Bytes

hackathon-curator

Grand Prize winner of the Man vs. Machine hackathon featured in Wired.

Curator is a tiny toolkit that captures GitHub diffs, scores every token for risk, and overlays a heatmap so reviewers immediately see what matters.

Product screenshots

Run Curator button on a GitHub pull request

Token risk heatmap overlay on diff content

Curator reviewer panel with highlighted diffs

Curator flow from diff capture to reviewer guidance

Run the algo server

cd algo
npm install
npm run dev
# localhost:3005

Run the test server

cd test-server
npm install
npm run dev
# localhost:3030

Run the curator extension

cd curator
npm install
npm run watch
npm run dev  # in new terminal