# Hypen Engine Documentation
Detailed documentation for the Hypen Engine — the core reactive rendering engine for the Hypen framework.
## Guides
| [Control Flow Components](./control-flow.md) | ForEach, When/If, Map — iteration, conditional rendering, and pattern matching |
| [Router](./router.md) | Declarative routing, navigation state, route guards, and nested routing |
| [Architecture Internals](./architecture.md) | IR system, reactive dependency tracking, reconciliation algorithm, and patch generation |
| [Advanced SDK Usage](./advanced-sdk-usage.md) | Custom renderers, component resolvers, applicators, Remote UI integration |
| [Glossary](./glossary.md) | Key terms, concepts, and binding syntax reference |
| [Browser & Platform Compatibility](./browser-compatibility.md) | Browser support, WASM targets, native platforms, and known limitations |
## Quick Links
- [Engine README](../README.md) — Quick start, API reference, project structure
- [WASM Build Guide](../BUILD_WASM.md) — Building for web, Node.js, and bundlers
- [Test Utilities](../tests/README.md) — Integration test helpers and fixtures
- [Specification (RFC-0001)](../../SPEC.md) — Stateful module system design
- [DX Analysis](../../ANALYSIS.md) — Developer experience review and improvement proposals
- [Component Summary](../../hypen-web/docs/COMPONENT_SUMMARY.md) — All 29 implemented components and 120+ applicators