Español

Welcome to CyberEco Hub

A human-centered digital ecosystem where you own your data, your identity, and your digital life. Open-core. Privacy-first. Built for people, not profit.

Apache-2.0 Open Data Layer
5 npm Packages
7 Core Tenets

Why CyberEco?

Built on seven tenets that put you first: digital sovereignty, privacy by default, and wellbeing by design

🛡

Digital Sovereignty

You own your data. Export, delete, or migrate it anytime. No vendor lock-in, no data silos.

🔒

Privacy by Default

Permissions checked on every operation. No open collections. GDPR compliance built into the architecture.

👥

One Account, Many Apps

Sign in once and access the entire ecosystem. Your identity, groups, and data follow you across apps.

🔧

Storage Agnostic

Business logic is decoupled from storage. Today Firebase, tomorrow IPFS, PostgreSQL, or your own backend.

The Ecosystem

Interconnected applications that solve real problems while sharing a common foundation

💰

JustSplit

Fair expense splitting for groups, trips, and shared living

Learn More →
Planned
🌳

Somos

Explore your family roots and preserve your heritage

Planned
🗳

Demos

Transparent community governance and decision-making

Planned
🌱

Plantopia

Smart gardening companion for sustainable food growing

Built for Developers

Five npm packages give you a complete data layer with authentication, permissions, caching, and real-time sync

  • Storage-agnostic data layer (StorageAdapter pattern)
  • Real-time sync, two-tier caching, offline-first ready
  • 4-tier role hierarchy with granular permissions
  • GDPR-compliant data export and deletion
View on GitHub →
// Install the packages
npm install @cyber-eco/types @cyber-eco/services

// Create a storage-agnostic data layer
import { createDataLayer } from '@cyber-eco/services';

const dataLayer = createDataLayer({
  adapter: myStorageAdapter,
  permissions: { enabled: true },
});

// Your data, your rules
const profile = await dataLayer.sharedData
  .getSharedUserProfile(userId, userId);

Join an ecosystem that respects you

CyberEco's data layer is open source (Apache-2.0), community-driven, and built on the belief that technology should serve people. Come help us build it.