VX is a compiler-first, full-stack web framework focused on deterministic execution, direct DOM updates, typed data flows, production SSR, accessibility, secure server boundaries, and portable deployment adapters.
Current release line:
0.1.2unstable. Publish evaluation builds undercanaryand release candidates undernext. Thelatesttag is reserved for VX 1.0 after every stabilization criterion is independently satisfied.
npm namespace change: Public packages moved from the legacy
@vx/*namespace to the VX Foundation-owned@vx-foundation/*namespace before the first public release. New code and documentation must use only@vx-foundation/*imports.
.vxlanguage with compiler-owned diagnostics and source mapping- fine-grained direct DOM rendering without a Virtual DOM
- deterministic SSR, streaming, hydration recovery, islands, and resumable boundaries
- typed forms, queries, mutations, offline queues, realtime, and optimistic updates
- file-system routing, endpoints, sessions, middleware, security headers, and observability
- browser, server, edge, static, library, and serverless build targets
- official Node, Docker, Static, Cloudflare, Vercel, Netlify, AWS Lambda, Bun, Deno, and generic adapters
- typed design systems, scoped styling, accessibility diagnostics, and runtime audits
- CLI, Language Server, VS Code tooling, Browser DevTools, packages, signed plugins, testing, fuzzing, and benchmark protocols
- Node.js 22 LTS or 24 LTS
- pnpm 11.19.0 through Corepack
After the first next release is published:
corepack enable
pnpm create @vx-foundation/vx@next my-app
cd my-app
pnpm install
pnpm devAvailable templates: basic, starter, fullstack, and library.
corepack enable
corepack prepare pnpm@11.19.0 --activate
pnpm install --frozen-lockfile
pnpm verify
pnpm verify:release-candidateVX 0.1 is prepared for GitHub and npm publication, but VX 1.0 remains intentionally blocked until external audit evidence, native public benchmarks, production application evidence, and the required canary/next stabilization period are complete. See docs/VX-1.0-READINESS.md.
- Language specification
- Framework guide
- API reference
- Tutorials
- Cookbook
- Deployment
- Security
- Publishing and npm bootstrap
- Git and GitHub bootstrap
- Contributing
- RFC process
MIT © 2026 Veelv