Challenge
Modern frontend stacks often accept runtime overhead as normal. Velox was built to explore a more direct model where declarative UI compiles into targeted DOM updates with almost no wasted runtime work.
Web Development
Next-generation web framework with Zero VDOM and fine-grained reactivity. Compiles declarative JSX to surgical DOM operations for O(1) updates.
Modern frontend stacks often accept runtime overhead as normal. Velox was built to explore a more direct model where declarative UI compiles into targeted DOM updates with almost no wasted runtime work.
The framework combines zero-VDOM rendering, fine-grained reactivity, a tiny runtime, Vite-native tooling, and a developer model that stays approachable while still chasing aggressive performance goals.
Velox positions the portfolio beyond application work into framework engineering. It shows architectural thinking around rendering models, tooling, runtime tradeoffs, and frontend performance.
Features a tiny <3kb runtime, Vite integration for instant HMR, and a Signal-based API. Architecture is a monorepo containing the core runtime, vite plugin, and CLI scaffolding tool.