diff --git a/content/build/index.md b/content/build/index.md index e7e579822..d579df17d 100644 --- a/content/build/index.md +++ b/content/build/index.md @@ -24,9 +24,32 @@ extra: ) }} + + +
+ + + + ## Building for Web2, Web3, AI, and Beyond + + ThreeFold builds the infrastructure to power today’s and tomorrow’s digital world, across Web2, Web3, AI, and Edge IT workloads. + +
+ + We are currently running **V3.16.0**, a large-scale Proof-of-Concept Network, while simultaneously preparing for **V4.0.0**, our upcoming production-ready release, delivering a fully operational, self-sustaining internet infrastructure built on three foundational pillars. + + +{{ tabs() }} + +
+ + + + + -
+
diff --git a/static/js/custom.js b/static/js/custom.js index 0ccac1be7..a231a673c 100644 --- a/static/js/custom.js +++ b/static/js/custom.js @@ -191,3 +191,4 @@ function formatStatsData(stats) { readingTime(); getStats(); document.getElementById("year").innerHTML = new Date().getFullYear(); + diff --git a/templates/shortcodes/tabs.html b/templates/shortcodes/tabs.html new file mode 100644 index 000000000..22a09f7ce --- /dev/null +++ b/templates/shortcodes/tabs.html @@ -0,0 +1,103 @@ +
+
+
+
+
+
+
+ + + + + + +
+
+
+ +
+ +
+

Compute

+

A self-healing compute fabric designed for resilience, decentralization, and scale. +

+
    +
  • Autonomous Workload Management – Workloads automatically migrate to healthy nodes to ensure fault tolerance and high availability.
  • +
  • P2P Compute Marketplace – Individuals and enterprises can monetize spare compute and GPU resources through a decentralized network.
  • +
  • AI & Web3 Ready – Run LLMs, autonomous agents, blockchain nodes, and immersive metaverse apps at the edge.
  • +
  • Zero-OS (ZOS) – Our custom-built, stateless, immutable OS that powers: +
      +
    • MicroVMs & containerized environments (Kubernetes, Docker, Firecracker).
    • +
    • AI inference and training workloads.
    • +
    • Web3 infrastructure and federated learning models.
    • +
    +
  • +
  • No Hyperscalers – Fully independent infrastructure managed by intelligent agents on bare metal.
  • +
+
+
+
+
+

Data

+

Private, distributed, and AI-native storage with user sovereignty at its core. +

+
    +
  • Privacy-First – End-to-end encryption and redundancy, with no central control.
  • +
  • 10x Efficient – Optimized for performance and sustainability, far surpassing traditional cloud.
  • +
  • Geo-Aware & Compliant – Data stays where it’s supposed to, satisfying regional policies and privacy standards.
  • +
+
+
+
+
+

Network

+

A secure, peer-to-peer internet backbone, self-sustaining, censorship-resistant, and optimized for performance. +

+
    +
  • End-to-End Encryption – All communications are secured by design.
  • +
  • Shortest-Path Routing – Dynamically finds the most efficient path across the network, reducing latency and cost.
  • +
  • No Middlemen – Fully peer-to-peer, removing reliance on centralized ISPs or DNS providers.
  • +
  • Censorship Resistance – Built to thrive under pressure, even in restricted or controlled regions.
  • +
+
+
+
+
+
+
+ + + + \ No newline at end of file