From fff12bed6bff9ab18634d33f40122a31939a78b9 Mon Sep 17 00:00:00 2001 From: Daniel Norman Date: Mon, 9 Mar 2026 11:28:12 +0100 Subject: [PATCH] Refine get started section Split into Build with IPFS, Store & Publish Data, Run a Node, and Explore the Ecosystem cards with constellation images. --- pages/index.vue | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 595b3ac..403fa2c 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -129,60 +129,62 @@ const { data: latestVideos } = await useFetch('/videos.json', {

- Build peer-to-peer apps with IPFS + Build with IPFS

- +

- Our most popular implementations are written in Go, Rust, and TypeScript – and we also have support for desktop, browsers, mobile, embedded devices, and more. + Integrate content addressing and peer-to-peer networking into your application. Choose from implementations in Go, Rust, and JavaScript.

- Developers + Developer Resources Documentation - Read Case Studies + The Lifecycle of Data in IPFS

- Store and manage your data on IPFS + Store & Publish Data

- Use content addressing to give your data unique identifiers, and use IPFS for large-scale data storage and compute. + Use IPFS for large-scale data storage and publishing — from deploying websites to archiving scientific datasets.

- Publish to IPFS with GitHub Actions - Retrieve CIDs with IPFS - Publish geospatial Zarr data + Publish with GitHub Actions + Publish Geospatial Zarr Data + Retrieve CIDs

- Use IPFS apps + Run a Node

- +

- Share files, stream music, publish your website, store NFTs, and much more through hundreds of applications built on IPFS. + Install IPFS on your machine. IPFS Desktop is a graphical interface built on Kubo, the reference Go implementation. Add the browser extension to access IPFS content from any tab.

- Install IPFS Desktop - Install IPFS Browser Extension - Browse IPFS Applications + Install IPFS Desktop + Kubo CLI + Install Browser Extension

- Develop tooling for IPFS + Explore the Ecosystem

- +

- Design storage, compute, encryption, and implementation layers to optimize the way developers use IPFS. + Browse hundreds of apps, tools, and services built on IPFS — from decentralized file sharing and NFT storage to scientific data archival.

- Browse all implementations + Browse IPFS Applications + Case Studies + Browse Implementations