License Infrastructure

Ship protected software.
Stop writing auth.

Nascent handles license generation, HWID binding, user authentication, and real-time validation so you can focus on building the product people actually want.

Start free Join Discord
nascent_sdk.py
# Protect your app in 4 lines
from nascent import Nascent
 
client = Nascent("nck_your_client_key")
result = client.auth(
  license_key=user_input,
  hwid=get_machine_id()
)
 
# > ✓ Authenticated · expires 2025-12-01 · hwid bound
Easy SDK integration Webhooks Stripe Crypto Payments Easy SDK integration Webhooks Stripe Crypto Payments

Everything a license system needs. Nothing it doesn't.

Built by developers who got tired of rebuilding the same infrastructure every project.

License Generation
Generate time-limited or lifetime licenses on demand. Bulk generation, custom prefixes, and instant revocation included.
HWID Binding
Bind licenses to hardware identifiers. One-click reset for customers, one-click ban for abusers. Visible directly in your dashboard.
Team Collaboration
Invite collaborators to specific apps with fine-grained scopes; view, manage, create, delete.
Response Rules Engine
Craft conditional auth responses based on custom fields, expiry, login count, HWID status, and more. No-code, fully composable, with our state-of-the-art custom response engine.
Response Encryption
AES-CBC, AES-GCM, or XOR encryption on all API responses. No more simple response spoofing to bypass your apps.
Analytics & Activity
Per-user login counts, IP tracking, last seen, auth history. Team activity logs with 30-day retention. Everything auditable.
Scripting Engine
Regex-filtered bulk deletes, bulk status updates, prefix replacement. Run from the dashboard or the API with full permission enforcement.
Webhooks
Monitor anything and everything. You're in control.
File Hosting
Upload files to your nascent apps for later use. Strwam files, download them, do whatever you want.

From dashboard to deployed in under 10 minutes.

Nascent keeps the details abstract — your customers never touch the infrastructure.

Create an app
Register your software as an app in Nascent. You get a client key for your binary and an API key for server-side operations.
Generate licenses
Create individual licenses or bulk-generate hundreds at once with chosen durations. Distribute them however you want.
Integrate the SDK
Drop in a few lines of code using any of our SDKs. Your app calls Nascent on startup. We handle authentication, expiry, and HWID binding. We also let you customise it, so YOU are always in control.
Monitor and manage
Watch your user base grow in real-time. Revoke, suspend, reset HWIDs, and run bulk operations — all from the dashboard or API.

Built paranoid. Because your data deserves it.

Every sensitive value is encrypted at rest. We do not know who you are or where you're from.

  • AES-256-GCM at rest
    Everything encrypted with authenticated encryption. Hashed separately for lookups.
  • Suspicious activity detection
    Rapid IP changes, concurrent session abuse, and fingerprint mismatches trigger automatic account flagging and forced 2FA enrollment.
  • Session enforcement per plan
    Max concurrent sessions enforced at login. Oldest session auto-revoked when limit is hit. No account sharing tolerated.
  • HMAC-signed responses
    Every API response carries a server timestamp and HMAC signature. Prevents replay attacks and client clock rollback exploits.
  • Permission engine
    Every protected action flows through a single checkPermission(userId, appId, scope) call. No forgotten endpoints, no privilege escalation.
EmailsAES-256-GCM
IP addressesHashed + Encrypted
HWID valuesHashed + Encrypted
Passwordsbcrypt r12
SessionsJWT + DB revocation
API responsesHMAC signed
2FATOTP (enforced on flag)
Audit logs90-day retention

Three plans. No seat fees. No surprises.

Pay monthly, cancel anytime. Upgrade or downgrade instantly via the dashboard or API.

Core
$0 forever
Get started without a card. Real limits, real features.
  • 3 apps
  • 1,000 licenses
  • HWID binding + freeze keys
  • Analytics + Webhooks
Get started free
Nascent+
$20/mo
Full platform access. No compromises.
  • 1,000 apps + 100M licenses
  • Response rules engine
  • AES response encryption
  • Discord bot integration
  • 2GB file hosting + CDN
  • 3,000 req/min
Go Nascent+
Ready to ship?

Create a free account and have your first app protected in under 10 minutes.

Start free — no card needed Talk to us on Discord