Skip to main content

License your software. 5 lines of code.

Other platforms take hours to integrate and hundreds of lines of webhook code. Licentric does it in 5 lines. Connect Stripe, issue licenses, done.

Why teams choose Licentric

See how Licentric compares to traditional licensing platforms.

AspectOthersLicentric
Integration time1–4 hours5 minutes
Billing code200–500 lines of webhooksZero. Connect Stripe.
Admin interfaceAPI-only or basicFull dashboard + portal
Offline licensingAdd-on or afterthoughtBuilt-in. Ed25519-signed.
Starting price$49–99/monthFree forever (100 licenses)
Container supportBreaks fingerprintingDocker & Kubernetes aware
MigrationManual CSV workOne-click import

Everything you need to monetize software

From license keys to agent tokens, built for developers who ship fast.

Zero Billing Code

Connect your Stripe account. Every purchase automatically creates a license. No webhook code. No billing logic. Just Stripe → License → Customer.

Works Without Internet

Generate Ed25519-signed license files your customers can verify offline. Perfect for air-gapped deployments, unreliable networks, and enterprise security requirements.

Know Every Device

Automatically identify devices by hardware. Limit activations per license. Transfer between devices. Container-aware for Docker and Kubernetes.

AI Agent Monetization

Issue agent tokens, enforce token budgets, meter usage per model, and track outcomes. From MCP connections to autonomous workflows — monetize the AI era.

5-Line Integration

Validate licenses, activate devices, and check features with a single SDK call.

Customer Portal

Let customers manage their own devices, recover lost keys, and view license status. Zero support tickets.

Real-Time Insights

Track activations, validation patterns, expiration forecasts, and churn — all in your dashboard.

Switch in Minutes

Import your licenses from Keygen, Cryptlex, or LemonSqueezy with a CSV upload. Zero downtime.

5 lines. That's it.

Add license validation to any TypeScript or JavaScript app in under a minute.

Without Licentric
webhooks.ts
// 200+ lines of webhook handling, billing sync,
// key generation, device tracking...
app.post('/webhook/stripe', async (req, res) => {
  const event = stripe.webhooks.constructEvent(/*...*/);
  if (event.type === 'checkout.session.completed') {
    const license = await generateLicenseKey();
    await db.licenses.create({ key: license, /*...*/ });
    await sendLicenseEmail(customer, license);
    // ... 50 more lines of error handling
  }
  // ... 10 more event types
});
With Licentric
validate.ts
import { Licentric } from "@licentric/sdk";

const client = new Licentric({ apiKey: "lk_live_..." });
const result = await client.validate({ key: licenseKey });

if (result.valid) {
  startApp(result.entitlements);
}

Stripe billing? Connect in 2 clicks. We handle the rest.

Trusted by developers building licensing for desktop apps, CLI tools, and SaaS products.

Ed25519 Signed
AES-256 Encrypted
GDPR Compliant
SOC 2 Ready
Open API

Simple, transparent pricing

Start free. Scale as you grow. No hidden fees.

MonthlyAnnual

Free

Perfect for testing, prototyping, and solo projects

$0forever
  • 100 active licenses
  • 1 product
  • 10,000 API requests/mo
  • Community support
Get Started

Starter

Popular

For indie devs and small teams selling software

$5/month
  • 1,000 active licenses
  • 5 products
  • 500,000 API requests/mo
  • Stripe integration
  • Webhook endpoints
  • Email support
Start Free Trial

Growth

For growing businesses with unlimited needs

$29/month
  • 10,000 active licenses
  • 25 products
  • Unlimited API requests
  • Team managementSoon
  • Unlimited webhooks
  • Priority support
Start Free Trial

Enterprise

For teams that need dedicated support and scale

$199/month
  • Unlimited licenses
  • Unlimited products
  • Unlimited everything
  • Dedicated phone support
  • Priority email support
  • Custom integrations
  • Security review available
Start Free Trial

All plans include: device fingerprinting, offline licensing, customer portal, import tools, and API access.

Ready to ship licensing?

Start free. No credit card required. Upgrade when you need it.