Proof of work — not a résumé
Show, don't tell.
Apply nowWhat you can submit five kinds → two lanes
01 / executable
A zip that runs
Manifest + entry point. Run in a sandbox; we capture stdout, exit code, a screenshot.
02 / video
A video
.mp4 or .webm, streamed inline. No code, nothing to run.
03 / game
A game
WASM / HTML5 build, or native and sandboxed. We play it or screenshot it.
04 / html
An HTML deck
A zip with index.html, rendered in a sandboxed iframe.
05 / skill
A skill
A packaged skill or agent, run against a fixed test harness.
Submit your work zip ≤ 50MB · readme required
What goes in the zip executable / game / skill
your-project.zip ├── submission.json manifest — entry point, runtime, limits ├── README.md human-facing — required, and scored └── ... your code / build
HTML decks need index.html instead of a manifest. Videos need no zip.
Every submission runs with no network, a hard timeout, and a wiped filesystem.