Lumitra Infrastructure
The infrastructure layer powering the ERP Suite. All Brain services share a common foundation via Brain Core.
Services
| Service | Description | Status |
|---|---|---|
| Brain Core | Shared auth, crypto, errors, types | Active |
| Storage Brain | File storage & processing API | Active |
Architecture
All Brain services follow the same pattern:
- API — Hono-based Cloudflare Worker with auth middleware from Brain Core
- SDK — TypeScript client published on npm (
@marlinjai/scope) - Shared — Internal Zod schemas and types (not published)