System Architecture
The Little Research Lab platform follows a clean separation between frontend and backend, deployed as independent services on Fly.io.
Content Data Flow
Content moves through a well-defined pipeline from creation to rendering:
Hexagonal Architecture
The backend uses ports and adapters (hexagonal architecture) to keep the domain pure and testable:
Deployment Pipeline
Code flows from development through CI/CD to production with quality gates at each stage: