License Management for FreeCryptoTools

Domain-locked license keys for your self-hosted no-code dApp builder. Generate, manage, and verify licenses with a simple API.

License Key Generation

Generate unique XXXX-XXXX-XXXX-XXXX format license keys tied to specific domains and tiers.

Domain Verification

Every license is locked to a domain. The API verifies domain ownership on each request.

Analytics Dashboard

Track active licenses, verification attempts, and expiring keys from your dashboard.

Simple API Integration

POST /api/verify
// Request
{
  "license_key": "A1B2-C3D4-E5F6-G7H8",
  "domain": "app.example.com"
}

// Response
{
  "valid": true,
  "status": "valid",
  "domain": "app.example.com",
  "tier": "pro",
  "expiresAt": "2027-03-19T00:00:00Z"
}

License Tiers

Starter

  • 1 Domain
  • Basic Support
  • Standard API Access

Pro

  • 1 Domain
  • Priority Support
  • Full API Access
  • Analytics

Enterprise

  • 1 Domain
  • Dedicated Support
  • Full API Access
  • Advanced Analytics
  • Custom Integration