Roadmap¶
Our phased approach to building a decentralized, human-centered digital ecosystem.
Three-Phase Evolution Strategy¶
CyberEco follows a deliberate, multi-decade strategy that starts with proven technology and progressively transitions to full decentralization. This approach delivers value immediately while building toward complete user sovereignty.
graph LR
A["Centralized Foundation<br/>2025-2026"] -->|Proven infrastructure| B["Hybrid Transition<br/>2030-2035"]
B -->|Progressive decentralization| C["Decentralized Ecosystem<br/>2035+"]
style A fill:#4CAF50,color:#fff
style B fill:#FF9800,color:#fff
style C fill:#2196F3,color:#fff
Phase 1: Centralized Foundation (2025-2026)¶
Build robust applications on traditional infrastructure. Firebase provides authentication, storage, and real-time sync while we focus on delivering genuine value through well-crafted applications.
- Establish the Hub as the central identity and authentication layer
- Launch priority applications (Somos, Demos, Plantopia, Marketplace)
- Extract and publish the data layer as four independent npm packages
- Build the
StorageAdapterabstraction that makes future migration possible
Phase 2: Hybrid Transition (2030-2035)¶
Introduce decentralized features while maintaining full compatibility with existing infrastructure. Users gain more control without losing the reliability of centralized services.
- WiFi Direct and Bluetooth mesh transports for local P2P sync
- Client-side encryption at rest (AES-256-GCM) for sensitive fields
- DID (Decentralized Identifier) system for self-sovereign identity
- Zero-knowledge proofs for privacy-preserving verification
- CYE token testnet and governance prototyping
Phase 3: Decentralized Ecosystem (2035+)¶
Full peer-to-peer, blockchain-native architecture. User data moves to self-sovereign, content-addressed storage. The CYE token sustains ecosystem governance and infrastructure.
P2PStorageAdapterandBlockchainStorageAdapterreplace Firebase- libp2p internet transport joins the mesh network
- FHE (Fully Homomorphic Encryption) enables analytics on encrypted data
- MPC (Multi-Party Computation) powers private group operations
- DAO governance with quadratic voting
- 1M+ mobile nodes forming a global network
Current Status¶
Phase 2 of 8 -- Stabilization & Core Features
| Component | Status | Details |
|---|---|---|
@cyber-eco/types |
Stable | 24 type files, zero runtime deps |
@cyber-eco/firebase |
Stable | 16/16 tests passing |
@cyber-eco/auth |
Stable | 26 source files, dual entry points |
@cyber-eco/services |
Stable | 22 files, zero Firebase imports |
| Hub App | Stable | 122+ source files, Astro + React |
| MCP Server | Stable | Python/uv, 7 tools, 22 resources |
Completed: Phase 1 -- Foundation¶
- Monorepo setup with Turborepo build orchestration
- Shared data layer libraries (types, Firebase adapter, auth, services)
- Multi-project Firebase authentication with SSO capabilities
- Comprehensive documentation (8 strategic docs, architecture guides)
- Hub UI rebuilt with Astro 5 + React islands
- CI/CD pipelines (ci.yml, publish.yml, ESLint, Prettier)
- MCP server for AI-native integration
Active: Phase 2 -- Stabilization¶
- Fix remaining runtime errors across applications
- Complete Hub core features (app launcher, profile management)
- Cross-app navigation and session management
- 70%+ test coverage across all packages
- Automated CI/CD with zero-downtime deploys
Short-Term Roadmap (1-6 Months)¶
Phase 2: Stabilization (Months 1-2)¶
Make core applications stable and production-ready.
| Priority | Task | Details |
|---|---|---|
| Critical | Fix runtime errors | Component prop types, data flow, error boundaries |
| High | Hub core features | App launcher dashboard, user profile management, cross-app navigation |
| Medium | Test coverage | Unit tests, integration tests, 70%+ coverage target |
Phase 3: Integration & MVPs (Months 3-4)¶
Create seamless cross-app experience and launch priority applications.
- JWT token authentication across apps
- Unified session management
- Shared state and data sync between applications
- Demos MVP -- Community governance and voting
- Marketplace MVP -- Decentralized peer-to-peer commerce
- Conciliation MVP -- Dispute resolution and mediation
Phase 4: Marketplace Launch (Months 5-6)¶
Launch the decentralized marketplace with vendor onboarding, product catalogs with CRDT sync, multi-signature order management, and JustSplit integration for payments.
Trust & Safety
The marketplace includes a cryptographically signed review system, community-verified vendor badges, and integration with the Conciliation system for fair dispute resolution.
Phase 5: Sustainability & Wellness (Months 7-8)¶
Launch sustainability and wellness applications.
- Plantopia -- Smart gardening with IoT sensor integration
- EcoTul -- Sustainable product recommendations and eco-friendly lifestyle tracking
- Healthy -- Personal wellness tracking with community support
- Privacy layer implementation and user data sovereignty controls
Long-Term Vision (1-10+ Years)¶
Phase 5: Personalization (Year 1-2)¶
Identity-based tools and personal digital empowerment.
| Application | Purpose |
|---|---|
| MyProjects | Personal project management |
| DigitalMe | Digital identity and reputation |
| Somos | Family heritage and cultural memory |
| RememberMe | Personal legacy and memory preservation |
Phase 6: Platform Integration (Year 2-3)¶
Unified ecosystem with B2B capabilities and a decentralized marketplace.
- B2B integration APIs and partner onboarding
- One-subscription model across all CyberEco applications
- Peer-to-peer marketplace with full ecosystem integration
- API Gateway for third-party developers
Phase 7: Decentralized Transition (Year 5-10)¶
Begin the transition to decentralized architecture.
- Decentralized Identifier (DID) system
- Zero-knowledge proofs for privacy-preserving operations
- P2P prototype deployment
- Hybrid mode: users choose centralized or decentralized storage
Phase 8: Full Decentralization (Year 10+)¶
Complete transition to a fully decentralized ecosystem.
- CYE token economy for governance and incentives
- Global P2P network of mobile nodes
- DAO governance with quadratic voting
- 100% data sovereignty -- zero central points of failure
Success Metrics¶
Near-Term (2025-2026)¶
| Category | Metric | Target |
|---|---|---|
| Technical Excellence | Runtime errors | Zero |
| Test coverage | 70%+ | |
| Lighthouse score | 90+ | |
| CI/CD | Fully automated | |
| User Growth | Active users | 500+ |
| Monthly retention | 60% | |
| User satisfaction | 4.5+ / 5.0 | |
| Contributors | 10+ | |
| Ecosystem Health | Production apps | 3 |
| Cross-app integration | Functional | |
| Documentation | Complete | |
| Community | Active |
Mid-Term (2027-2030)¶
| Metric | Target |
|---|---|
| Global users | 50,000+ |
| Applications | 15+ |
| Financial sustainability | 100% |
| Partnerships | 20+ |
Long-Term (2035+)¶
| Metric | Target |
|---|---|
| P2P network nodes | 1,000,000+ |
| Data sovereignty | 100% user-controlled |
| Central points of failure | Zero |
| Token economy | Self-sustaining |
Guiding Principles¶
Every phase of this roadmap is guided by four principles.
User First
Deliver value immediately while building for the future. Users should not have to wait for decentralization to benefit from CyberEco.
Privacy at Core
Data protection and user sovereignty from day one. Privacy is not a feature we add later -- it is embedded in the architecture.
Modular Design
Build components that work today and tomorrow. The StorageAdapter pattern ensures that business logic is independent of infrastructure decisions.
Community Driven
Open source collaboration and transparent development. The roadmap is shaped by community input, not boardroom decisions.
Related Documentation¶
- Vision -- The long-term vision and why CyberEco exists
- Architecture -- Technical design of the data layer
- Tokenomics -- CYE token economics and governance
- P2P Architecture -- Transport abstraction and mesh networking
- Goals -- Measurable success criteria