Free is-open-source.org Subdomain

Get a free is-open-source.org subdomain for your open-source project!

How it works

1

You make a Pull Request (PR) to this repo.

2

Add a JSON file inside the domains/ folder.

3

Our system will automatically update the DNS and give you your subdomain!

How to request a subdomain

  1. Fork this repository.
  2. Create a new JSON file inside the domains/ folder.
  3. Name your file something like yourproject.json.
  4. Use this example template:
JSON
{
  "subdomain": "example",
  "owner": {
    "repo": "https://github.com/yourgithubusername/reponame",
    "email": "example@example.com",
    "name": "Your Name"
  },
  "record": {
    "CNAME": "yourhosting.com"
  }
}

If you use an IP address instead of a domain, you can also use an A record like this:

JSON
{
  "subdomain": "example",
  "owner": {
    "repo": "https://github.com/yourgithubusername/reponame",
    "email": "example@example.com",
    "name": "Your Name"
  },
  "record": {
    "A": ["1.2.3.4"]
  }
}

Rules

What happens after you submit?

Need help?

Open an Issue or contact us via email:

That's it! Welcome to the is-open-source.org family!