update action

This commit is contained in:
2025-02-19 11:48:55 +02:00
parent bdf236f138
commit dbfdf731d7
5 changed files with 119 additions and 11 deletions

View File

@@ -6,8 +6,7 @@
<p class="mx-auto mt-6 max-w-3xl text-pretty lg:text-2xl text-lg font-medium text-gray-200 fade-in">ThreeFold can be used by any Web2, Web3, AI, or Edge IT workload.
</p>
<div class="mt-12 flex items-center justify-center gap-x-6">
<a href="https://docs.threefold.io" class="fade-in rounded-2xl bg-white px-4 py-2.5 text-md font-semibold text-black shadow-sm hover:bg-gray-200 hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-offset-2">Dive Deeper</a>
f
<a href="https://docs.threefold.io" class="fade-in rounded-2xl bg-white px-4 py-2.5 text-md font-semibold text-black shadow-sm hover:bg-gray-200 hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Dive Deeper</a>
</div>
</div>
</div>

View File

@@ -11,7 +11,7 @@
<div class="mx-auto max-w-2xl mt-16 lg:max-w-none">
<dl class="grid max-w-xl gap-x-8 gap-y-8 lg:max-w-none lg:grid-cols-2">
<dl class="grid max-w-xl gap-x-8 gap-y-8 lg:max-w-none">
<div class="fade-in-box flex flex-col p-4 lg:p-8 rounded-2xl bg-white/5">
<div class="fade-in-box flex flex-col p-4 lg:p-6 rounded-2xl bg-white/5">
<!-- <img class="fade-in blinking-effect relative mx-auto mb-4" width="25%" src="/images/open_source.png" alt=""> -->
<dt class="flex gap-x-3 text-lg rounded-2xl font-semibold text-white px-6">
Data
@@ -25,7 +25,7 @@
</ul>
</dd>
</div>
<div class="fade-in-box flex flex-col p-4 lg:p-8 rounded-2xl bg-white/5">
<div class="fade-in-box flex flex-col p-4 lg:p-6 rounded-2xl bg-white/5">
<!-- <img class="fade-in blinking-effect relative mx-auto mb-4" width="25%" src="/images/open_source.png" alt=""> -->
<dt class="flex gap-x-3 text-lg rounded-2xl font-semibold text-white px-6">
Network
@@ -41,17 +41,17 @@
</div>
</dl>
<div class="fade-in-box flex flex-col p-4 lg:p-8 rounded-2xl bg-white/5">
<div class="fade-in-box flex flex-col p-4 lg:p-6 rounded-2xl bg-white/5">
<!-- <img class="fade-in blinking-effect relative mx-auto mb-4" width="25%" src="/images/open_source.png" alt=""> -->
<dt class="flex gap-x-3 text-lg rounded-2xl font-semibold text-white px-6">
Autonomous Cloud
</dt>
<dd class="mt-4 flex flex-auto flex-col">
<ul class="text-white fade-in">
<li class="text-sm text-gray-200 mb-2">Self-healing compute fabric—automatically redistributes workloads to healthy nodes. Fault tolerance is achieved via live migration of workloads, maintaining service availability. The Grid supports a peer-to-peer (P2P) AI compute and storage marketplace, allowing individuals and enterprises to monetize excess compute and GPU resources.</li>
<li class="text-sm text-gray-200 mb-2">No reliance on hyperscalers—agents dynamically manage resources, ensuring uptime and resilience.</li>
<li class="text-sm text-gray-200 mb-2">Optimized for AI & Web3—ideal for running autonomous applications, LLMs, and metaverse infrastructure. The Grid is designed to support AI inference and training at the edge.</li>
<li class="text-sm text-gray-200 mb-2">ThreeFold Grid V3 uses ZOS (Zero-OS), a highly optimized, minimalistic OS designed specifically for stateless, immutable, and self-healing workloads. ZOS runs on bare metal and supports:
<li class="text-sm text-gray-200 mb-3">Self-healing compute fabric—automatically redistributes workloads to healthy nodes. Fault tolerance is achieved via live migration of workloads, maintaining service availability. The Grid supports a peer-to-peer (P2P) AI compute and storage marketplace, allowing individuals and enterprises to monetize excess compute and GPU resources.</li>
<li class="text-sm text-gray-200 mb-3">No reliance on hyperscalers—agents dynamically manage resources, ensuring uptime and resilience.</li>
<li class="text-sm text-gray-200 mb-3">Optimized for AI & Web3—ideal for running autonomous applications, LLMs, and metaverse infrastructure. The Grid is designed to support AI inference and training at the edge.</li>
<li class="text-sm text-gray-200 mb-3">ThreeFold Grid V3 uses ZOS (Zero-OS), a highly optimized, minimalistic OS designed specifically for stateless, immutable, and self-healing workloads. ZOS runs on bare metal and supports:
<ul class="text-white fade-in">
<li class="text-sm">MicroVMs & Containerized Workloads (Kubernetes, Docker, Firecracker).</li>
<li class="text-sm">AI & Machine Learning Workloads (LLM inference, federated learning).</li>