lunx.docs
Changelogv1.0.0

Lunx v1.0.0

Released May 14, 2026

First stable release of Lunx. Full production-ready build pipeline with 19 framework adapters, 8-stage native security suite, Module Federation, SQLite smart cache, and sub-18ms HMR.

19 Framework Adapters

FeatureReact 18 — SWC JSX, Fast Refresh, automatic code splitting
FeatureVue 3 — SFC compilation, Composition API, Pinia-compatible
FeatureSvelte 5 — Runes, scoped CSS, transitions, stores
FeatureAngular 17 — Ivy, Signals, standalone components, lazy routes
FeatureSvelteKit 2 — file routing, server load functions, form actions
FeatureNuxt 3 — Nitro engine, auto-imports, useFetch SSR
FeatureRemix 2 — loaders, actions, streaming SSR with defer()
FeatureAstro 4 — islands architecture, content collections, all client:* directives
FeatureSolidStart — fine-grained signals, server functions, streaming
FeatureQwik City — resumability, routeLoader$, routeAction$ with Zod
FeatureTauri 2 — Rust commands, type generation, dual bundle
FeatureElectron 31 — contextBridge, IPC handlers, dual CJS/ESM
FeaturePreact — 3KB runtime, Signals, React compat alias
FeatureLit — Web Components, Shadow DOM, decorators
FeatureNext.js — complementary security auditing and component library build
FeatureWaku — RSC streaming, use server/client boundaries
FeatureTanStack Start — 100% type-safe routes and server functions
FeatureAnalog — Angular file routing, Markdown pages, h3 API routes
FeatureVitePress — Markdown+Vue docs with Lunx security auditing

Core Build Engine

FeatureSWC TypeScript/JSX compilation — 20× faster than Babel
FeatureLightningCSS — nesting, custom properties, vendor prefixes, minification
FeatureuWebSockets.js dev server — 36ms cold boot, 10,000+ concurrent WebSocket connections
Featurerust-notify file watcher — 6ms detection latency (vs chokidar ~30ms)
Performance18ms p99 HMR latency — component-level updates with state preserved
FeatureSQLite incremental build cache — 100% hit rate on unchanged files, sub-4ms rebuild
FeatureModule Federation — host/remote config, TypeScript type sharing, production URL overrides

Security Pipeline (8 Commands)

Securitylunx security scan — 200+ secret patterns, Shannon entropy analysis
Securitylunx security cve — OSV database check against exact lockfile versions (<300ms)
Securitylunx security sbom — CycloneDX 1.5 JSON/XML Software Bill of Materials
Securitylunx security headers — SHA-384 SRI hash injection into index.html
Securitylunx security fix — interactive vulnerability upgrade with changelog preview
Securitylunx security plugins — plugin sandbox permission audit
Securitylunx security report — scored HTML/JSON compliance report (0–100)
Securitylunx security audit — all 8 checks in sequence, CI-friendly exit codes

Official Plugins

Feature@lunx/plugin-env — Zod schema-validated environment variables with LUNX_PUBLIC_ boundary
Feature@lunx/plugin-pwa — zero-config PWA with service worker, manifest, offline cache strategies
Feature@lunx/plugin-compress — Brotli/Gzip via parallel Rust threads
Feature@lunx/plugin-svg, @lunx/plugin-icons, @lunx/plugin-image, @lunx/plugin-mock, @lunx/plugin-inspect, @lunx/plugin-checker, @lunx/plugin-legacy, @lunx/plugin-auto-import