IsotopeKitDocs

Module packages

Admin, agency, pricing, org UI, and billing operations product surfaces.

Modules live under packages/modules/*. They assemble domain services into product shells.

Packages

PackageResponsibility
@isotopekit/adminAdmin panel — users, orgs, plans, impersonation
@isotopekit/agencyAgency / white-label hubs and client workspaces
@isotopekit/pricingPricing presentation and plan selection UI
@isotopekit/org-uiOrganization settings and member management UI
@isotopekit/billing-opsOperational billing helpers and sync jobs

Notes

  • Modules should call domain APIs rather than reimplementing billing or org rules.
  • Agency mode builds on organization + entitlements — keep white-label concerns in the agency package.

On this page