Qyavix is a minimal, blazing-fast JavaScript runtime for UI — only 155 bytes (minified), providing a tiny hook-style state API (u) and a simple render function (r). Use it when you want: - zero dependencies - tiny bundle size - full DOM control without virtual DOM overhead - perfect speed for benchmarks or micro-UI Built for developers who love performance, simplicity and control.
Thanks for checking out Qyavix!
I built this because I wanted to see how far a DOM runtime can be reduced without losing clarity or usefulness.
Qyavix is a 155-byte, zero-dependency micro-framework with hook-style state and instant re-rendering.
No build tools, no virtual DOM, no magic — just pure JavaScript.
It’s mainly for:
benchmarking
micro-UI experiments
educational minimalism
ultra-small widgets or embedded UIs
If you try it out, I’d love to hear your thoughts, issues, or ideas.
Feedback is extremely welcome!
Report
No reviews yetBe the first to leave a review for Qyavix