Get a free
.fluxcast.dev subdomain
A free yourname.fluxcast.dev
subdomain for developers — works with GitHub Pages, Netlify and Vercel. One pull request, no signup, live in minutes.
Three steps
It is all done through GitHub — no dashboard, no account.
Fork the registry
Fork the fluxcast-domains repository to your own GitHub account.
Add one JSON file
Create domains/yourname.json. The file name becomes your subdomain, and it holds your
owner info and DNS records.
Open a pull request
Automated checks validate your file, a maintainer merges it, and
yourname.fluxcast.dev goes live within minutes.
// domains/yourname.json { "owner": { "username": "your-github-username" }, "records": { "CNAME": "your-github-username.github.io" } }
Free subdomain FAQ
Is a .fluxcast.dev subdomain really free?
Yes. A .fluxcast.dev subdomain is completely free, with no payment, no card and no ads. You only need a GitHub account to open a pull request.
How do I get a free subdomain?
Fork the fluxcast-domains repository, add a small JSON file named after your subdomain with
your DNS records, and open a pull request. Once it is merged, yourname.fluxcast.dev goes
live within minutes.
Can I use the free subdomain with GitHub Pages, Netlify or Vercel?
Yes. Point a CNAME record to your host (for example your-username.github.io) in the JSON
file and your site is served on your own .fluxcast.dev subdomain.
Do I need an account or SMS verification?
No SMS, no dashboard and no separate account — just your existing GitHub account and one pull request.
What can I use a .fluxcast.dev subdomain for?
Personal sites, project pages, portfolios, documentation or APIs — anything you would host on a normal domain.