State of play as of right now – once again, just in case, all of these things are referenced in publicly available documentation, such as the w3s-architecture repo, so don't get triggered, ta.
Also, it's probably not the full list.
✅ = repo is public
🔒 = repo is private, but is referenced in public docs
🎯 Consumer apps (the end products)
- 🔒 dotli — "Polkadot Web", the flagship web app
- 🔒 polkadot-app-ios-v2 / polkadot-app-android-v2 — next-gen Polkadot mobile apps
- 🔒 polkadot-desktop — Polkadot Desktop (the host browser products run inside)
- 🔒 tick3t — W3S event ticketing
- 🔒 w3s-conference-app — festival / conference app
- 🔒 t3rminal — POS terminal, contains W3S Pay · ✅ t3rminal-OS-test is a public POC cut
- 🔒 p2p-market ("LocalDot") — P2P marketplace
- 🔒 mercado — marketplace
- 🔒 product-preview-net ("Previewnet") — preview/staging network
🧩 Demo / example apps (reference patterns)
- ✅ browse ("
Browse.dot") — discovery store for privacy apps (SPA widget contracts SDK)
- ✅ game-results-webview — post-game celebration screen (native WebView)
- ✅ pocket-collectibles-webview — animated NFT gallery (art derived from hash)
- ✅ onchain-arcade — real-time multiplayer Tic-Tac-Toe on Asset Hub
- ✅ Rock-Paper-Scissors ( -v0 snapshot) — on-chain RPS w/ commit-reveal multiplayer
- ✅ feedback-board ( -v0 snapshot) — decentralized sticky-note board
- ✅ simple-survey — on-chain surveys
🛠 SDKs & protocols (the platform)
- ✅ truapi — TrUAPI: the host↔product (webview) communication protocol — foundational
- ✅ product-sdk — @parity/product-sdk family (~15 packages): chain, tx, signer, contracts, storage…
- ✅ polkadot-apps —
@polkadot-apps/* reusable component SDK canonical examples hub
- ✅ triangle-js-sdks — earlier/lower-level host product SDK collection
- 🔒 host-api-test-sdk — testing suite for the Host API
🔧 Contract & dev tooling
- ✅ contract-dependency-manager (CDM) — package manager / deploy tool for PVM contracts
- ✅ contract-developer-tools — system contracts: contexts, reputation, disputes
- ✅ cargo-pvm-contract — build commands for Rust PVM contracts
- ✅ playground-cli — playground/pg CLI (toolchain login deploy)
- ✅ playground-app-template — React starter template
- ✅ dotli-starter — vanilla HTML/JS starter template (went public today)
- ✅ playground-tutorial — guided level-by-level "web app → on-chain product" tutorial
- 🔒 playground-app — the Playground app itself
- 🔒 playground-constellation — (Playground component)
- 🔒 bulletin-deploy — deploy tool for publishing to <name>.dot
🪪 Identity & naming
- ✅ dotns — .dot naming system (ENS-like, w/ Proof-of-Personhood gateway)
- ✅ dotns-sdk — client tooling/CLI for dotns
- ✅ bcts — privacy/identity crypto primitives (Gordian Envelope, Shamir, XID DIDs, FROST)
- 🔒 individuality — personhood/identity chain
- 🔒 identity-backend — identity backend service
💾 Storage & data
- ✅ web3-storage — decentralized storage w/ staking & slashing (Substrate)
- ✅ polkadot-bulletin-chain — off-chain content-addressed storage chain
- ✅ statement-store-tools — latency benchmark for the Statement Store
pub/sub layer
- ✅ attestation-protocol — permissionless on-chain attestations (Solidity)
🗂 Meta / ops
- ✅ w3s-architecture — the open-sourcing map itself (tracks public/private status)
- ✅ summit-net-help-desk — issue-tracker help desk for the event network
- ✅ polkadot-app-design-system ( -ios / -android / -desktop) — shared design tokens