You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML DSL: Write HTML naturally in Nushell without string concatenation or templates. Includes SVG and MathML elements, automatic XSS escaping, and composable components via Nushell functions
Datastar SDK 🚀: Build reactive UIs with server-sent events—all logic stays in Nushell
HTTP/2 & Graceful Shutdown: Production-ready with HTTP/2 over TLS and clean shutdown handling
Request Logging: Live-updating human-friendly logs (default) or structured JSONL for aggregation. --trust-proxy extracts real client IPs from X-Forwarded-For when behind reverse proxies
Routing Module: Organize routes with route and dispatch commands
Syntax Highlighting: .highlight command for code blocks with theme support
Plugin Support: Load Nushell plugins with --plugin flag
Precompiled Templates: .mj compile/render for Jinja2 templates—~200x faster than generating HTML on the fly
Eval Subcommand: http-nu eval runs Nushell expressions with http-nu's embedded modules and custom builtin commands available
Homebrew: brew install cablehead/tap/http-nu on macOS
Raw commits
feat: add Open Graph meta tags and social card image (2025-12-31)
docs: README.md (2025-12-31)
feat: add landing page (2025-12-31)
feat: add SVG and MathML elements to HTML DSL (2025-12-31)