Fully compatible with existing Fastify ecosystem — integrate or migrate without friction.
Modular DI Architecture
Supports singleton, transient, and request-scoped lifecycles. Combined with lazy middleware resolution for high performance and clean structure.
Type-Safe Decorators
Define routes using intuitive decorators like @Controller, @Get, and @Post, with full support for parameter binding and type inference.
Built-in Mediator Support
Implements the mediator pattern to decouple controllers from application services. Controllers focus only on input/output while business logic lives in dedicated handlers.