jbt-plaut/ ├── apps/ # Application code │ ├── api/ # Express.js REST API │ ├── web/ # Next.js frontend │ └── ai-service/ # Python FastAPI ML service ├── infrastructure/ # Infrastructure configs │ ├── ...