NEOLIVIS
NEOLIVIS
Accueil
Tarifs

NEOLIVIS License Management

Activate and manage installation licenses — multi-domain support with real-time validation

No license activated

Activate a license key to unlock all platform features.

Activate License

Generate Demo Key (for testing)

License Plans

Trial

Free
7 days
Installs: 1
  • 1 Domain
  • All Features
  • Email Support

Standard

Popular
€499
Lifetime
Installs: 3
  • 3 Domains
  • All Features
  • 1 Year Updates
  • 6-Month Support

Unlimited

Best Value
€1,299
Lifetime
Installs: Unlimited
  • Unlimited Domains
  • All Features
  • Lifetime Updates
  • 2-Year Support
  • Source Code Access

Technical Info for Developers

# 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 }

Talk with Us