Landing page for BitcoinVN's Nostr Relay service.
- Eleventy (11ty) v3 - static site generator
- Nunjucks - templating
- Native CSS with custom properties
- No frameworks or build tools beyond Eleventy
pnpm install
pnpm run devThe site will be available at http://localhost:8080.
pnpm run buildOutput goes to _site/.
src/
├── _includes/
│ ├── base.njk # HTML shell, scripts
│ ├── header.njk # Sticky navbar
│ └── footer.njk # Footer with social links
├── _data/
│ ├── site.json # Site metadata, nav links
│ ├── sections.json # Homepage content data
│ └── specs.json # Relay hardware specs
├── css/
│ └── style.css # All styles
├── assets/
│ ├── blue-spark.webp # Hero background
│ └── bvn-star.svg # Brand logo
├── index.njk # Homepage
├── specs.njk # Relay specifications
└── tos.njk # Terms of Service
- Home - Hero, about Nostr, why paid relays, why BV Relay, member benefits, join CTA
- Specs - Relay hardware specifications and WSS address
- TOS - Terms of Service
Proprietary - BitcoinVN.