Unified behavioral analytics for cross-system journeys. Crypto is our first market.
/
├── core/ # MIT-destined. Generic platform.
│ ├── adapters/ # Ingestion adapters (EVM, GA4, PostHog)
│ ├── schemas/ # Canonical event schema + registry
│ ├── identity/ # Identity graph pipeline
│ ├── trajectory/# Trajectory query engine
│ └── ui/ # Headless components
├── avail/ # Proprietary. Avail-specific surfaces.
│ ├── nexus_cs/ # Integrator CS tool
│ ├── fastbridge/# Marketing analytics
│ └── gtm/ # Prospect scoring
└── commercial/ # Future enterprise tier.
# Start local infrastructure
docker-compose up -d
# Run tests
cd core && pytest
# Run weekly architectural guardrails
./ops/ci/weekly_arch_tests.shSee PRODUCT_PLAN.md.
See ENGINEERING_PLAN.md.