https://github.com/3kh0/dnseditor
Simple Nuxt app to view Hack Club's DNS records, pulling data from the hackclub/dns repo.
https://github.com/3kh0/dnseditor
Last synced: 17 days ago
JSON representation
Simple Nuxt app to view Hack Club's DNS records, pulling data from the hackclub/dns repo.
- Host: GitHub
- URL: https://github.com/3kh0/dnseditor
- Owner: 3kh0
- Created: 2025-04-22T16:04:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-07-22T01:35:07.000Z (18 days ago)
- Last Synced: 2026-07-22T03:28:41.031Z (18 days ago)
- Language: Vue
- Homepage: https://dns.hackclub.com
- Size: 244 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hack Club DNS Editor
A Nuxt app for browsing Hack Club's DNS records and opening pull requests to add subdomains on [`hackclub/dns`](https://github.com/hackclub/dns).
## Development
This project uses [Bun](https://bun.sh/):
```bash
bun install
cp .env.example .env # then fill in GITHUB_TOKEN
bun run dev
```
## Live demo
Use it at [dns.hackclub.com](https://dns.hackclub.com)