nxtdev.xyz and pointing it at a real host. The whole process takes under two minutes.
Prerequisites
- A GitHub account — required for identity verification before you can claim
- The host you want to point to (a Vercel deployment, a VPS IP address, etc.)
Sign up or sign in
Go to nxtdev.xyz and create an account or sign in. You can register with your email address or continue directly with GitHub.
Link your GitHub account
Before you can claim a subdomain, you must connect a GitHub account for identity verification. Open Settings in the dashboard and click Connect GitHub. You only need to do this once.
The claim form on the Domains page stays disabled until GitHub verification is complete. If you signed in with GitHub during registration, this step may already be done.
Claim a subdomain
Navigate to Dashboard > Domains. In the “Claim a subdomain” card, enter a base label — for example,
alice — and submit the form. nxtdev.xyz registers alice.nxtdev.xyz under your account.Label rules:- 4–32 characters
- Lowercase letters, digits, and hyphens only (
a-z,0-9,-) - Cannot start or end with a hyphen, or contain
--
Add a DNS record
Click Records next to your new subdomain to open the DNS editor. Add a record that points to your host.Use VPS or dedicated server (A record)
@ as the host name to target the apex (alice.nxtdev.xyz), or use a relative name like api to target api.alice.nxtdev.xyz.Vercel deployment (CNAME)What’s next
Your subdomain is live. Here are a few things you can do from here:- Add more record types —
MXfor email,TXTfor SPF/DKIM,SRVfor game servers - Read DNS records for the full reference on each record type
- Read Delegation if you want to point your own nameservers at your subdomain