We build open-source tools for modular front-end development.
App-Compose — lightweight IoC for the front-end. Compose apps you can control and trust.
- Simplicity — lightweight, no containers/providers/decorators, zero dependencies. Framework-agnostic.
- Clarity — no magic, no globals; context flows through typed wiring.
- Reusability — same code, different context per compose.
- Testability — missing context, duplicates, unused wires fail in CI.
- Observability — your app as plain JSON; hooks for start, complete, fail.
react-slots — declarative slot system for React. Build extensible, plugin-ready components with dynamic injection.