Compile-time ResolutionScans your code at build time to generate a static dependency graph. Zero runtime reflection.
First-class Lazy LoadingGranular code-splitting for services and their dependencies via `Lazy()` and dynamic imports.
Framework AgnosticWorks with any framework (React, Vue, Svelte) or vanilla TS. It's just a Vite plugin.