{"id":31745380,"url":"https://github.com/maymeow/registry.0x0.sk","last_synced_at":"2026-02-17T06:01:40.235Z","repository":{"id":317343315,"uuid":"1066996196","full_name":"MayMeow/registry.0x0.sk","owner":"MayMeow","description":"Registered subodmains in 0x0 space","archived":false,"fork":false,"pushed_at":"2025-11-24T18:01:32.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-28T06:02:57.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.0x0.sk","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MayMeow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-30T08:39:04.000Z","updated_at":"2025-11-24T18:01:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddf17075-cc78-4382-b6bc-0863a3afd01a","html_url":"https://github.com/MayMeow/registry.0x0.sk","commit_stats":null,"previous_names":["maymeow/registry.0x0.sk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MayMeow/registry.0x0.sk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fregistry.0x0.sk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fregistry.0x0.sk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fregistry.0x0.sk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fregistry.0x0.sk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayMeow","download_url":"https://codeload.github.com/MayMeow/registry.0x0.sk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayMeow%2Fregistry.0x0.sk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29535934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T05:00:25.817Z","status":"ssl_error","status_checked_at":"2026-02-17T04:57:16.126Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-09T12:54:21.456Z","updated_at":"2026-02-17T06:01:40.223Z","avatar_url":"https://github.com/MayMeow.png","language":"JavaScript","funding_links":["https://ko-fi.com/D1D5DMOTA"],"categories":[],"sub_categories":[],"readme":"# registry.0x0.sk\nRegistered subodmains in 0x0 space\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D5DMOTA)\n\nThis repository publicly lists assigned **0x0.sk** subdomains. It is intended for transparency while keeping some reserved or premium domains hidden using SHA‑256 hashes.\n\nSubdomains can be used for **Bluesky handles**. (for now), considering allowing to use it for other projects and/or email.\n\n## Categories\n\n| Category            | Description                       |\n| ------------------- | --------------------------------- |\n| **Top Premium**     | 1–2 letters, extremely rare       |\n| **Premium**         | 3–4 letters, short and catchy     |\n| **Standard / Base** | 5+ letters, included as club perk |\n| **Emoji**           | Emoji domains (Unicode/Punycode)  |\n\n## How to Request a Subdomain\n\n1. **Send a message** via Ko-fi (or another contact method) with your desired subdomain.\n2. I will check availability and confirm it with you.\n3. Once confirmed, you can **submit a Pull Request (PR)** adding your subdomain to `subdomains.json`.\n   * **Do not add subdomains without contacting me first.**\n   * If you are not familiar with GIT I will add domain for you.\n4. I send you other instructions over Ko-fi.\n\n💡 *Note:* If a DNS TXT/MX record is removed, the subdomain will stop working.\n\n---\n\n## Emoji Domains\n\n* Convert Unicode emoji to **Punycode** before adding to JSON or generating hashes.\n* Python example:\n\n```python\nimport idna\ndomain_unicode = \"🐱.0x0.sk\"\ndomain_puny = idna.encode(domain_unicode).decode('ascii')  # xn--5o8h.0x0.sk\n```\n\n💡 You can also write your domain name in your address bar - most browsers will translate it to punnycode.\n\n## Notes\n\n* Never commit **private salts** or **personal info**.\n* Hidden hashes protect reserved/premium domains from being scraped.\n* PRs adding new subdomains without prior confirmation will **not** be merged.\n\n## Development\n\n1. `npm install`\n2. `npm run dev` — launches Eleventy with hot reload at \u003chttp://localhost:8080\u003e\n3. `npm run build` — produces the static site in `_site/`\n4. `npm test` — runs the Vitest suite that validates domain normalization/hashing helpers and enforces the `subdomains.json` schema (hashes or punycode FQDNs only)\n\nEvery pull request runs the same `npm test` + `npm run build` pipeline through GitHub Actions (`.github/workflows/ci.yml`).\n\n## Domain search logic\n\nThe web UI normalizes user input by trimming whitespace, lowercasing ASCII, auto-appending `.0x0.sk`, and converting emoji labels to punycode (using the browser’s URL parser). It then checks entries in `subdomains.json` two ways:\n\n1. direct string comparison for any visible domain (e.g., `meow.0x0.sk`)\n2. SHA‑256 digest comparison for hashed/hidden reservations\n\nIf either check matches, the domain is reported as taken without revealing private names.\n\n## Deployment\n\nVercel builds the site with `npm run build` and serves the generated `_site` directory (see `vercel.json`). No server-side code is required; all availability checks happen client-side.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaymeow%2Fregistry.0x0.sk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaymeow%2Fregistry.0x0.sk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaymeow%2Fregistry.0x0.sk/lists"}