Skip to content
All features
commercepackages/commerce/waitlist

waitlist package

Pre-launch waitlist for the foundation tier — invite codes, position queues, referral counts, and operator dashboards.

Open docs
Stability
Stable
Scope
Tenant-scoped
Boundary
packages/commerce/waitlist
waitlist
System of record
Pre-launch waitlist

1,843

waiting

Your position

POS 142

Recent joiners

Total volume

$1.24M

Active records

8,472

MoM growth

+8.4%

Success rate

99.6%

packages/commerce/waitlist·commercial record
Usagewaitlist.ts
typescript
waitlist.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 }