Ship your app with licensing in minutes.

LicenseForge gives you a ready-to-use licensing backend and dashboard. Generate keys, validate them from your app, and manage plans without building everything from scratch.

Free plan: 1 product, up to 5 active licenses – perfect for testing and small tools.

Example request

POST /api/validate
POST /api/validate
Content-Type: application/json

{
  "api_key": "DEV_API_KEY",
  "license_key": "END_USER_LICENSE",
  "hwid": "MACHINE_ID"
}
{
  "valid": true,
  "expiry": "2027-01-01T00:00:00Z",
  "reason": null
}

For developers

FastAPI backend, PostgreSQL, JWT auth, and a simple dashboard. Designed so you can host it yourself or migrate later.

Simple integration

Call a single /api/validate endpoint from your app or use the C++ SDK helper to keep your client code minimal.

Plans & wallet

Free plan for testing, upgrade with points via wallet top-ups. Built-in plan limits for number of products and active licenses.