Platform Architecture
ARBEC is organized as a multi-repo platform coordinated from a top-level repository.
Main areas
backends/arbecapi/appfor the main NestJS APIbackends/arbec_backend/appfor the legacy backendbackends/langchain-prod/appfor the AI chatbot servicebackends/arbec_2_filesfor document processingmobile_apps/arbecfor the Flutter client
Top-level coordination repo
The root repository provides:
- shared orchestration
- top-level docs and plans
- Docker-based infrastructure setup
- cross-service coordination files such as
README.md,AGENTS.md, andARCHITECTURE.md
Architectural boundary for public docs
The docs portal lives in docs-site/ so public documentation remains separated from internal project planning and evidence stored in documents/.