Built with it.
This website is designed and built with AI assistance, plainly, as working proof of the premise this club is built on: you learn AI by building with it.
Ordinary tools, used well.
Next.js 16 (App Router), React 19, and TypeScript. Styling runs through a small design-token system, colors, type, and spacing defined once in src/brand/tokens, rather than a component library. Fonts are self-hosted through next/font, so nothing here waits on a third-party request. Most pages are plain server components: the words you're reading were rendered on the server, with client-side JavaScript reserved for the few places that actually need it, like the theme toggle.
Spec first, then built.
Every feature starts as a written spec and implementation plan, committed to the repo before a line of code exists. From there, AI agents, using Claude Code, do the implementation. Specialist reviewer agents then hunt for defects in the finished work, and a skeptical verification pass checks their findings before anything ships. A test suite gates every content registry, so the site can't quietly drift out of sync with its own data.
What's actually in the repo.
41 automated tests across 11 files, run before every change ships. Six written specs and implementation plans live under docs/superpowers, with more added as the site grows. Over 60 commits so far, each one part of the same record.
AI builds it. People decide.
AI does the heavy lifting here: writing the code, running the reviews, catching regressions before they ship. What it doesn't do is decide what gets built, what ships, or what the club stands for. Those calls stay with the founders. The tools are powerful; the judgment stays human.