198198 rel ="noreferrer "
199199 >
200200 < span class ="icon-chip icon-linkedin "> in</ span >
201- < span class ="community-link-label "> Vix Framework</ span >
201+ < span class ="community-link-label "> Vix.cpp Framework</ span >
202202 </ a >
203203 </ div >
204204
@@ -477,7 +477,7 @@ <h2>Why Vix.cpp exists</h2>
477477 < div class ="card reveal ">
478478 < h3 > Offline-first reality</ h3 >
479479 < p >
480- Apps shouldn’t stop because the network stopped. Vix keeps
480+ Apps shouldn’t stop because the network stopped. Vix.cpp keeps
481481 systems usable during outages, then syncs when connectivity
482482 comes back.
483483 </ p >
@@ -486,8 +486,9 @@ <h3>Offline-first reality</h3>
486486 < div class ="card reveal ">
487487 < h3 > Unstable networks & real latency</ h3 >
488488 < p >
489- High jitter, packet loss and slow links are normal. Vix is built
490- for predictable behavior under degraded network conditions.
489+ High jitter, packet loss and slow links are normal. Vix.cpp is
490+ built for predictable behavior under degraded network
491+ conditions.
491492 </ p >
492493 </ div >
493494
@@ -642,8 +643,8 @@ <h3>High-performance APIs</h3>
642643 < div class ="container ">
643644 < h2 > Architecture — modular runtime</ h2 >
644645 < p class ="section-intro ">
645- Vix is organized as focused modules you can compose. Keep the core
646- small, add what you need.
646+ Vix.cpp is organized as focused modules you can compose. Keep the
647+ core small, add what you need.
647648 </ p >
648649
649650 < div class ="arch-grid ">
@@ -731,7 +732,7 @@ <h2>Architecture — modular runtime</h2>
731732 < h2 > Real-time WebSocket chat, built with Vix.cpp</ h2 >
732733 < p class ="section-intro ">
733734 This is not a mockup it’s a real chat application running on top
734- of the < strong > Vix WebSocket module</ strong > . Rooms, history,
735+ of the < strong > Vix.cpp WebSocket module</ strong > . Rooms, history,
735736 typed messages and activity feed, all powered by the runtime.
736737 </ p >
737738
@@ -769,7 +770,7 @@ <h2>Real-time WebSocket chat, built with Vix.cpp</h2>
769770 < div class ="app-frame-header ">
770771 < span > </ span > < span > </ span > < span > </ span >
771772 < span class ="app-frame-title "
772- > Vix WebSocket chat · rooms + history</ span
773+ > Vix.cpp WebSocket chat · rooms + history</ span
773774 >
774775 </ div >
775776 < div class ="app-frame-body ">
@@ -881,7 +882,7 @@ <h2>Script mode — run or dev <code>.cpp</code> files directly</h2>
881882 </ p >
882883
883884 < p class ="code-note ">
884- Under the hood, Vix generates a temporary CMake project in
885+ Under the hood, Vix.cpp generates a temporary CMake project in
885886 < code > .vix-scripts/<filename>/</ code > , builds it and runs
886887 the resulting executable.
887888 </ p >
0 commit comments