Example Projects
Hands-on tutorials for building on Aleph Cloud. Each guide walks through a real project from start to finish.
Tutorials
Aggregates Cookbook
Store and sync user data on the Aleph network using the JavaScript SDK. Build a profile sync feature that loads and saves settings tied to a wallet address — no backend required.
- Stack: TypeScript, React, wagmi
- Difficulty: Intermediate
Pasta Drop — Decentralized Pastebin
Build a permanent pastebin powered by Aleph STORE messages. Paste text, sign with your wallet, and get an immutable link — no backend, no database, no expiration.
- Stack: TypeScript, React, Aleph SDK, Reown AppKit
- Difficulty: Intermediate
Clawdbot Setup Guide
Deploy a personal AI assistant on Aleph Cloud's decentralized compute. Connect it to Telegram, WhatsApp, or other messaging apps for an always-on assistant that remembers everything.
- Stack: Node.js, Aleph Cloud Compute
- Difficulty: Beginner
Static Site Deploy Cookbook
Deploy a directory of static files to Aleph Cloud IPFS with one Python script. Three nested paths: a Core Deploy that produces a permanent IPFS gateway URL, an optional Custom Domain extension that routes a domain to the deployed CID, and an optional Delegated Signing extension that separates owner from signer for CI/CD use cases.
- Stack: Python, aleph-sdk-python, GitHub Actions
- Difficulty: Intermediate