> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nxtdev.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# nxtdev.xyz: Free Developer Subdomains, Real DNS

> nxtdev.xyz gives every developer a real, production-grade subdomain for free. Claim yours in seconds and manage DNS on Cloudflare's global network.

nxtdev.xyz lets you claim a free subdomain under `nxtdev.xyz` and manage DNS records through a clean dashboard — no credit card, no waiting. Every subdomain is backed by Cloudflare, so your records propagate globally in seconds.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/quickstart">
    Claim your subdomain and add your first DNS record in under two minutes.
  </Card>

  <Card title="DNS Records" icon="server" href="/dns/overview">
    Learn how to create and manage A, CNAME, MX, TXT, SRV, and NS records.
  </Card>

  <Card title="Subdomain Limits" icon="gauge" href="/subdomains/limits">
    Understand the free tier limits and what you can do within them.
  </Card>

  <Card title="Delegation" icon="network-wired" href="/delegation/overview">
    Point your own nameservers at your subdomain for full DNS control.
  </Card>
</CardGroup>

## Get started in three steps

<Steps>
  <Step title="Create an account">
    Sign up at [nxtdev.xyz](https://nxtdev.xyz) using your email or GitHub. You'll need to link your GitHub account before you can claim a subdomain.
  </Step>

  <Step title="Claim your subdomain">
    From the dashboard, choose a base label — for example, `alice` gives you `alice.nxtdev.xyz`. You can claim up to 2 subdomains on the free tier.
  </Step>

  <Step title="Add DNS records">
    Add a `CNAME` pointing to your Vercel, Netlify, or Render deployment, an `A` record for your VPS, or any other supported record type. Your subdomain goes live immediately.
  </Step>
</Steps>

## What you can build

<CardGroup cols={2}>
  <Card title="Websites" icon="globe">
    Point a `CNAME` to Vercel, Netlify, Cloudflare Pages, or GitHub Pages and ship your portfolio or side project.
  </Card>

  <Card title="APIs & Backends" icon="code">
    Use an `A` record to route `api.yourname.nxtdev.xyz` to your VPS or Railway deployment.
  </Card>

  <Card title="Email" icon="envelope">
    Set up `MX` and `TXT` records for SPF/DKIM and run self-hosted or managed email from your subdomain.
  </Card>

  <Card title="Game Servers" icon="gamepad">
    Use `SRV` records to expose Minecraft, XMPP, or any custom protocol server with a clean hostname.
  </Card>
</CardGroup>

<Note>
  The free tier includes 2 subdomains and up to 100 DNS records per subdomain — forever free, no credit card required.
</Note>
