This guide walks you through registering a subdomain from start to finish. The entire process happens on GitHub: you add a JSON file describing your DNS records and open a Pull Request for review. No account signup, no payment details.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/creepersbs/register/llms.txt
Use this file to discover all available pages before exploring further.
Fork and star the repository
Go to creepersbs/register on GitHub. Click Star to follow updates, then click Fork to create your own copy of the repository.You will make all your changes in your fork and then open a Pull Request back to the main repository.
Create your domain file
In your fork, navigate to the Key fields explained:
/domains folder and create a new file. The file name must exactly match the subdomain you want — for example, if you want myproject.creepers.sbs, create myproject.json.Use the template below as your starting point. Delete every comment (the text in parentheses) before submitting — the file must be valid JSON.myproject.json
"domain"— choose one of the available TLDs:creepers.sbs,creepers.cloud,creepers.pro,creepers.lol, orrun-it.tech."subdomain"— must match the file name exactly (without.json)."country_code"— set to"none"unless you need a regional sub-prefix (e.g.,en.yourname.creepers.sbs). Currently used as additional metadata."record"— include only the record types you need. Supported types:A,AAAA,CNAME,MX,NS,TXT,SRV."proxy"— set to"true"to enable Cloudflare proxy protection, or"false"to use DNS-only mode.
Cloudflare proxy (
"proxy": "true") does not work with services hosted on another Cloudflare account or Cloudflare Workers. Use "proxy": "false" for those.Validate your JSON
Before opening a Pull Request, paste your file contents into JSONLint and confirm it shows Valid JSON. A single misplaced comma or missing quote will cause your PR to be rejected.
Open a Pull Request
In your fork on GitHub, click Contribute then Open Pull Request. Fill in the PR description using the provided template, check all boxes in the checklist, and confirm you agree to the Terms of Service.Make sure:
- Your JSON file is in the
/domainsfolder (not in a subfolder). - The file name matches your
"subdomain"value exactly. - You are not pointing to placeholder IPs (
1.1.1.1,0.0.0.0,localhost) — your service must be live and reachable.
Wait for approval
A CreeperHUB team member will review your PR manually. Approval typically happens within 24 hours to one week. Once merged, your subdomain is live.If your PR is rejected, the reviewer will explain why. Common reasons include invalid JSON, placeholder IPs, or a name that appears on the restricted names list.
Registering multiple TLDs at once
If you want the same subdomain name across several TLDs simultaneously (e.g.,myproject.creepers.sbs and myproject.creepers.cloud), use the complete.template.json format instead of the single-TLD template.
Check the usage limits before registering multiple TLDs — you may register up to 2 subdomains per TLD, with a maximum of 8 subdomains in total.