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 PolicyYou can get your free subdomain using either of the following methods:
- Go to is-a.software
- Sign in with your GitHub account
- Search for and claim your subdomain
- Manage your DNS records directly from the dashboard
- 🍴 Fork this repository to your own GitHub account.
- 📝 Create a JSON file in the
domains/folder. The file name will be your subdomain.- Example: To register
example.is-a-software, createdomains/example.json.
- Example: To register
- ⚙️ Add your DNS records in the JSON file.
- Include your GitHub username as
owner. - Add your desired DNS records (
A,AAAA,CNAME, etc.).
- Include your GitHub username as
- 🚀 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!
{
"owner": {
"github": "your-username"
},
"record": {
"CNAME": "your-username.github.io"
}
}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.
- Fork the repository and create a new branch.
- Make your changes.
- Open a Pull Request with a clear description of what you've done.
Join our official Discord server for support, questions, or just to chat with the community.
Licensed under the MIT License.
Don't forget to ⭐ the repository if you find it useful!