Skip to content

is-a-software/is-a-software

Repository files navigation

is-a.software

Get your free .is-a.software subdomain for developers. Perfect for side projects, demos, and showcasing your work to the world.

About | Terms of Service | Privacy Policy

GitHub Stars Domains Discord Server


🚀 How to Register Your Subdomain

You can get your free subdomain using either of the following methods:

Option 1: Dashboard Registration (Recommended)

  1. Go to is-a.software
  2. Sign in with your GitHub account
  3. Search for and claim your subdomain
  4. Manage your DNS records directly from the dashboard

Option 2: GitHub Pull Request (Classic Method)

  1. 🍴 Fork this repository to your own GitHub account.
  2. 📝 Create a JSON file in the domains/ folder. The file name will be your subdomain.
    • Example: To register example.is-a-software, create domains/example.json.
  3. ⚙️ Add your DNS records in the JSON file.
    • Include your GitHub username as owner.
    • Add your desired DNS records (A, AAAA, CNAME, etc.).
  4. 🚀 Create a Pull Request back to this repository.
    • If all checks pass, your PR will be auto-merged and your subdomain will be live soon!

JSON Example

{
  "owner": {
    "github": "your-username"
  },
  "record": {
    "CNAME": "your-username.github.io"
  }
}

🤝 Contributing

This is a community project, and we welcome contributions! Whether it's improving the scripts, updating the documentation, or fixing a bug, your help is appreciated.

  1. Fork the repository and create a new branch.
  2. Make your changes.
  3. Open a Pull Request with a clear description of what you've done.

💬 Need Help?

Join our official Discord server for support, questions, or just to chat with the community.

Discord Server Invite

Licensed under the MIT License.

Don't forget to ⭐ the repository if you find it useful!