The single home for every Open Earth Foundation hackday — past, present, and future. One repo, all events, all teams, all apps.
hackdays/
├── events/ ← one folder per hackday event
│ ├── 2026-06-11-unlock-the-money/ ← example: Q2 2026 hackday
│ │ ├── README.md ← theme, schedule, teams, results
│ │ ├── IDEAS.md ← idea bank for this event
│ │ └── apps/ ← all team apps for this event
│ │ ├── _template/ ← copy this to start
│ │ ├── team-alpha/
│ │ └── team-beta/
│ └── 2026-09-xx-next-event/ ← next hackday goes here
├── templates/ ← reusable app starters (Next.js, Python, etc.)
├── docs/ ← evergreen guides (how to use Cursor, git basics, etc.)
├── GETTING-STARTED.md ← START HERE if you're new
└── README.md ← you are here
| What | Where |
|---|---|
| I'm new, help! | GETTING-STARTED.md |
| Current event | events/2026-06-11-unlock-the-money/ |
| How to use Cursor + Claude | docs/cursor-guide.md |
| App templates | templates/ |
If you're organizing the next hackday:
- Create a new folder:
events/YYYY-MM-DD-event-name/ - Copy the structure from a previous event (README.md, IDEAS.md, apps/_template/)
- Update the "Current event" link in this README
- Announce in Slack with the link to the event README
- One repo. All hackday work lives here. No separate repos.
- One branch per team. Format:
hackday/YYYY-MM-DD/team-name(e.g.,hackday/2026-06-11/trust-score) - Cursor + Claude. Our standard AI-assisted development stack.
- Document as you build. Your README is your demo.
- Ship > polish. Working > beautiful. Visible > invisible.
| Date | Theme | Teams | Highlights |
|---|---|---|---|
| 2026-06-11 | Unlock the Money | in progress | — |
AGPL-3.0