@@ -13,6 +13,10 @@ export const HOME = {
1313 } ,
1414 ] ,
1515 badges : [ ] ,
16+ support : {
17+ title : "Production ready" ,
18+ meta : [ "Native C++ binaries" , "MIT licensed" ] ,
19+ } ,
1620 examples : [
1721 {
1822 key : "http" ,
@@ -104,74 +108,15 @@ i Hint: Ctrl+C to stop`,
104108 ] ,
105109 } ,
106110
107- why : {
108- title : "Why Vix exists" ,
109- subtitle : "Most runtimes assume stable internet. That is not reality." ,
110- items : [
111- {
112- title : "Built for real conditions" ,
113- text : "Designed for unstable networks, offline-first environments, edge deployments, and peer-to-peer systems." ,
114- } ,
115- {
116- title : "Predictable performance" ,
117- text : "Native performance with control and consistency. No garbage collector pauses. No surprise overhead." ,
118- } ,
119- {
120- title : "Developer experience" ,
121- text : "Clear errors, code frames, structured logs, and a CLI that behaves like a real tool." ,
122- } ,
123- ] ,
124- } ,
125-
126- proof : {
127- title : "Trust, not hype" ,
128- subtitle :
129- "Built to be verifiable in behavior, performance, and distribution." ,
130- items : [
131- {
132- title : "Open-source" ,
133- text : "Developed in the open with a source-first workflow." ,
134- } ,
135- {
136- title : "Reproducible" ,
137- text : "Benchmarks and behavior are tied to commits and can be reproduced." ,
138- } ,
139- {
140- title : "Safe distribution" ,
141- text : "Packaging and verification make delivery deterministic and secure." ,
142- } ,
143- ] ,
144- } ,
145-
146111 batteries : {
147- title : "What you get" ,
148- subtitle :
149- "Everything needed to build, run, and ship backend services in one system." ,
112+ title : "What ships with Vix" ,
150113 items : [
114+ { title : "Native runtime" , text : "Compiled C++ binaries. No VM. No GC." } ,
151115 {
152- title : "Unified CLI" ,
153- text : "One workflow covering new, build, run, dev, check, tests, pack, verify, and registry." ,
154- } ,
155- {
156- title : "Script mode" ,
157- text : "Run a single C++ file like a script using vix run file.cpp." ,
158- } ,
159- {
160- title : "HTTP and WebSocket runtime" ,
161- text : "Build APIs and realtime systems with a shared execution model." ,
162- } ,
163- {
164- title : "Middleware pipeline" ,
165- text : "Composable request handling with deterministic control flow." ,
166- } ,
167- {
168- title : "Packaging and verification" ,
169- text : "Create distributable artifacts and verify them before installation." ,
170- } ,
171- {
172- title : "Registry workflow" ,
173- text : "Discover, add, and publish reusable C++ libraries with an offline-friendly flow." ,
116+ title : "HTTP + WebSocket" ,
117+ text : "One execution model for APIs and realtime." ,
174118 } ,
119+ { title : "CLI workflow" , text : "build, run, dev, pack, verify." } ,
175120 ] ,
176121 } ,
177122
0 commit comments