Gates / frontend (push) Successful in 1m8s
Gates / test (push) Successful in 2m5s
Gates / test-aarch64 (push) Successful in 7m1s
Gates / package (push) Successful in 4m3s
Gates / container (push) Successful in 15s
CI / gates (push) Successful in 13m28s
2.2 KiB
2.2 KiB
nxdns.sh — marketing and docs website plan
Agreed in an interview on 2026-08-15. This directory will hold the site's source.
Purpose
Convince, then teach. A marketing front page sells the project; the docs sit one click away. mediabunny.dev is the structural model (landing on top, docs behind it), not the visual one.
Domain and hosting
- Domain:
nxdns.sh(already owned). - Host: Cloudflare Pages.
- Deploy: Gitea Actions builds the site on push to master, then
wrangleruploads the output. A Cloudflare API token lives as a Gitea secret. (Cloudflare Pages has no Gitea integration, so direct upload is the mechanism.)
Stack and layout
- Astro + Starlight, in this
website/directory. - Starlight reads the existing
docs/Diátaxis tree in place. Docs and code version together; nothing moves or syncs.
Landing page
Three sections:
- Hero: one-line pitch and a copyable install command. Releases 0.0.1–0.0.3 exist, so the command is real.
- Feature grid: filtering, config-as-code, DoH/DoT, per-client groups, metrics, query log.
- Comparison table vs Pi-hole, AdGuard Home, Technitium — short, only to help people choose.
The pitch leads with what nxdns does, not with attacks on the incumbents. No screenshots.
Docs section
- The full
docs/tree (tutorial, how-to, reference, explanation) plus a changelog page rendered fromCHANGELOG.md. PLAN.md(root) andspecs/stay repo-only.- Pagefind search (Starlight built-in) is on. No analytics. No live demo instance.
Look
- Clean technical. Light default with a dark toggle.
- Orange/amber accent.
- Brand is the lowercase
nxdnswordmark in a distinctive typeface. No drawn logo. - Copy tone: personal / indie, first person — why I built it and what it fixes — in the honest voice the docs already use.
Links
Source links point to git.mial.net/mokhtar/nxdns only. No GitHub mirror.
Open questions
- Wordmark typeface — resolve in the design pass.
- Does the Gitea container registry allow anonymous pulls? That decides whether the hero shows
docker runor the binary install from INSTALL.md. - Fact-check the comparison table against current competitor versions before publication.