⚙️Aggregate route headCollects route-level page data (meta, links, styles, and scripts) into one unified head output.
🧩Plugin-driven transformsApply transform steps to shape head data, such as merging entries or formatting titles.
⚡Minimal API surfaceEasy to adopt with a small setup: create a controller and render it once in your layout.
🛡️Safer router context usageKeeps router context handling safe and predictable, reducing mistakes when passing route-level settings.