unjs/unhead
The full stack <head> package for any framework. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 4
- age_days: 1400
- days_rel: 12
- days_push: 7
- n_releases_24m: 84
Adoption not part of the score
1305 stars · 75 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Unhead is a framework-agnostic TypeScript library for managing the HTML document head (titles, meta tags, scripts, links, attributes) in reactive JavaScript applications. It supports Vue, React, Svelte, Solid, and Angular with reactive client-side updates, server-side rendering, and streaming SSR head tag injection.
Use cases
- manage page titles and meta tags in a Vue or React app
- add SEO meta tags with SSR in Nuxt or SvelteKit
- load third-party scripts performantly with useScript
- deduplicate and sort head tags for SEO performance
- stream head tags during suspense-based SSR
- generate Schema.org structured data automatically
- migrate from react-helmet or vue-meta
When to choose
- you need reactive, typed head management across SSR and client rendering
- you want a tiny (~4.4kb) tree-shakable alternative to react-helmet or vue-meta
- you need streaming SSR head updates as suspense boundaries resolve
- you want built-in tag deduping, Capo.js sorting, and SEO meta helpers
When to avoid
- you use Vue 2 (only v1 supports it)
- your app is fully static with no dynamic head requirements
- you only need a single static title tag that your framework already handles
Facets
library · maturity stable
ssr frontend-framework web-framework developer-tools web-development frontend browser cross-platform head-management seo meta-tags document-head streaming-ssr vue react svelte solid angular nuxt typescript schema-org vite-plugin search nodejs web-server
10 sources
- readme: https://github.com/unjs/unhead · fetched 2026-08-28 · 6f5ccf7772e5
- homepage: https://unhead.unjs.io · fetched 2026-08-29 · 7249cf9ae305
- site_page: https://unhead.unjs.io/docs/head/guides/get-started/overview · fetched 2026-08-29 · ba4bca888493
- site_page: https://unhead.unjs.io/docs/releases/v3 · fetched 2026-08-29 · 9221bbe6759b
- site_page: https://unhead.unjs.io/docs/typescript/head/guides/get-started/installation · fetched 2026-08-29 · 237da5181e3b
- site_page: https://unhead.unjs.io/docs/vue/head/guides/get-started/installation · fetched 2026-08-29 · d91733a7c049
- site_page: https://unhead.unjs.io/docs/react/head/guides/get-started/installation · fetched 2026-08-29 · a12732c09b94
- site_page: https://unhead.unjs.io/docs/svelte/head/guides/get-started/installation · fetched 2026-08-29 · 413b6ac17673
- site_page: https://unhead.unjs.io/docs/solid-js/head/guides/get-started/installation · fetched 2026-08-29 · 78c78ff1c64c
- site_page: https://unhead.unjs.io/releases · fetched 2026-08-29 · 9df5b217495b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| unjs/unhead | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem