Create a new BlazeFW application
BlazeFW Vite plugin — intercepts .blazefw.tsx files and routes them through the Rust compiler binary via stdin/stdout JSON bridge, splitting each file into server and client bundles automatically
BlazeFW Rust/WASM compiler — server/client slicer and accessibility scanner
Automerge CRDT document compiled to WebAssembly — Zero-Fetch Sync engine for Blazefw
BlazeFW email renderer — maps Stack, Text, Action, and Input primitives to MSO-safe HTML strings with table-based layout and wrapDocument() for full Outlook-compatible email templates
BlazeFW semantic UI type contracts — Stack, Text, Action, and Input primitives with design-token-based spacing and color for web, native, and email renderers
Blazefw sidecar worker — offloads 3rd-party scripts to a Web Worker with DOM proxy
Blazefw Inspector — browser overlay showing server/client component split in real-time
Blazefw runtime core — Zero-Fetch Sync hooks and WebSocket transport
Blazefw Accessibility — runtime utilities, axe-core test helpers, and blazefw-a11y compliance CLI
BlazeFW web renderer — maps Stack, Text, Action, and Input primitives to React components with inline styles and CSS custom property theming, zero Tailwind dependency
BlazeFW native renderer — maps Stack, Text, Action, and Input primitives to React Native View, Text, Pressable, and TextInput with dp units and a built-in DEFAULT_THEME palette
Blazefw WebSocket sync server — binary CRDT transport for Zero-Fetch Sync
Blazefw Snapshot Boundary — time-travel error recovery for React components
Compile class public and private fields, private methods and decorators to ES6
Compile ESNext Regular Expressions to ES5
RFC9562 UUIDs
Create a new Jest project
Polyfill for Node.js module.createRequire (<= v12.2.0)
Create and parse Content-Disposition header
Babel preset used by Create React App
webpack utilities used by Create React App
ESLint configuration used by Create React App
Configuration and scripts for Create React App.