myproject produces myproject.nxtdev.xyz. Labels are validated against a strict set of rules before a subdomain is created. This page documents every rule extracted directly from the platform’s validator.
Length constraints
| Constraint | Value |
|---|---|
| Minimum length | 4 characters |
| Maximum length | 32 characters |
Allowed characters
Labels may only contain the following characters:- Lowercase letters:
athroughz - Digits:
0through9 - Hyphens:
-
Lowercasing is applied automatically. Submitting
MyProject is identical to submitting myproject. The resulting subdomain is always fully lowercase.Forbidden patterns
Even if a label uses only allowed characters, the following patterns cause it to be rejected:| Pattern | Rule |
|---|---|
| Starts with a hyphen | Not allowed — e.g. -myapp is invalid |
| Ends with a hyphen | Not allowed — e.g. myapp- is invalid |
| Contains consecutive hyphens | Not allowed — e.g. my--app is invalid |
Examples
Reserved labels
Some labels are reserved by the nxtdev.xyz admin team and cannot be claimed through the normal flow. Reserved labels may be shorter than 4 characters or may correspond to names the platform uses internally.If the availability checker returns
"Reserved - contact Administrator to claim this domain", the label exists in the reserved list. You cannot claim it unless an admin explicitly assigns it to your account.Safety system: phishing and impersonation blocks
After structural validation, every label is checked against the platform’s safety system for phishing keywords and impersonation patterns. This check runs even on labels that would otherwise be valid. Legitimate project names are never blocked. If you believe your label was incorrectly flagged, contactabuse@nxtdev.xyz to appeal.