Skip to content

RaynerSec/made-in.app

 
 

Repository files navigation

ko-fi

made-in.app

Free subdomain registration for made-in.app.

How it works

  1. Fork this repo.
  2. Add a domains/<your-subdomain>.json file (see docs/json-schema.md).
  3. Open a pull request.
  4. A maintainer reviews and merges.
  5. On merge, a GitHub Action creates the DNS record automatically.

Example registration

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.

Documentation

License

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.

Code of conduct

See CODE_OF_CONDUCT.md. By participating you agree to its terms.

About

A free subdomain for developers focused on building applications.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%