Free subdomain registration for made-in.app.
- Fork this repo.
- Add a
domains/<your-subdomain>.jsonfile (see docs/json-schema.md). - Open a pull request.
- A maintainer reviews and merges.
- On merge, a GitHub Action creates the DNS record automatically.
Create domains/your-subdomain.json with this structure:
{
"description": "My personal site",
"owner": { "username": "your-github-username" },
"record": { "CNAME": "your-username.github.io" }
}See docs/json-schema.md for the full schema (record types, optional repo field, description length limits).
DNS propagation typically takes 1–5 minutes after merge.
This project is open-source and available under the terms of the MIT License. You are free to use, modify, and redistribute it, provided that the original copyright notice and permission notice are included. See the LICENSE file for full details.
See CODE_OF_CONDUCT.md. By participating you agree to its terms.