https://github.com/mizcausevic-dev/b2b-viral-waitlist
Referral-driven waitlist control plane for B2B launches, leaderboard scoring, invite cohorts, and activation-aware growth loops.
https://github.com/mizcausevic-dev/b2b-viral-waitlist
demand-generation growth-engineering referral-marketing revops typescript waitlist
Last synced: 1 day ago
JSON representation
Referral-driven waitlist control plane for B2B launches, leaderboard scoring, invite cohorts, and activation-aware growth loops.
- Host: GitHub
- URL: https://github.com/mizcausevic-dev/b2b-viral-waitlist
- Owner: mizcausevic-dev
- Created: 2026-05-24T20:02:39.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2026-05-28T00:53:51.000Z (5 days ago)
- Last Synced: 2026-05-28T02:23:14.348Z (5 days ago)
- Topics: demand-generation, growth-engineering, referral-marketing, revops, typescript, waitlist
- Language: TypeScript
- Homepage: https://kineticgain.com/
- Size: 1.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# b2b-viral-waitlist
Referral-driven waitlist control plane for B2B launches: invite cohorts, activation-aware scoring, leaderboard posture, and launch gating rules that keep growth quality ahead of vanity volume.
## What it shows
- referral-lane modeling for founder, partner, product-led, and social invite cohorts
- leaderboard lab for activation-weighted referral scoring
- concrete waitlist artifacts and incentive rules
- operator verification for referral integrity and launch readiness
## Routes
- `/`
- `/referral-lane`
- `/leaderboard-lab`
- `/verification`
- `/docs`
## API
- `/api/dashboard/summary`
- `/api/referral-lane`
- `/api/leaderboard-lab`
- `/api/waitlist-artifacts`
- `/api/verification`
- `/api/sample`
## Screenshots



## Local development
```powershell
cd b2b-viral-waitlist
npm install
npm run dev
```
Then open:
- `http://127.0.0.1:5478/`
- `http://127.0.0.1:5478/referral-lane`
- `http://127.0.0.1:5478/leaderboard-lab`
- `http://127.0.0.1:5478/verification`
- `http://127.0.0.1:5478/docs`
## Validation
```powershell
npm run verify
npm run render:assets
```
## Documentation
- [docs/architecture.md](./docs/architecture.md)
- [docs/ORIGIN.md](./docs/ORIGIN.md)