Project Concepts
Monorepo
Structure, key apps and packages, and local development.
Detected structure (to be refined)
- apps/app — Next.js app (Dashboard + Docs)
- workers/auth — Worker service
- workers/v0 — Worker service
- packages/
- ui — shared UI components
- auth — auth helpers
- contracts — shared types/contracts
- db/* — database-related packages
- sdks/js-ts — JS/TS SDK
- types, typescript-config, eslint-config — shared tooling
This page will document workspace scripts, local dev, and release/versioning strategy.