@@ -121,6 +121,33 @@ <h2 class="text-2xl font-bold">What is Basis?</h2>
121121 </ div >
122122 </ section >
123123
124+ <!-- Sustainability & Governance -->
125+ < section id ="sustainability " class ="mx-auto mt-16 max-w-3xl ">
126+ < h2 class ="text-3xl font-bold "> Sustainability & Governance</ h2 >
127+ < p class ="mt-4 text-gray-700 dark:text-gray-300 ">
128+ Basis survives thanks to a mix of < strong > community donations</ strong > and < strong > collaborations with companies</ strong >
129+ who build products on top of the framework. By < strong > bundling funds from multiple organizations</ strong > ,
130+ we tackle hard problems that benefit everyone—examples include work like the < em > jiggle system</ em > and < em > QUIC integration</ em > .
131+ </ p >
132+ < p class ="mt-4 text-gray-700 dark:text-gray-300 ">
133+ Today, < strong > Dooly works full-time on Basis</ strong > , and donations directly support their livelihood and the project’s momentum.
134+ </ p >
135+ < p class ="mt-4 text-gray-700 dark:text-gray-300 ">
136+ Basis is operated by < strong > the Pillars</ strong > —trusted contributors who keep the effort on the narrow straight,
137+ ensuring the project stays aligned and does not get derailed.
138+ </ p >
139+ < div class ="mt-6 flex flex-wrap gap-3 ">
140+ < a href ="https://opencollective.com/basis " target ="_blank "
141+ class ="inline-flex items-center gap-2 rounded-2xl bg-emerald-500 px-5 py-3 text-sm font-semibold text-white shadow hover:shadow-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-brand ">
142+ Support via OpenCollective
143+ </ a >
144+ < a href ="https://discord.gg/v6ve6WT562 " target ="_blank "
145+ class ="inline-flex items-center gap-2 rounded-2xl bg-indigo-600 px-5 py-3 text-sm font-semibold text-white shadow hover:shadow-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-brand ">
146+ Join the Discord
147+ </ a >
148+ </ div >
149+ </ section >
150+
124151 <!-- Why Basis vs. Toolkits -->
125152 < section id ="why-basis " class ="mx-auto mt-12 max-w-3xl ">
126153 < h2 class ="text-3xl font-bold "> Why Basis over another XR toolkit?</ h2 >
@@ -207,17 +234,9 @@ <h3 class="text-xl font-semibold">3) Social & Cultural Are the Moat</h3>
207234 </ p >
208235 </ article >
209236
237+ <!-- Principle #4 updated -->
210238 < article class ="rounded-2xl border border-gray-200/70 dark:border-white/10 bg-white/70 dark:bg-white/5 shadow-soft p-6 ">
211- < h3 class ="text-xl font-semibold "> 4) Honest About Competition</ h3 >
212- < p class ="mt-2 text-gray-700 dark:text-gray-300 ">
213- Developer time is zero-sum. Basis can be “good for the industry” and still be a choice instead of
214- something else. We’re transparent about scope and tradeoffs.
215- </ p >
216- </ article >
217-
218- <!-- Principle #5 updated -->
219- < article class ="rounded-2xl border border-gray-200/70 dark:border-white/10 bg-white/70 dark:bg-white/5 shadow-soft p-6 ">
220- < h3 class ="text-xl font-semibold "> 5) Framework, Not Platform</ h3 >
239+ < h3 class ="text-xl font-semibold "> 4) Framework, Not Platform</ h3 >
221240 < p class ="mt-2 text-gray-700 dark:text-gray-300 ">
222241 Basis is not a Social VR platform. It includes useful primitives, but the core project is not intended to
223242 create the sort of scalable social infrastructure that Social VR platforms require. It does not specifically
@@ -324,12 +343,6 @@ <h3 class="text-xl font-semibold">Modular Packages (Roadmap)</h3>
324343 We aim to ship Basis modules as Unity packages so you can adopt parts (e.g., networking) without pulling in the whole stack.
325344 </ p >
326345 </ div >
327- < div class ="rounded-2xl border border-gray-200/70 dark:border-white/10 bg-white/70 dark:bg-white/5 shadow-soft p-6 ">
328- < h3 class ="text-xl font-semibold "> Comparison Guides (Planned)</ h3 >
329- < p class ="mt-2 text-gray-700 dark:text-gray-300 ">
330- Short write-ups that answer “When XR ITK is enough” vs. “When Basis saves time,” aimed at devs from non-Social-VR backgrounds.
331- </ p >
332- </ div >
333346 </ div >
334347 </ section >
335348
@@ -402,33 +415,6 @@ <h3 class="text-xl font-semibold">Interoperability & Clear Boundaries (Future)</
402415 </ div >
403416 </ section >
404417
405- <!-- Sustainability & Governance -->
406- < section id ="sustainability " class ="mx-auto mt-16 max-w-3xl ">
407- < h2 class ="text-3xl font-bold "> Sustainability & Governance</ h2 >
408- < p class ="mt-4 text-gray-700 dark:text-gray-300 ">
409- Basis survives thanks to a mix of < strong > community donations</ strong > and < strong > collaborations with companies</ strong >
410- who build products on top of the framework. By < strong > bundling funds from multiple organizations</ strong > ,
411- we tackle hard problems that benefit everyone—examples include work like the < em > jiggle system</ em > and < em > QUIC integration</ em > .
412- </ p >
413- < p class ="mt-4 text-gray-700 dark:text-gray-300 ">
414- Today, < strong > Dooly works full-time on Basis</ strong > , and donations directly support their livelihood and the project’s momentum.
415- </ p >
416- < p class ="mt-4 text-gray-700 dark:text-gray-300 ">
417- Basis is operated by < strong > the Pillars</ strong > —trusted contributors who keep the effort on the narrow straight,
418- ensuring the project stays aligned and does not get derailed.
419- </ p >
420- < div class ="mt-6 flex flex-wrap gap-3 ">
421- < a href ="https://opencollective.com/basis " target ="_blank "
422- class ="inline-flex items-center gap-2 rounded-2xl bg-emerald-500 px-5 py-3 text-sm font-semibold text-white shadow hover:shadow-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-brand ">
423- Support via OpenCollective
424- </ a >
425- < a href ="https://discord.gg/v6ve6WT562 " target ="_blank "
426- class ="inline-flex items-center gap-2 rounded-2xl bg-indigo-600 px-5 py-3 text-sm font-semibold text-white shadow hover:shadow-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-brand ">
427- Join the Discord
428- </ a >
429- </ div >
430- </ section >
431-
432418 <!-- Reason to Launch -->
433419 < section id ="reason-to-launch " class ="mx-auto mt-16 max-w-3xl ">
434420 < h2 class ="text-3xl font-bold "> Why Launch a Basis-Powered App?</ h2 >
0 commit comments