You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fully GitHub-native hackathon platform — no separate backend, no external services. Everything runs on GitHub: Issues, Actions, Projects, Discussions, Pages, and Releases. Solutions are evaluated automatically by GPT-4o via the GitHub Models API.
How It Works
Feature
GitHub Primitive
Submission intake
GitHub Issues + Issue Forms (3 structured templates)
Scoring runs automatically via evaluate-submission.yml when a solution issue is labeled status/pending-evaluation. Results appear as a comment on the issue within ~2 minutes.
Bootstrap the repo — Run the setup-repository.yml workflow. This creates all labels, milestones, and the Projects v2 judging board.
Set PROJECT_NUMBER — Copy the project number from the workflow output and add it as a repository variable: Settings → Secrets and Variables → Actions → Variables.