Skip to content
Steven Tomlinson edited this page Jul 31, 2026 · 3 revisions

NodeZero Social Wiki

NodeZero Social is a decentralized social platform built as a monorepo with mobile, relay, data sync, wallet, and infrastructure packages.

Release snapshot (v0.2.0-testnet, 2026-07-30)

  • The canonical installable Testnet PWA is live at https://staging.nodezero.social.
  • TestNet lockbox factory v3 is CDFHCQA3YJCITWEMNLCSRGQVVFEXGTONWSQJTD5VIZO7YV4IOKZUPCGT.
  • Browser wallets use encrypted, profile-scoped IndexedDB with a non-extractable key.
  • Authentication is internal: one-tap Stellar signatures, host-only API cookie, memory-only web tokens, and exact client-side V3 lockb0x verification.
  • Profile and DocuStream RSS data persist in the user's Pod and survive browser close/reopen plus returning sign-in.
  • Community Directory is live as a dedicated tab between Feed and Backpack.
  • Staging deploy run 30599014484 passed auth, recovery, V3, DocuStream, and mashlib gates; retained mobile-browser acceptance passed.

Quick links

Architecture at a glance

flowchart LR
  Mobile[mobile-app] --> Solid[solid-pod-sync]
  Mobile --> P2P[p2p-comms]
  P2P --> Relay[relay-service]
  Mobile --> Wallet[embedded-wallet]
  Wallet --> Stellar[contracts]
  Mobile --> Geo[geo-discovery]
  Infra[infrastructure/azure] --> Mobile
  Infra --> Relay
Loading

Source references

  • Monorepo overview: ../README.md
  • Changelog: ../CHANGELOG.md
  • Feature progress + upstream attribution: ../docs/feature-implementation-attribution.md
  • Milestone H evidence summary: ../docs/milestone-h-release-evidence-summary.md
  • Milestone I evidence summary: ../docs/milestone-i-release-evidence-summary.md
  • Staging release requirements: ../docs/testnet-azure-release-requirements.md
  • Staging UAT checklist: ../docs/staging-uat-checklist.md
  • Runtime status and evidence: ../docs/staging-runtime-implementation-roadmap.md

Walkthrough evidence

Onboarding Feed

  • Video: ../docs/videos/onboarding-and-feed.webm

Clone this wiki locally