This is the public home for hackathon tracks sponsored by BasedAI. Each event lives in its own directory, and participants submit their projects here via Pull Request.
⚠️ This is a public repository. Never commit secrets — API keys,.envfiles, and especially crypto wallet private keys or seed phrases. See SECURITY.md.
| Event | When | Status | Submit here |
|---|---|---|---|
| UK AI Agent Hackathon EP.5 | 28 Jun – 4 Jul 2026 · Imperial College London | 🟢 Open | UK-AI-Agent-EP5/ |
We use a PR-per-team model:
- Fork this repository.
- Copy the event's
submissions/_TEMPLATE/folder tosubmissions/<your-team-name>/. - Add your project there and open a Pull Request into
main.
Your PR should only touch files inside your own team folder. Full instructions are in CONTRIBUTING.md, and event-specific rules (bounty, deadline, judging) are in each event's README.
.
├── README.md ← you are here
├── CONTRIBUTING.md ← general submission process (all events)
├── SECURITY.md ← what not to commit + how to report a leak
├── LICENSE
├── .gitignore ← repo-wide ignore rules (secrets, build output, …)
├── .gitleaks.toml ← secret-scanning rules (incl. crypto keys)
├── .github/ ← CI, CODEOWNERS, PR/issue templates
└── <EVENT-NAME>/ ← one directory per hackathon
├── README.md ← event rules, bounty, deadline, judging
└── submissions/
├── _TEMPLATE/ ← copy this to start your submission
└── <team-name>/ ← your project
Repository scaffolding is licensed under MIT. Each submission remains the
property of its authors — teams may include their own LICENSE file inside their folder.