SpiritDAO Community App

Aplicativo Descentralizado

A token-gated, multi-community coordination platform built and stewarded by SpiritDAO, a 501(c)(3) nonprofit. Any group can create a self-governing Pod with its own treasury, roles, governance, forum, chat, video, events, bounties, marketplace, and a per-pod AI agent, running on the Base L2 blockchain with open enrollment.

Fundação

Detalhes

Licença MIT (per the repository LICENSE); the source repository is not currently public
Status de Dev 🟢 Ativo
Proprietário SpiritDAO, a 501(c)(3) nonprofit (EIN 99-1308806)
Órgão de Governança SpiritDAO nonprofit maintains the codebase and controls application releases and contract deployments; DAO-wide constitutional changes are decided by on-chain votes of Advocate credential holders, executed via timelock; individual Pods govern their own treasuries and operations
País USA
Ano de Início 2023
Stack Next.js 15 (App Router), React 18, TypeScript, Progressive Web App; Base L2 for on-chain state (viem/wagmi/OnchainKit, Hats Protocol roles); Coinbase CDP embedded wallets (ERC-4337) with Coinbase Paymaster for gasless writes; Supabase (Postgres, Row-Level Security, Realtime) for application data/auth; Stripe for fiat donations; LiveKit (self-hosted) plus WebRTC for video; Anthropic Claude + OpenAI embeddings + Pinecone for AI/RAG (Kairos, Sensemaker); hosted on Vercel (app) and Cloudflare Pages (site/docs)
Financiamento Donations (tax-deductible, via Stripe); the nonprofit states it is sustained by donations, not subscriptions, venture capital, or advertising
Última Investigação 30 de ago. de 2026

Capacidades

Grupos combináveis Administração transparente Vias para o dissenso

Aplicativo Descentralizado Atributos

Origens Built by SpiritDAO (501(c)(3) nonprofit) to give communities infrastructure they own rather than rent — an explicit reaction to platforms that change terms or shut down, leaving communities with nothing
Banco de Dados Supabase (Postgres, Row-Level Security, Realtime) for application content/auth; Base L2 on-chain state for token balances, votes, and Hats roles — two sources of truth, reconciled: chain authoritative for balances/votes/roles, database for content/metadata
Linguagem de Consulta Not specified beyond standard Supabase/Postgres query patterns and on-chain reads via viem/wagmi; a public unauthenticated API route exists (GET /api/hat-registry)
Formatos de Dados ERC-20 ($SYSTEM), ERC-721 (Proof of Curiosity, Advocate ERC721Votes), ERC-1155 (Hats Protocol roles, $SELF) — standard token interfaces; Postgres relational data for application content
Edição Colaborativa em Tempo Real Not specified in the spec — the platform's collaboration surface is forums/chat/video/events, not live document co-editing
Edição de Texto Rico Not specified in the spec
Suporte Móvel Progressive Web App — installable/mobile-usable via PWA rather than native app-store apps
Suporte Web Yes — Next.js 15 web application, the primary interface
Aplicativos Nativos No native app-store apps mentioned; PWA only
Termos Free forever for individual membership, one tier, no premium tier; communities join via Pods (own treasury/governance); platform funded by tax-deductible donations, not subscriptions
Fundos Not specified — no raise/grant figures found in the reviewed sources
Baseado Em Base (Ethereum L2); Hats Protocol (ERC-1155) for roles; ERC-4337 account abstraction for smart wallets; standard ERC-20/721/1155 token interfaces
Categoria de Caso de Uso Community coordination and governance infrastructure — treasury, roles, proposals/voting, forum/chat/video, events, bounties, marketplace, per-pod AI agent, all in one integrated platform rather than a stitched-together stack
Tipo de Interface de Usuário Web application (Progressive Web App), token-gated access
Capacidades Offline Not specified in the spec
Recursos de Colaboração Pods (self-governing sub-communities), forums, real-time chat, direct messages, video conferencing (LiveKit, self-hosted, plus WebRTC for 1:1), events with a shared calendar, a knowledge base, surveys, a shared password vault
Portabilidade de Dados Limited — on-chain state (token balances, votes, Hats roles, contract addresses) is publicly readable and independently verifiable on Base; application-layer data (forum posts, chat, profiles) has no self-serve export today
Ecossistema de Integração Hats Protocol trees (standard ERC-1155, readable by any Hats tooling; top-hat tree id 0x00000749); ERC-4337 smart wallets follow the account-abstraction standard; external wallet linking supported; published, Basescan-verifiable contract addresses on Base
Exportação de Dados da Web2 No self-serve export of application-layer content (forum/chat/profiles); on-chain state is separately, publicly readable regardless
Coerência Pró-social Framed explicitly around a shared mission ('the Eight Dignities,' a rights-based framework the nonprofit connects member communities to) rather than pure engagement metrics; publishes governance research in the open, including on AI-agent membership design
Fluxos Econômicos Dual-token model: $SELF is a soulbound, non-transferable participation credit (verified hours, quarterly epochs, ~6-month decay, spent by burning, lifetime earnings accrue as Tenure standing); $SYSTEM is a capital-backed, transferable ERC-20 utility token backed ~1:1 by USD held by the nonprofit, minted from donations, redeemable back to fiat via Claims; Proof of Curiosity is a soulbound ERC-721 membership credential
Governança e Tomada de Decisão Three-tier proposals — constitutional (on-chain, Advocate credential holders, timelock-executed), treasury-binding, and operational; Hats Protocol roles gate permissions on-chain; individual Pods govern their own treasuries/operations within this structure
Mídia / Publicação Forums (threaded discussion) and a knowledge base; not a dedicated media-publishing product beyond that
Gestão do Conhecimento Knowledge base, surveys, and a Pulse activity feed; Sensemaker (public Q&A assistant) and Kairos (per-pod Community Agent) trained on community knowledge/operations/founding texts via RAG (OpenAI embeddings, Pinecone vector storage)
Sensemaking Sensemaker (public-facing AI Q&A assistant) and Kairos (per-pod AI Community Agent), both built on Anthropic Claude with OpenAI-embedding/Pinecone-backed retrieval over community knowledge and governance documents
Gestão de Projetos Bounties (open, paid work opportunities turning community priorities into coordinated action) and a Marketplace; no dedicated task/project-tracking feature described beyond that
Modelo de Comunicação Forum, real-time chat, direct messages, video conferencing (LiveKit self-hosted + WebRTC), events with a calendar — permissioned by membership/Pod roles
Resiliência de Rede L2 sequencer dependency (Base/Coinbase) — transactions halt if the sequencer is down, though on-chain state persists and settles to Ethereum; application layer depends on Vercel/Supabase/Cloudflare Pages remaining available; video calls are self-hosted (LiveKit), independent of a third party
Mecanismo de Descoberta Open enrollment — new communities and members can join; not invitation-only
Participantes Máximos Not specified — no numeric cap mentioned in the spec
Soberania de Dados Mixed, and unusually candidly self-disclosed: on-chain state (balances, votes, Hats roles, contract addresses) is portable and independently verifiable on Base regardless of SpiritDAO's own continued operation; the application layer (database content, hosting, AI services) depends on centralized providers the spec itself rates for portability — Coinbase CDP embedded wallets rated Low (the one genuinely sticky lock-in); Coinbase Paymaster, Supabase, Anthropic, OpenAI, Pinecone and Stripe Medium; Vercel, Cloudflare Pages, self-hosted LiveKit and Upstash Redis High (replaceable). On-chain state is portable; the application layer currently is not