Skip to content
All features
commercepackages/commerce/marketing

marketing package

Shared marketing-site primitives — hero blocks, pricing tables, FAQ accordions — reused by landing-page and tsekaluk-dev with the brand tokens already wired.

Open docs
Stability
Stable
Scope
Tenant-scoped
Boundary
packages/commerce/marketing
marketing
System of record
Active campaignRunning

Spring product launch

Audience

24,800

CTR

3.4%

Open rate

42%

x

Total volume

$1.24M

Active records

8,472

MoM growth

+8.4%

Success rate

99.6%

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