Docusaurus
A React/Markdown static-site-generator specialized for documentation sites, #3 by GitHub stars in jamstack-generators-list (61,371★, “React/Markdown docs”). Built and maintained by Meta (Facebook). Appears in our static-site-generator table as the docs-focused React option.
What distinguishes it
- Purpose-built for docs. Unlike the general-purpose Next.js/hugo/eleventy, Docusaurus ships docs-specific features out of the box: versioned documentation, sidebar/navigation generation, search integration, and content authored in MDX (Markdown + React components).
- A focused meta-framework. It is built on React, so it belongs to the React meta-framework cluster (Next.js, Gatsby, docusaurus) at the top of jamstack-generators-list — but it is scoped to one use case rather than competing as a general web framework.
Where it fits
Docusaurus is the clearest example of awesome-static-generators‘s by-use-case framing made concrete: an SSG that wins not on raw build speed or runtime core-web-vitals but on fit for a specific job (documentation). Its strong star count shows how large the docs niche alone is within the static-site-generator ecosystem.
Star count and “React/Markdown docs” description trace to jamstack-generators-list; the versioning/MDX/Meta-authorship detail is general background.