TheRemyyy
Back to projects

Web Development

Velox Framework

Next-generation web framework with Zero VDOM and fine-grained reactivity. Compiles declarative JSX to surgical DOM operations for O(1) updates.

TypeScriptReactivityBuild ToolingPerformance

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.

Build approach

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.

Outcome

Velox positions the portfolio beyond application work into framework engineering. It shows architectural thinking around rendering models, tooling, runtime tradeoffs, and frontend performance.

Additional Information

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.