HACK//OPS · OP001 · KARLSRUHE · 23.07.2026
SLOPATHON puts builders in one room with one rule:
Build the most gloriously cursed, over-engineered, useless-but-working prototype you can.
Bad ideas are welcome.
No pitch decks. No prize pool. No recruiter booths.
This repository is the public archive for SLOPATHON OP001. Every team submits one project folder via pull request.
- One folder per team under
projects/. - Only touch your own folder. Do not edit other teams’ folders.
- Working > pretty. Ugly is fine. Barely working is fine.
- No secrets. Do not commit API keys, passwords, tokens, private data. (Please dont)
Create one folder:
projects/<your-project-name>/
Copy the template:
projects/_template/
Then build inside your folder.
[SUBMISSION] <Project name>
- Fork the repo.
- Create a new branch.
- Copy the template folder into your own project folder.
- Add your code + fill out your project README.
- Open a pull request back to the main repo.
If you get stuck, ask an organizer. Draft PRs are welcome.
USER="<your-username>" PROJECT="cursed-toaster" && git clone "https://github.com/$USER/SLOPATHON.git" && cd SLOPATHON && git remote add upstream https://github.com/HACK-OPS-KA/SLOPATHON.git && git fetch upstream && git checkout -b "submission/$PROJECT" upstream/main && cp -r projects/_template "projects/$PROJECT" && ${EDITOR:-nano} "projects/$PROJECT/README.md" && git add "projects/$PROJECT" && git commit -m "Add $PROJECT submission" && git push -u origin HEADYou have 3 minutes to show:
- The bad idea (one sentence)
- The build (what did you make?)
- The proof (run it)
- The damage (what broke beautifully?)
HACK//OPS