Skip to content
Open Source Framework

Archipel Platform

Enterprise-grade NestJS backend framework libraries designed for high-performance monorepos and microservices.

yarn add @archipel/platform-core
11Packages
100%TypeScript
HexagonalArchitecture
StrictType Safety

Platform Modules

Each module is independently configurable, type-safe, and follows the Ports & Adapters pattern.

Architecture Principles

🔷

Hexagonal Architecture

Business logic decoupled from infrastructure via abstract ports. Consuming apps provide concrete adapters.

⚙️

Dynamic Modules

Every library exposes register() or forRoot() for type-safe configuration at import time.

🔀

Strategy Pattern

Pluggable implementations for email, blob storage, document rendering, and more.

🛡️

Type Safety

Full TypeScript strict mode. No any. Abstract classes serve as DI tokens and type contracts.

Released under the MIT License.