License Verification Made Simple

A complete, Envato-compliant license verification system for protecting CodeCanyon products.

🔐

Secure Verification

One-time Envato verification with cached results. No repeated API calls.

📊

Dashboard

Real-time statistics, license management, and activation logging.

Rate Limited

Built-in protection against abuse with configurable rate limits.

Tech Stack

✅ Next.js (App Router)
✅ MongoDB
✅ JWT Auth
✅ Zod Validation
✅ Rate Limiting
✅ Tailwind CSS
✅ TypeScript
✅ Envato API Ready

Get started in minutes

V-API Example

POST /api/v1/verify
Content-Type: application/json

{
  "project_id": "65f1a2b3c4d5e6f7g8h9i0j1",
  "purchase_code": "ABC123DEF456",
  "domain_or_app_id": "example.com",
  "os": "Windows 11",
  "browser": "Chrome 120"
}

// Response
{
  "status": "ok",
  "message": "License verified successfully",
  "data": {
    "status": "ok",
    "used_installations": 2,
    "max_installations": 3,
    "buyer_email": "buyer@example.com"
  }
}