Public landing page for huje.tools. Static HTML hosted on GitHub Pages.
docs/ ← GitHub Pages source (served from main branch)
index.html ← Main landing page — 6 tool cards with code examples
social-alignment.html ← /social-alignment docs page
nostr-profile.html ← /nostr-profile docs page
sense-wonder.html ← /sense-wonder docs page
sense-memory.html ← /sense-memory docs page
sense-music.html ← /sense-music docs page
social-card.html ← /social-card docs page
support.html ← /support — terms and contact
og-image.png ← Main site OG image
og-sense-wonder.png ← Per-tool OG images (generated with socialcard)
og-sense-memory.png
og-nostr-profile.png
og-social-alignment.png
og-sense-music.png
og-social-card.png
CNAME ← Custom domain: huje.tools
- No build step. Edit HTML directly. Push to
mainand GitHub Pages deploys. - No JavaScript (except Plausible analytics). Pure HTML + inline CSS.
- Design system: Dark theme.
--bg: #0f172a,--card: #1e293b,--orange: #f97316,--text: #f8fafc. System font stack, monospace for code. - Code highlighting:
.kw(purple),.str(green),.fn(blue),.comment(dim gray). - Mobile responsive. Media query at 600px.
- Reduced motion.
prefers-reduced-motiondisables transitions. - Plausible analytics on every page — same snippet in every
<head>.
Each tool gets a dedicated page following the same template:
- Breadcrumb (
huje.tools / toolname) - Hero with tagline, install bar, links (PyPI, ClawHub, Source, Docs)
- Quickstart code block
- How it works / capabilities
- API reference with tables
- Security section
- Configuration tables
- NIPs used (if applicable)
- Ecosystem section (links to NSE and sibling tools)
- Footer
OG images generated with social-card package (eating our own dogfood).
- Inline CSS only (no external stylesheets)
- Tool cards on index link to PyPI (primary), ClawHub, Source, and Docs (per-tool page)
- Example code uses generic names:
Johnny5,johnny5@example.com,https://example.com - Brand references only in footers and company attribution (humanjava.com)
relay.nostrkeep.comis the default relay in examples (our product)- Keep claims honest — only show what's live and working