Apply for a Subdomain

Follow these steps to request your free developer subdomain.

Application Steps

  1. Fork the registry repository
    Visit the DevSpace registry repository on GitHub and fork it to your account.
  2. Add your JSON configuration file
    Create a new JSON file in the appropriate directory with your subdomain details.
  3. Open a Pull Request
    Submit your changes as a Pull Request for manual review and approval.

JSON Format

Create a JSON file with your desired username. The filename should match your username (e.g., alex.json).

{
  "domain": "yourname",
  "owner": {
    "github": "yourusername",
    "email": "your@email.com"
  },
  "record": {
    "type": "CNAME",
    "value": "yourusername.github.io"
  }
}

Field Descriptions

Note: For Vercel deployments, use "vercel" as the provider and your-project.vercel.app as the target.

Vercel Example

If you're hosting on Vercel, your configuration would look like this:

{
  "domain": "myproject",
  "owner": {
    "github": "developer",
    "email": "dev@example.com"
  },
  "record": {
    "type": "CNAME",
    "value": "cname.vercel-dns.com"
  }
}

Before You Apply

Make sure you have:

Important: Applications without a live site or proper configuration will be rejected. All applications are manually reviewed.

Ready to Apply?

Click the button below to visit the registry repository and start your application.

Processing Time

All applications are manually reviewed. Please allow a few days for your request to be processed. You will receive updates via the Pull Request discussion.