Skip to content

Solutions Overview

Building a complete digital ecosystem for modern life.

CyberEco is developing an interconnected suite of applications that share a common foundation of identity, data, and trust. Each application is designed to serve a genuine human need while respecting user sovereignty and privacy.

Canonical portfolio

The live, up-to-date portfolio is published on the main site at cybere.co/solutions and mirrored in the strategic SOLUTION_MATRIX.md. It is a 33-app portfolio across 7 domains. This legacy documentation page is kept aligned with that source; if the two ever disagree, the site and SOLUTION_MATRIX.md are authoritative. Statuses use honest labels — Live = usable today, In Development = code is actively being written, Planned = a concept on the roadmap with no code yet and no committed date.


Development Roadmap

Current Applications

Ready to use today

Application Description Status
CyberEco Hub Central identity, authentication, and application launcher for the ecosystem Live
JustSplit (Expenses) Split expenses with friends, track balances, and settle debts — Live inside the Hub Live
Nestboard Household/property management — already in production as a standalone app, integration pending Live

In Development

Code actively being written

Application Description Status
TradePilot Trading education and practical finance — the first federated app on the data layer In Development

Future Ecosystem

29 planned applications completing the 33-app portfolio across 7 domains


Solution Categories

Finance & Economy

Smart financial management and collaborative economy tools.

Application Description Status
Expenses (JustSplit) Fair expense sharing for groups, roommates, and trips (Live in the Hub) Live
TradePilot Trading education and practical finance; first federated app In Development
MyWealth Comprehensive personal finance management and investment tracking Planned
MyBusiness Lightweight business operations and accounting in one place Planned
CrowdFund Community-driven funding platform for projects and causes Planned
OfferMe Local deals and services connecting people with those who need them Planned
Marketplace Decentralized peer-to-peer commerce platform Planned

Community & Governance

Tools for democratic participation and community building.

Application Description Status
Demos Secure digital voting, proposal management, and transparent governance Planned
Somos Family heritage explorer and cultural memory preservation Planned
MyCommunity Local community networking and engagement platform Planned
Community Manager Organization tools for community leaders and administrators Planned
Conciliation Dispute resolution and mediation services Planned
CrowdPool Resource and skill sharing network for community pooling Planned

Digital identity, data sovereignty, and legal document management.

Application Description Status
MyData Personal data vault and privacy/permission control dashboard Planned
DigitalMe Digital identity and reputation management Planned
MyDocs Secure document storage and sharing platform Planned
GovAccess Helps citizens navigate government bureaucracy and services Planned
LawPal Legal assistance platform and document templates Planned

Home & Sustainability

Sustainable living and home management solutions.

Application Description Status
Nestboard Household and property management (already in production, standalone) Live
Plantopia Smart gardening companion with IoT sensor integration Planned
EcoTul Eco-friendly lifestyle tracker and sustainable product recommendations Planned
MyHome Home maintenance tracking, expense management, and improvement planning Planned

Health & Wellbeing

Physical and mental well-being support.

Application Description Status
Healthy Personal wellness tracking with community support Planned
PetPal Pet care management and health tracking Planned
Nexus Values-driven, low-stimulus, intentional communication hub Planned
OneStep Daily micro-actions to overcome anxiety, procrastination, and inaction Planned

Education & Personal Growth

Personal development and collaborative learning platforms.

Application Description Status
EducationHub Modular, community-driven learning platform Planned
MyProjects Personal and professional project management Planned
MyCareer Professional growth and career tracking Planned
Skill Share Connect with others to teach and learn practical skills Planned
RememberMe Legacy and memory preservation for families and elders Planned
TimeSync Attention-respecting scheduling and time coordination across apps Planned

How It All Connects

Every CyberEco application shares the same foundation through the data layer packages.

                    +------------------+
                    |    CyberEco Hub  |
                    |   (Identity/SSO) |
                    +--------+---------+
                             |
              +--------------+--------------+
              |              |              |
        +-----+----+  +-----+----+  +------+-----+
        | JustSplit |  |   Somos  |  |   Demos    |
        | (Finance) |  |(Identity)|  |(Governance) |
        +-----+----+  +-----+----+  +------+-----+
              |              |              |
              +--------------+--------------+
                             |
                    +--------+---------+
                    | @cyber-eco/services|
                    | @cyber-eco/auth    |
                    | @cyber-eco/firebase|
                    | @cyber-eco/types   |
                    +------------------+

Shared Benefits

  • Single sign-on -- One account across all applications
  • Shared data -- Groups, contacts, and financial data flow between apps
  • Unified permissions -- Granular access control that follows the user
  • Consistent privacy -- The same privacy settings apply everywhere
  • Cross-app notifications -- A unified notification channel, not 30 separate ones

Building a New CyberEco App

Developers can build CyberEco-compatible applications using the published npm packages. Install the data layer, wire up authentication, and start building features immediately.

npm install @cyber-eco/types @cyber-eco/firebase @cyber-eco/auth @cyber-eco/services

Developer Guide Architecture