Skip to content

NameForgeAdmin/register

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ NOTICE

Since InfinityFree is not allowing us to operate we are changing the domain names and hosting so we are not allowing any now domain right now and all the old domains will be immagrated to the new on automatically.


NameForge

NameForge is a free, community-driven subdomain registry — claim your own developer subdomain under our collection of unique domains.


What Is NameForge?

NameForge is a project inspired by js.org, offering free subdomains to developers, creators, and hobbyists. You can point your subdomain to services like GitHub Pages, Vercel, Netlify, or any other platform supporting custom domains.


Available Domains

You can request subdomains under any of the following:

  • ara.ct.ws
  • are-you-on.my-board.org
  • best.fanclub.rocks
  • css-js.html-5.me
  • it-is.my-style.in
  • its.mydiscussion.net

Features

✅ Free subdomain via GitHub Pull Request
🌍 Multiple root domains to choose from
🔁 Auto DNS sync support for:

  • CNAME (primary method)

🔒 GitHub Action PR validation
💡 Fully open-source and community managed


How to Register a Subdomain

No coding skills required. Just:

  1. Fork this repository.

  2. Choose a root domain from the list above.

  3. Create a file at:

    domains/<domain>/<yourname>.json
    
  4. Add your subdomain info:

{
  "name": "yourname",
  "subdomain": "yourname.css-js.html-5.me",
  "records": {
    "CNAME": ["yourusername.github.io"]
  }
}
  1. Open a Pull Request
  2. Wait for approval — your subdomain will go live within 24–48h 🎉

Repo Structure

domains/
 ├── css-js.html-5.me/
 │   └── yourname.json
 ├── ara.ct.ws/
 │   └── someone.json
 └── ...

.github/
 └── workflows/
     └── validate-subdomain-pr.yml

sync-domains.js   ← Reads and compiles all domain entries
server.js         ← Backend for DNS automation (optional)
domains.json      ← Final compiled list

Rules

  • ✅ 1 subdomain per person per root domain
  • 🚫 No illegal, NSFW, or abusive content
  • 🧾 Use a valid email for accountability
  • 🌐 You must own the content you are pointing to

Contact


License

MIT License © 2025 NameForge Team


"Name your space. Forge your presence." — NameForge

About

Get Free Domain

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%