Skip to content
All features
commercepackages/commerce/access-gate

access-gate package

Pre-launch access gate — invite-code redemption, position queue, drip-release windows. Layers on top of @nebutra/waitlist.

Open docs
Stability
Stable
Scope
Tenant-scoped
Boundary
packages/commerce/access-gate
access-gate
System of record
Transaction recordSettled
$249.00USD

Tenant

org_8d2f••••

Recorded

May 23, 2026 · 14:02 UTC

Total volume

$1.24M

Active records

8,472

MoM growth

+8.4%

Success rate

99.6%

packages/commerce/access-gate·commercial record
Usageaccess-gate.ts
typescript
access-gate.ts
1import { accessGate } from "@nebutra/access-gate";
2
3// Commerce domain — billing-aware, audit-logged, tenant-scoped.
4await accessGate.record({
5  tenantId: org.id,
6  amount: charge.total,
7  currency: charge.currency,
8});