Activate and manage installation licenses — multi-domain support with real-time validation
Activate a license key to unlock all platform features.
# License Key Format
NEO-{PREFIX}-{RAND}-{RAND}-{RAND}-{CHECKSUM}
# Import usage
import { validateLicense, activateLicense } from '@/lib/license';
# Validate on app init
const result = await validateLicense();
# Activation with key
const res = await activateLicense('NEO-...');
# Edge Function API
POST /functions/v1/validate-license
Body: { action, key, domain }