Skip to content

Commit ee7bb7e

Browse files
authored
docs: update community pages with demos (#654)
docs: update community pages with demos
1 parent ef3187d commit ee7bb7e

3 files changed

Lines changed: 37 additions & 9 deletions

File tree

docs/src/content/docs/resources/community-projects.md

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,64 @@
11
---
22
title: Community Projects
3-
description: Community-maintained SDKs, tools, and projects for Filecoin Onchain Cloud.
3+
description: FOC WG and community-maintained SDKs, tools, and projects for Filecoin Onchain Cloud.
44
sidebar:
55
order: 3
66
---
77

8-
This page showcases community-maintained projects that extend the Filecoin Onchain Cloud ecosystem. These are independent projects and are not officially maintained or endorsed by the FOC team.
8+
This page highlights real projects that show Synapse and Filecoin Onchain Cloud (FOC) in action. Start with the FOC WG spotlight projects, then explore additional community-built SDKs and tooling.
99

10-
:::caution[Community Maintained]
11-
The projects listed below are developed and maintained by community members. For support, documentation, and compatibility questions, please refer to each project's repository.
10+
:::note[How to Use This Page]
11+
Use these repositories as reference implementations when planning your own FOC integration, especially for storage UX, wallet flows, and on-chain indexing.
1212
:::
1313

14-
## SDKs
14+
:::caution[Ownership and Support]
15+
Projects in **FOC WG Spotlight** are maintained by the FOC Working Group. Projects in **Additional Community Projects** are maintained by external contributors. For support and compatibility questions, refer to each project's repository.
16+
:::
17+
18+
## FOC WG Spotlight
19+
20+
| Project | Demo | Source |
21+
| --- | --- | --- |
22+
| Filecoin Pin | [Open Demo](https://pin.filecoin.cloud/) | [GitHub](https://github.com/filecoin-project/filecoin-pin) |
23+
| FOC Upload dApp | [Open Demo](https://foc-demo.filbuilders.eth.limo/) | [GitHub](https://github.com/FIL-Builders/foc-upload-dapp) |
24+
25+
### Filecoin Pin
26+
27+
[![Screenshot of the Filecoin Pin demo](./pin-filecoin-cloud.png)](https://pin.filecoin.cloud/)
28+
29+
`Filecoin Pin` is a reference pinning app built on FOC primitives. It is a good starting point for understanding production-style upload, IPFS pin management, and retrieval flows.
30+
31+
### FOC Upload dApp
32+
33+
[![Screenshot of the FOC Upload dApp demo](./foc-upload-dapp-demo.png)](https://foc-demo.filbuilders.eth.limo/)
34+
35+
`FOC Upload dApp` demonstrates an upload-first flow with wallet-connected interactions. Use it as a baseline for quickly integrating Synapse/FOC upload workflows in your own dApp.
36+
37+
- Best for: rapid upload dApp prototyping
38+
- Integration focus: minimal end-to-end storage flow with wallet UX
39+
40+
## Additional Community Projects
41+
42+
### SDKs
1543

16-
### Python
44+
#### Python
1745

1846
**[pynapse](https://github.com/anjor/pynapse)** — A Python SDK for interacting with Filecoin Onchain Cloud services.
1947

2048
- Upload and download data
2149
- Payment and allowance management
2250
- Provider discovery
2351

24-
### Go
52+
#### Go
2553

2654
**[go-synapse](https://github.com/data-preservation-programs/go-synapse)** — A Go SDK for Filecoin Onchain Cloud.
2755

2856
- Native Go implementation
2957
- Suitable for backend services and CLI tools
3058

31-
## Tools
59+
### Tools
3260

33-
### FWSS Subgraph
61+
#### FWSS Subgraph
3462

3563
**[fwss-subgraph](https://github.com/FIL-Builders/fwss-subgraph)** — Indexes on-chain data from the Filecoin Warm Storage Service contracts, making it easy to query data sets, pieces, payment rails, and provider activity using GraphQL.
3664

55.1 KB
Loading
130 KB
Loading

0 commit comments

Comments
 (0)