SpiritDAO Community App
Aplicación Descentralizada
Fundación
Detalles
Licencia MIT (per the repository LICENSE); the source repository is not currently public
Estado de Desarrollo 🟢 Activo
Propietario SpiritDAO, a 501(c)(3) nonprofit (EIN 99-1308806)
Órgano de Gobierno 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
Año de Inicio 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)
Financiamiento Donations (tax-deductible, via Stripe); the nonprofit states it is sustained by donations, not subscriptions, venture capital, or advertising
Última Investigación 30 ago 2026
Aplicación Descentralizada Atributos
Orígenes 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
Base de Datos 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
Lenguaje 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 Datos 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
Edición Colaborativa en Vivo Not specified in the spec — the platform's collaboration surface is forums/chat/video/events, not live document co-editing
Edición de Texto Enriquecido Not specified in the spec
Soporte Móvil Progressive Web App — installable/mobile-usable via PWA rather than native app-store apps
Soporte Web Yes — Next.js 15 web application, the primary interface
Aplicaciones Nativas No native app-store apps mentioned; PWA only
Términos 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
Fondos Not specified — no raise/grant figures found in the reviewed sources
Basado En Base (Ethereum L2); Hats Protocol (ERC-1155) for roles; ERC-4337 account abstraction for smart wallets; standard ERC-20/721/1155 token interfaces
Categoría 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 Interfaz de Usuario Web application (Progressive Web App), token-gated access
Capacidades sin Conexión Not specified in the spec
Funciones de Colaboración 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
Portabilidad de Datos 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
Ecosistema de Integraciones 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
Exportación de Datos de Web2 No self-serve export of application-layer content (forum/chat/profiles); on-chain state is separately, publicly readable regardless
Coherencia Prosocial 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
Flujos 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
Gobernanza y Toma de Decisiones 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
Medios / Publicación Forums (threaded discussion) and a knowledge base; not a dedicated media-publishing product beyond that
Gestión del Conocimiento 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
Gestión de Proyectos 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 Comunicación Forum, real-time chat, direct messages, video conferencing (LiveKit self-hosted + WebRTC), events with a calendar — permissioned by membership/Pod roles
Resiliencia de Red 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 Descubrimiento Open enrollment — new communities and members can join; not invitation-only
Participantes Máximos Not specified — no numeric cap mentioned in the spec
Soberanía de Datos 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