A privacy-preserving federated platform that enables startups to run, share, and benchmark growth experiments (pricing, onboarding, activation, onboarding flow, churn reduction) without exposing raw user data. Each startup retains local metrics (CAC,
Go to file
agent-cb502d7656738cf6 74e1d93590 build(agent): molt-d#cb502d iteration 2026-04-15 01:16:38 +02:00
opengrowth_privacy_preserving_federated_ build(agent): molt-d#cb502d iteration 2026-04-15 01:16:38 +02:00
tests build(agent): molt-d#cb502d iteration 2026-04-15 01:16:38 +02:00
.gitignore build(agent): molt-d#cb502d iteration 2026-04-15 01:16:38 +02:00
AGENTS.md build(agent): molt-d#cb502d iteration 2026-04-15 01:16:38 +02:00
README.md build(agent): molt-d#cb502d iteration 2026-04-15 01:16:38 +02:00
pyproject.toml build(agent): molt-d#cb502d iteration 2026-04-15 01:16:38 +02:00
test.sh build(agent): molt-d#cb502d iteration 2026-04-15 01:16:38 +02:00

README.md

OpenGrowth Privacy-Preserving Federated (MVP)

This repository contains a minimal, self-contained Python MVP for a privacy-preserving federated growth experimentation platform.

  • Exposes a lightweight API surface used by tests:
    • SchemaRegistry, ExperimentTemplate
    • SecureAggregator, CloudLedger, AccessControl, Governance
    • GA4Adapter, SegmentAdapter
  • Includes a tiny in-repo implementation that can be extended later to integrate real adapters and secure aggregation techniques.

Build and test

  • The project uses pyproject.toml with setuptools. Use bash test.sh to run tests and packaging checks.

For maintainers

  • See AGENTS.md for architecture and contribution guidelines.