lunx.docs
v1.0.2 — 19 framework adapters · 304 tests passing

Build faster.
Ship smarter.

A production-grade build tool with a Rust-native core. Sub-100ms HMR, native Module Federation, 19 framework adapters, and an 8-command security pipeline — all in one tool.

terminal
$ lunx create my-app --framework react --ts
⚡ lunx v1.0.0 adapter: react port: 5173
✓ TypeScript config generated
✓ Dependencies installed (847ms)
 
$ lunx dev
🔥 HMR ready p50: 12ms p95: 14ms
➜ http://localhost:5173
✓ ready in 36ms
0
Meta-frameworks
0ms
HMR p99 latency
0
Official plugins
0
Security commands

Everything in one tool

No configuration plugins. No adapter juggling. Everything you need ships in the box.

Rust-native core

SWC handles JS/TS transforms. LightningCSS processes styles. Both run in parallel — faster than any pure-JS bundler.

🔥

Sub-100ms HMR

uWebSockets.js server with rust-notify file watcher. p50: 12ms, p99: 18ms. State preserved across hot reloads.

🏗️

19 meta-frameworks

Zero-config adapters for React, Vue, Svelte, Angular, Next.js, Nuxt, Astro, SvelteKit, Remix, Qwik, Solid, Tauri, Electron and more.

🔒

Security pipeline

8 built-in commands: secret scanning, CVE detection (OSV), SBOM generation (CycloneDX 1.5), SRI injection, CSP generation.

📦

Module Federation

Native MFE host/remote orchestration across frameworks. Singleton React enforcement prevents duplicate hook context errors.

💾

Smart cache

SQLite WAL incremental cache. Warm start under 100ms. Task graph with 99.9% hit rate on single-file changes.

19 frameworks. Zero config.

Lunx auto-detects your framework from package.json.

Up in 60 seconds

Three commands. Any framework. Production-ready from day one.

01
Create
$ npm create lunx-dev@latest my-app

Interactive picker — choose framework, TypeScript, Tailwind

02
Develop
$ lunx dev

Dev server starts in <40ms with sub-100ms HMR

03
Build
$ lunx build

Security scan → minify → brotli compress → SRI inject

Built-in security pipeline

Security on every build

8 commands ship with Lunx. No plugins. No extra setup. Runs automatically before writing to dist/.

lunx security audit

All checks. Exit 1 on any violation. CI-ready gate.

lunx security scan

Scans for AWS keys, tokens, Stripe secrets, JWTs.

lunx security cve

OSV CVE database. GHSA IDs + CVSS scores.

lunx security sbom

CycloneDX 1.5 SBOM. Required by EO 14028.

lunx security headers

Strict CSP + SHA-384 SRI for every asset.

lunx security fix

Auto-upgrade vulnerable deps. Shows diff first.

lunx security plugins

Audit plugin sandbox permissions.

lunx security report

HTML/JSON security report scored out of 100.