A self-hosted platform for selling software, managing customers, processing payments, handling licenses, and distributing updates. API-first and multi-tenant by design.
From checkout to license activation — a single system that handles the entire lifecycle.
Customers, orders, coupons, cart sessions, and affiliate tracking — built for software sales.
Tier-based licensing with configurable modules. Per-domain activation, upgrades, trials, and gifting.
Versioned releases, signed download URLs, update checks, changelog API, and GitHub auto-deploy.
Each product is a tenant with its own domain, branding, catalog items, and customer base.
External OAuth flow, Sanctum API tokens, 2FA for admins, and rate-limited endpoints.
Filament-powered dashboards for super admins and product managers with analytics widgets.
Product-as-tenant architecture where each product operates independently with its own customers, catalog items, and licensing model.
Product (Tenant)
|
|-- CatalogItems -- Tiers, Releases
| (tier-tagged ZIPs)
|
|-- Customers
| |-- Orders -- OrderItems
| |-- Licenses -- Activations
| `-- AffiliateReferrals
|
`-- Coupons, CheckoutSessions