The documentation and showcase site for zig-nostr — the Nostr protocol library for Zig.
Built with Next.js and Nextra.
npm install
npm run devThen open http://localhost:3000.
npm run buildnext build prerenders every page as static HTML and pagefind builds the
search index.
content/— the pages, authored in MDX.content/_meta.js— sidebar/navigation order and labels.app/— the Next.js App Router entry (layout, catch-all MDX route).app/globals.css— brand styles and the landing hero.
Deployed on Vercel. The production domain is configured in the Vercel dashboard, not committed to this repository.
MIT — see LICENSE.