commercepackages/commerce/waitlist
waitlist package
Pre-launch waitlist for the foundation tier — invite codes, position queues, referral counts, and operator dashboards.
- Stability
- Stable
- Scope
- Tenant-scoped
- Boundary
- packages/commerce/waitlist
waitlistpackages/commerce/waitlist
System of recordPre-launch waitlist
1,843
waiting
Your position
POS 142
Recent joiners
- j••••[email protected]2 min ago
- m•••@robot.co5 min ago
- a•••[email protected]12 min ago
- p•••[email protected]21 min ago
Total volume
$1.24M
Active records
8,472
MoM growth
+8.4%
Success rate
99.6%
packages/commerce/waitlist·commercial record
Usagewaitlist.ts
typescriptwaitlist.ts
1import { joinWaitlist, getWaitlistPosition } from "@nebutra/waitlist";
2
3const entry = await joinWaitlist({
4 email: "[email protected]",
5 referredBy: ref?.code,
6 metadata: { source: "marketing-site" },
7});
8
9const pos = await getWaitlistPosition(entry.id);
10// → { position: 142, total: 1843 }