Hardware-locked, instantly delivered, and ruthlessly secure. Buy a key, paste it into your app, and unlock every feature — no friction, no piracy, no nonsense.
Choose Trial, Starter, Pro, or Lifetime based on how long and on how many devices you need it.
We issue a unique VX-XXXX-XXXX-XXXX key instantly. Stored securely in your dashboard.
Paste the key into your app. We bind it to your device and unlock every feature.
Every plan includes hardware binding, real-time validation, and instant key delivery.
Test the waters with full feature access.
Perfect for solo creators and side projects.
For professionals who ship serious software.
One payment. Never worry about renewals again.
Checkout opens soon — meanwhile reach out to contact sales to get a key issued manually.
Every key binds to a single device fingerprint. No sharing, no resale — your software stays protected.
Get your key the moment payment clears. Activate in your app or extension within seconds.
Every check hits our validation endpoint. Revoke, renew, or transfer access on demand.
Pro and Lifetime support multiple device slots. Move between machines without losing your seat.
Top up your license anytime. Expiry dates extend automatically without breaking the session.
Drop a single POST request into your app. Works with Chrome extensions, desktop apps, and SaaS backends.
POST a license key and device ID. Get a signed session back. Works in any language, runtime, or platform — Chrome extensions, Electron apps, mobile, backend services.
// Validate a license key
const res = await fetch(
"https://luminous-license-hub.lovable.app/api/validate_license",
{
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
license_key: "VX-XXXX-XXXX-XXXX",
device_id: "unique-device-hash"
}),
}
);
const { valid, session_id } = await res.json();Contact support or use the dashboard reset — your license is unbound and ready for the new device. Pro and Lifetime have multiple slots out of the box.
Yes — within 14 days of purchase, no questions asked, as long as the license has not been bound to a device.
Yes. We hash a fingerprint of your device and store it against the key. Anyone else trying to use the key on a different machine gets rejected.
Yes. One payment, no recurring fees, free updates as long as the product exists. Lifetime keys are even transferable.
Absolutely — our /api/validate_license endpoint takes a license_key and device_id and returns a signed session. Full docs available.
Get a license key issued in under 60 seconds. No setup, no contracts, no risk.