Founder-to-founder loop
Every accepted signup receives a code and URL, so the next referral starts without a manual handoff.
Founder referral loop
Enter with any invite code or join directly. We will preserve attribution when the code exists, place you on the waitlist, and issue a private referral URL you can share immediately.
Every accepted signup receives a code and URL, so the next referral starts without a manual handoff.
Unknown codes are stored as attempted attribution, while valid codes increment the referrer and keep the signup clean.
The confirmation state exposes position, code, copy, and native share actions so the loop completes on the page.
Product-led infrastructure
The referral surface is backed by a domain package, a persistent Prisma model, a typed Next.js route, and public smoke checks that can run after ECS deploys.
Data
Email uniqueness, auto-incremented position, referral code indexes, attempted attribution metadata, and status transitions live in the platform database.
API
The page posts to `/api/waitlist`, normalizes arbitrary codes, returns existing entries idempotently, and never depends on a sample code.
CI/CD
Canonical and alias URLs are ready for automated checks so ECS delivery catches route, DNS, and health regressions.