Investment trading learning app
Go to file
2026-04-04 11:18:21 -07:00
backend feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
docs feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
mobile feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
scripts feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
shared feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
web feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
.env.example feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
.gitignore feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
docker-compose.yml feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
package.json feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
pnpm-lock.yaml feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
pnpm-workspace.yaml feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
README.md feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00
tsconfig.base.json feat: scaffold trading monorepo foundation 2026-04-04 11:18:21 -07:00

ByteLyst Investment Trading

Canonical monorepo for the ByteLyst trading product.

Workspaces

  • backend/ — trading backend and execution/runtime APIs
  • web/ — trading dashboard
  • mobile/ — Expo mobile app
  • shared/ — canonical product identity and shared runtime helpers

Shared dependencies

This repo consumes local ByteLyst common-platform packages from:

  • ../learning_ai_common_plat/packages/*

Core principles

  • backend-authoritative trading state
  • platform-service for auth, kill switch, telemetry, and flags
  • no duplicated bootstrap logic across surfaces
  • domain-specific trading logic stays product-owned

Common commands

pnpm install
pnpm verify
pnpm build