Build with AI. Ship in 30 minutes. Compete all season.
ποΈ AI is a live AI build competition produced by Cortex Research Group. Builders join an X Space, get a 30-minute window to ship something on that night's theme, demo what they made, and rate each other's builds. Points carry across the season.
Live site: https://campai.cortexresearch.group
| Seasons | Episodes | Builders | Builds | Listens |
|---|---|---|---|---|
| 1 | 15 | 14 | 86 | 1.9K+ |
- Sign up β create an account with your name, email, and a password.
- Build β you get the window to build whatever you want on tonight's theme.
- Submit β tell us what you made, how it works, what models you used, what it cost, and the prompts/issues you ran into.
- Rate β everyone rates and comments on their favorite builds of the night.
This is the open space for people who want to help build the ποΈ AI website itself β not a build submission. If you're here to submit a build for an episode, do that on the live site.
site/ Static landing page β HTML/CSS/JS, no build step, no dependencies
.github/ Issue + PR templates, Pages deploy workflow
CONTRIBUTING.md How to set up, branch, and open a PR
No install, no package manager, no build step. Clone and serve:
git clone https://github.com/cortexresearch/campai.git
cd campai/site
python3 -m http.server 5173
# open http://localhost:5173Opening site/index.html directly in a browser also works.
The production app at campai.cortexresearch.group is a Next.js application with
accounts, build submissions, ratings, and a season leaderboard. Its source is not in this
repo yet β importing it is tracked as a pinned issue. Until then, contributions here target
the static marketing/landing surface in site/, which is intentionally dependency-free so
anyone can contribute with just a text editor and a browser.
- π¨ Design & polish β layout, typography, motion, dark/light theming
- βΏ Accessibility β keyboard nav, focus states, contrast, screen-reader labels
- π± Responsive β phones through ultrawide; the site should never scroll sideways
- π Copy β clearer explanations of the format, rules, and FAQ
- π Bugs β anything broken, anywhere
Browse good first issues to find something small to start with, or open an issue describing what you'd like to work on.
Read CONTRIBUTING.md before your first PR.
- Questions and ideas β Discussions
- Bugs and concrete tasks β Issues
- Episodes β live on X Spaces; see the Spaces page
Everyone participating here agrees to the Code of Conduct.
MIT Β© Cortex Research Group