> ## Documentation Index
> Fetch the complete documentation index at: https://docs.creepers.sbs/llms.txt
> Use this file to discover all available pages before exploring further.

# What is creepers.sbs? Free subdomain provider by CreeperHUB

> creepers.sbs is a free subdomain service operated by CreeperHUB for developers and Minecraft players, registered entirely via GitHub Pull Requests (PR).

creepers.sbs is a free subdomain provider operated by [CreeperHUB](https://creeperhub.net). Instead of a control panel or paid account, registration works through GitHub: you fork the repository, add a JSON file describing your DNS records, open a Pull Request, and a team member reviews and merges it. Once merged, your subdomain goes live — no fees, no credit card, no waiting list.

<CardGroup cols={2}>
  <Card title="Register your first subdomain" icon="rocket" href="/quickstart">
    Follow the step-by-step guide to get your subdomain live.
  </Card>

  <Card title="Available TLDs" icon="globe" href="/available-domains">
    Browse the supported domains and pick the right one for your project.
  </Card>

  <Card title="Registering a subdomain" icon="file-code" href="/guides/registering-a-subdomain">
    Detailed walkthrough of the JSON format and PR process.
  </Card>

  <Card title="Terms of Service" icon="file-contract" href="/policies/terms-of-service">
    Read the rules and responsibilities before submitting a request.
  </Card>
</CardGroup>

## Who is it for?

creepers.sbs is open to anyone who wants a free, real domain name on the internet.

* **Developers** — give your project, API, or side project a proper subdomain instead of sharing a bare IP address.
* **Minecraft players and server owners** — point a friendly domain at your server's IP so players connect without memorizing numbers.
* **Anyone** — personal sites, portfolios, hobby projects, or anything else that deserves a real URL.

There are no requirements beyond a GitHub account and a working service to point the subdomain at. Pointing to placeholder IPs like `1.1.1.1` or `localhost` is not allowed — your service must already exist and be reachable when you open the PR.

## DNS infrastructure

Your subdomains are backed by three DNS providers, giving you broad record type support and reliable uptime.

| Provider                             | Role                                      |
| ------------------------------------ | ----------------------------------------- |
| [Cloudflare](https://cloudflare.com) | Primary DNS and optional proxy protection |
| [Gcore](https://gcore.com)           | Additional DNS redundancy                 |
| [deSEC](https://desec.io)            | Secondary DNS provider                    |

The optional Cloudflare proxy (`"proxy": "true"`) hides your origin IP and adds DDoS protection, but it does not work with services hosted behind another Cloudflare account or Cloudflare Workers. For those cases, set `"proxy": "false"`.

## Planned features

The service is actively developed. Features planned for the future include:

* **Web panel** — a self-service interface that will eventually replace the GitHub PR workflow
* **Automation** — faster PR approval without manual review
* **Public domain list** — a browsable list of all registered subdomains and their status
* **Webring** — a community discovery feature linking Creepers-registered sites
* **Whois service** — public whois lookups with optional privacy protection

Until the web panel launches, all registrations go through GitHub Pull Requests as described in the [quickstart](/quickstart).
